]> Pileus Git - ~andy/sunrise/commitdiff
app-shells/prll: Version bump for prll. Makefile fixed upstream, removing patch.
authorJure Varlec (exzombie) <jure.varlec@gmail.com>
Thu, 21 Jan 2010 11:47:28 +0000 (11:47 +0000)
committerJure Varlec (exzombie) <jure.varlec@gmail.com>
Thu, 21 Jan 2010 11:47:28 +0000 (11:47 +0000)
svn path=/sunrise/; revision=9907

app-shells/prll/ChangeLog
app-shells/prll/Manifest
app-shells/prll/files/prll-0.2-makefile.patch [deleted file]
app-shells/prll/prll-0.3.ebuild [moved from app-shells/prll/prll-0.2.ebuild with 82% similarity]

index 035b543f9b1347410ff81f3384fcfedbcc2b026a..07f2dbb892d62654a76bf1e48f9db8da0a07b0c1 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  21 Jan 2010; Jure Varlec (exzombie) <jure.varlec@gmail.com>
+  -prll-0.2.ebuild, -files/prll-0.2-makefile.patch, +prll-0.3.ebuild:
+  Version bump for prll. Makefile fixed upstream, removing patch.
+
   08 Jan 2010; Jure Varlec (exzombie) <jure.varlec@gmail.com>
   +prll-0.2.ebuild, +files/prll-0.2-makefile.patch, +metadata.xml:
   New ebuild for bug #299798. Thanks to dilfridge and Tommy[D]. Also thanks to
index 9ffaaea57da1ffa2ea94109794f339f2f0d1a9ae..919888b7075c8f621e1156d919b3910a617aaec9 100644 (file)
@@ -1,5 +1,4 @@
-AUX prll-0.2-makefile.patch 220 RMD160 d5fd285ea07176805d9c2132b52a0ff09d8c19ce SHA1 98150674ae8edfa7d87cd7e9156006b5c60350b4 SHA256 4b4529b67ae4b962f17eaf61c69770a1fa7ab85a235871b268ee234eaed5fe16
-DIST prll-0.2.tar.bz2 15289 RMD160 1972c9b7af30c1ddbef72fabb856f458f015be32 SHA1 bbd045de3f78e58af399ff2d4ff099a5c62fecd7 SHA256 7d3b766b0fcace7411b5d8a8ba41bb06d50ed04a89dc506bb3574b49433453bb
-EBUILD prll-0.2.ebuild 617 RMD160 1168f262c34f74b9270c89841d4a03ddd01781c1 SHA1 7a00e4e67b7541883598fc561980fd53b5cdaee5 SHA256 74ec5e42a3301f8b8de82b5dd09565c03362113671be9c0606c42ce6c77d8737
-MISC ChangeLog 355 RMD160 a1d237299107593a24ff15a6c574459a11745d67 SHA1 be1f45063a21efa2572b140cf3f76708c29a1090 SHA256 f70016eea3a0ecb8517419c85a73c6922e5756cc468506797a5509ca30625645
+DIST prll-0.3.tar.bz2 17660 RMD160 8e0a8c10e238ea15da09f4df553f9e875968261c SHA1 9b08c746eb4c1f6ffe40b2781177b54515396921 SHA256 0d1905df1fefb365a8c4b956cc27a6fca2ef678141faa2dee95ece0783bf6aba
+EBUILD prll-0.3.ebuild 562 RMD160 0b0722f3e305facd4b6f5c3cb137f9e74cf7b1a7 SHA1 0badee6c3624417d48396d191267332ae4d6e4fe SHA256 badb6cb44668252986b78f11b9b0e3bd5bbd162b947cbf0fdcdd1ddae8cbdd38
+MISC ChangeLog 554 RMD160 e2aa72fe7ca83bf46cdcd4206b21a1787c92f061 SHA1 a78f41afea32390a7f9457fb0fee67c80aae57a0 SHA256 8fba288f4f53800949a0f94c6f2d4a881a68091f71fc79032d92570d48275ef3
 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-shells/prll/files/prll-0.2-makefile.patch b/app-shells/prll/files/prll-0.2-makefile.patch
deleted file mode 100644 (file)
index f4ff2d2..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -1,4 +1,5 @@
--CFLAGS += --std=c99 -Wformat -pedantic -g -O2 -fomit-frame-pointer
-+CFLAGS ?= -g -O2 -fomit-frame-pointer -Wformat -pedantic
-+CFLAGS += --std=c99
- .PHONY: clean compile
similarity index 82%
rename from app-shells/prll/prll-0.2.ebuild
rename to app-shells/prll/prll-0.3.ebuild
index 0dc4b9e977be6996ea489e696cc49498a9243c7e..82c83ba1cc260932b01e2a182743d116e00ec169 100644 (file)
@@ -15,13 +15,9 @@ SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE=""
 
-src_prepare() {
-       epatch "${FILESDIR}"/prll-0.2-makefile.patch
-}
-
 src_install() {
        dobin ${PN}_jobserver || die "installation failed"
        insinto /etc/profile.d/
        doins ${PN}.sh || die "installation failed"
-       dodoc AUTHORS README || die "dodoc failed"
+       dodoc ChangeLog AUTHORS README || die "dodoc failed"
 }