summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJure Varlec (exzombie) <jure.varlec@gmail.com>2010-01-21 11:47:28 +0000
committerJure Varlec (exzombie) <jure.varlec@gmail.com>2010-01-21 11:47:28 +0000
commit1d933775225c0c879ce8d41040f4c07b463ef7c0 (patch)
tree386106003a5c7cc8cca6d4f07e89bec1ac2098f1 /app-shells
parentsci-visualization/spyview: Version bump. (diff)
downloadsunrise-1d933775225c0c879ce8d41040f4c07b463ef7c0.tar.gz
sunrise-1d933775225c0c879ce8d41040f4c07b463ef7c0.tar.bz2
sunrise-1d933775225c0c879ce8d41040f4c07b463ef7c0.zip
app-shells/prll: Version bump for prll. Makefile fixed upstream, removing patch.
svn path=/sunrise/; revision=9907
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/prll/ChangeLog4
-rw-r--r--app-shells/prll/Manifest7
-rw-r--r--app-shells/prll/files/prll-0.2-makefile.patch9
-rw-r--r--app-shells/prll/prll-0.3.ebuild (renamed from app-shells/prll/prll-0.2.ebuild)6
4 files changed, 8 insertions, 18 deletions
diff --git a/app-shells/prll/ChangeLog b/app-shells/prll/ChangeLog
index 035b543f9..07f2dbb89 100644
--- a/app-shells/prll/ChangeLog
+++ b/app-shells/prll/ChangeLog
@@ -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
diff --git a/app-shells/prll/Manifest b/app-shells/prll/Manifest
index 9ffaaea57..919888b70 100644
--- a/app-shells/prll/Manifest
+++ b/app-shells/prll/Manifest
@@ -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
index f4ff2d21f..000000000
--- a/app-shells/prll/files/prll-0.2-makefile.patch
+++ /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
-
diff --git a/app-shells/prll/prll-0.2.ebuild b/app-shells/prll/prll-0.3.ebuild
index 0dc4b9e97..82c83ba1c 100644
--- a/app-shells/prll/prll-0.2.ebuild
+++ b/app-shells/prll/prll-0.3.ebuild
@@ -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"
}