diff options
author | Johan Bergström (jbergstroem) <bugs@bergstroem.nu> | 2012-01-03 06:51:58 +0000 |
---|---|---|
committer | Johan Bergström (jbergstroem) <bugs@bergstroem.nu> | 2012-01-03 06:51:58 +0000 |
commit | d09492a5fce5b36c19684c978a12db3f839e75bd (patch) | |
tree | 42f52d40c94e8c2a71094c8b8306c3e8da7e202a /dev-python | |
parent | media-sound/id3ted: Bump to EAPI 4 and update SRC_URI with mirror://github. (diff) | |
download | sunrise-reviewed-d09492a5fce5b36c19684c978a12db3f839e75bd.tar.gz sunrise-reviewed-d09492a5fce5b36c19684c978a12db3f839e75bd.tar.bz2 sunrise-reviewed-d09492a5fce5b36c19684c978a12db3f839e75bd.zip |
dev-python/pottymouth: Fix path to patch
svn path=/sunrise/; revision=12625
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pottymouth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pottymouth/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pottymouth/pottymouth-2.1.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/pottymouth/ChangeLog b/dev-python/pottymouth/ChangeLog index 389f83ca6..15cdca007 100644 --- a/dev-python/pottymouth/ChangeLog +++ b/dev-python/pottymouth/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-python/pottymouth -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 Jan 2012; Johan Bergström (jbergstroem) <bugs@bergstroem.nu> + pottymouth-2.1.2.ebuild: + Fix path to patch + 26 Dec 2011; Johan Bergström (jbergstroem) <bugs@bergstroem.nu> -files/pottymouth-2.1.0-fix-setup.patch, -pottymouth-2.1.1.ebuild, +pottymouth-2.1.2.ebuild, +files/pottymouth-2.1.2-fix-setup.patch: diff --git a/dev-python/pottymouth/Manifest b/dev-python/pottymouth/Manifest index 92f613224..cafcaed19 100644 --- a/dev-python/pottymouth/Manifest +++ b/dev-python/pottymouth/Manifest @@ -1,5 +1,5 @@ AUX pottymouth-2.1.2-fix-setup.patch 316 RMD160 05a05cebca7c47166998f7545947335698a320cd SHA1 fcfab53bcfff81a2841b85ec09c1bd22af9b86be SHA256 3e71ce7c1400db6389ee1cbc504c0606fbcb704f6be51bfe1968981c1a152c41 DIST PottyMouth-2.1.2.tar.gz 27658 RMD160 20a39e3ca3aaa6a09c3d99c83068e8cdf6532352 SHA1 fbe8e054d5ea807c29ba5b0fdfd5ded054c5f772 SHA256 85db3a7f377cfdbe2a5766abe02640d34c65ac148fe2d9ced00b13252bf16a06 -EBUILD pottymouth-2.1.2.ebuild 758 RMD160 67eb0b1407e1466d9ccb776d94c449fdcc51fcfb SHA1 51a6566502c9a3556d6852a1404118a241f033a3 SHA256 39b3aefed705b1f1ef128cdd511bcce78f60626c9a4bd8c821d282a44d473bb2 -MISC ChangeLog 2456 RMD160 87c133423df61223a8e6b729cd8f4dbed48e9c4d SHA1 c0fcde97599530ed1bea35e92c3aee033ed88a37 SHA256 b713c40e17940e30a4651fc970c0ec696a84f72c8e8e2ed092f3ee6f4dd8187e +EBUILD pottymouth-2.1.2.ebuild 751 RMD160 511440c620bf7a7626dcd45967457e4523c5aae3 SHA1 5e3f4fe776d468d4d82d2d4ca508dd9b13fcb9ce SHA256 7815097738378310582952a80c69f327832f98131110512e770d3b8951ab034e +MISC ChangeLog 2571 RMD160 504134900cc5e68d311cccf2fc0b6cb1b20dbc16 SHA1 f771fc695d8f2e6e82e865e8a2af750df2a36de2 SHA256 ec8a5726633d12be4557b84f5deae7c409ad21d050b3f3fe326221f724e2ab93 MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82 diff --git a/dev-python/pottymouth/pottymouth-2.1.2.ebuild b/dev-python/pottymouth/pottymouth-2.1.2.ebuild index fc8ec3397..94d3c2f70 100644 --- a/dev-python/pottymouth/pottymouth-2.1.2.ebuild +++ b/dev-python/pottymouth/pottymouth-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -25,7 +25,7 @@ S=${WORKDIR}/${MY_P} DOCS="readme.html" src_prepare() { - epatch "${FILESDIR}/${PN}-2.1.0-fix-setup.patch" || die + epatch "${FILESDIR}/${P}-fix-setup.patch" || die } src_test() { |