summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJure Varlec (exzombie) <jure.varlec@gmail.com>2010-02-21 09:57:30 +0000
committerJure Varlec (exzombie) <jure.varlec@gmail.com>2010-02-21 09:57:30 +0000
commit0516487a790b346a00101b617cad330ef0bc3f56 (patch)
tree394fbb15e3b9bd7e1599b2fdb25c10bce4ecd416 /app-shells
parentAutomatic update to use.local.desc (diff)
downloadsunrise-reviewed-0516487a790b346a00101b617cad330ef0bc3f56.tar.gz
sunrise-reviewed-0516487a790b346a00101b617cad330ef0bc3f56.tar.bz2
sunrise-reviewed-0516487a790b346a00101b617cad330ef0bc3f56.zip
app-shells/prll: Version bump for prll. Now installs the NEWS file.
svn path=/sunrise/; revision=10174
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/prll/ChangeLog4
-rw-r--r--app-shells/prll/Manifest6
-rw-r--r--app-shells/prll/prll-0.4.ebuild (renamed from app-shells/prll/prll-0.3.1.ebuild)2
3 files changed, 8 insertions, 4 deletions
diff --git a/app-shells/prll/ChangeLog b/app-shells/prll/ChangeLog
index 130153b6f..919bce27f 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 Feb 2010; Jure Varlec (exzombie) <jure.varlec@gmail.com>
+ -prll-0.3.1.ebuild, +prll-0.4.ebuild:
+ Version bump for prll. Now installs the NEWS file.
+
28 Jan 2010; Jure Varlec (exzombie) <jure.varlec@gmail.com>
-prll-0.3.ebuild, +prll-0.3.1.ebuild:
Version bump for prll.
diff --git a/app-shells/prll/Manifest b/app-shells/prll/Manifest
index e2103da21..ba6cd8222 100644
--- a/app-shells/prll/Manifest
+++ b/app-shells/prll/Manifest
@@ -1,4 +1,4 @@
-DIST prll-0.3.1.tar.bz2 17825 RMD160 5431972b1ab183ca69a842748249cad06a22c933 SHA1 3cd23f389a865c776ec95c2510792e1f28a58d71 SHA256 ff02e393c19ef8284b6da3acf9570e23390feb0992c3f78f277782ffb09626da
-EBUILD prll-0.3.1.ebuild 562 RMD160 0b0722f3e305facd4b6f5c3cb137f9e74cf7b1a7 SHA1 0badee6c3624417d48396d191267332ae4d6e4fe SHA256 badb6cb44668252986b78f11b9b0e3bd5bbd162b947cbf0fdcdd1ddae8cbdd38
-MISC ChangeLog 682 RMD160 c47cdfdda289b8f5997d2f79203c60f0bfd2ee4d SHA1 2ad1e7bae238c6c677e84806dca40ea815222b19 SHA256 28879f3d4257ea89d48d0761c3a195b0a7a48c565f15a322c298542124db25fe
+DIST prll-0.4.tar.bz2 29934 RMD160 53a1a963fd9eed0dbacec7996f6058c63ff75f28 SHA1 08a8f65a9bdda147c1874777769b6604e15345f9 SHA256 d39eef661e9225edc8910565bda24c4de795c93d19e2ec83532c81273600c762
+EBUILD prll-0.4.ebuild 567 RMD160 5a4b67798e010ebd23f1c5fc4bcd8d64a163de7b SHA1 634837a51405b72ec2f8cfbb74fe09b5081483bf SHA256 63b22bbccf7405aa2560b1e07d2c55ef8e769af6fa8aba5888cf3002014e095e
+MISC ChangeLog 838 RMD160 5d3f75abc0bdd4130c0a3177b7288308a555619b SHA1 8faeb976e96c61970ddcd6481b4a16282df906ab SHA256 3fae48df7cdc5229c17f960b5eb75327d0655ec6fa48d8311749ffc0d9aebef1
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-shells/prll/prll-0.3.1.ebuild b/app-shells/prll/prll-0.4.ebuild
index 82c83ba1c..0543c1a23 100644
--- a/app-shells/prll/prll-0.3.1.ebuild
+++ b/app-shells/prll/prll-0.4.ebuild
@@ -19,5 +19,5 @@ src_install() {
dobin ${PN}_jobserver || die "installation failed"
insinto /etc/profile.d/
doins ${PN}.sh || die "installation failed"
- dodoc ChangeLog AUTHORS README || die "dodoc failed"
+ dodoc ChangeLog AUTHORS README NEWS || die "dodoc failed"
}