Skip to content

Commit

Permalink
dev-scheme/racket: clean up
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
Amynka committed Oct 29, 2016
1 parent a67d90b commit 8b927ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev-scheme/racket/racket-6.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ S="${WORKDIR}/${P}/src"

src_prepare() {
#remove bundled libraries
rm -rf foreign/libffi/
rm -rf foreign/libffi/ || die
}

src_configure() {
Expand Down
2 changes: 1 addition & 1 deletion dev-scheme/racket/racket-6.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ S="${WORKDIR}/${P}/src"

src_prepare() {
#remove bundled libraries
rm -rf foreign/libffi/
rm -rf foreign/libffi/ || die
}

src_configure() {
Expand Down
3 changes: 1 addition & 2 deletions dev-scheme/racket/racket-6.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ EAPI="5"
inherit eutils pax-utils
#inherit git-2

#DESCRIPTION="Racket is a general-purpose programming language with strong support for domain-specific languages"
DESCRIPTION="General purpose, multi-paradigm programming language in the Lisp-Scheme family."
HOMEPAGE="http://racket-lang.org/"
SRC_URI="minimal? ( http://download.racket-lang.org/installers/${PV}/${PN}-minimal-${PV}-src-builtpkgs.tgz ) !minimal? ( http://download.racket-lang.org/installers/${PV}/${P}-src-builtpkgs.tgz )"
Expand All @@ -31,7 +30,7 @@ S="${WORKDIR}/${P}/src"

src_prepare() {
#remove bundled libraries
rm -rf foreign/libffi/
rm -rf foreign/libffi/ || die
}

src_configure() {
Expand Down
3 changes: 1 addition & 2 deletions dev-scheme/racket/racket-6.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ EAPI="5"
inherit eutils pax-utils
#inherit git-2

#DESCRIPTION="Racket is a general-purpose programming language with strong support for domain-specific languages"
DESCRIPTION="General purpose, multi-paradigm programming language in the Lisp-Scheme family."
HOMEPAGE="http://racket-lang.org/"
SRC_URI="minimal? ( http://download.racket-lang.org/installers/${PV}/${PN}-minimal-${PV}-src-builtpkgs.tgz ) !minimal? ( http://download.racket-lang.org/installers/${PV}/${P}-src-builtpkgs.tgz )"
Expand All @@ -31,7 +30,7 @@ S="${WORKDIR}/${P}/src"

src_prepare() {
#remove bundled libraries
rm -rf foreign/libffi/
rm -rf foreign/libffi/ || die
}

src_configure() {
Expand Down

0 comments on commit 8b927ae

Please sign in to comment.