diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2008-06-24 23:23:14 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2008-06-24 23:23:14 +0000 |
commit | 168ce233a5ca1758b0740aa5cd8bb821f75fa635 (patch) | |
tree | 5492e925faf13a9f8659d2eb42ee3bae2f36739b | |
parent | Elisa 0.3.5 (diff) | |
download | maintainer-168ce233a5ca1758b0740aa5cd8bb821f75fa635.tar.gz maintainer-168ce233a5ca1758b0740aa5cd8bb821f75fa635.tar.bz2 maintainer-168ce233a5ca1758b0740aa5cd8bb821f75fa635.zip |
s/DEPEND/RDEPEND/
svn path=/maintainer/; revision=89
-rw-r--r-- | dev-python/pigment-python/ChangeLog | 4 | ||||
-rw-r--r-- | dev-python/pigment-python/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pigment-python/pigment-python-0.3.3.ebuild | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/pigment-python/ChangeLog b/dev-python/pigment-python/ChangeLog index 02b514b..279ccac 100644 --- a/dev-python/pigment-python/ChangeLog +++ b/dev-python/pigment-python/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 24 Jun 2008; Daniel Gryniewicz <dang@gentoo.org> + pigment-python-0.3.3.ebuild: + s/DEPEND/RDEPEND/ + 05 Mar 2008; Daniel Gryniewicz <dang@gentoo.org> ++, ++, -pigment-python-0.3.1.ebuild: Bump to 0.3.3 Changes since 0.3.2: diff --git a/dev-python/pigment-python/Manifest b/dev-python/pigment-python/Manifest index 1317ddd..02cdcca 100644 --- a/dev-python/pigment-python/Manifest +++ b/dev-python/pigment-python/Manifest @@ -1,3 +1,3 @@ DIST pigment-python-0.3.3.tar.gz 573485 RMD160 b5b0800745947a458ab807203c2fa6cda0676afd SHA1 76fb5fa9cf38001ec891a4e0794298bd3c137ff4 SHA256 4b70cf26b37a6187c6bf6eb92290cc8e78aee068be9b57cc0959bd1e5588fa3f -EBUILD pigment-python-0.3.3.ebuild 866 RMD160 23930cca9fae8e7cf36ac5e79103bafb847bdaea SHA1 4bf8253173e86db567deeec9965e623cba32b20a SHA256 350ee3f3396d98ed0480e41359d5cbf02dbf81268a3041cf3d0abf146d927888 -MISC ChangeLog 739 RMD160 097e2c479ed74126472588224fecb87eebe39f2a SHA1 c25b7b92ad92fcdd93f1eea4e0fb996f176859c0 SHA256 0be4b5d69f27bee3ade06b02e42cb4c748255146312afed40fc23a5cb54f0011 +EBUILD pigment-python-0.3.3.ebuild 867 RMD160 59fbdc1f83d8807a011356bd14267f8d3bf54288 SHA1 37c6e8e52798904915b78dfd54a313157169c9d7 SHA256 4084b6ff2a65479cbad2dbd44a2efe40391ba42fb8ef93875be47824cd6bbc96 +MISC ChangeLog 842 RMD160 4b236f2b507d5fae71e589a8013107f40a18b73e SHA1 beb385967312e281c54c4ebaec5e5df2299a3b0a SHA256 245cf393f93ac22a7913c5668b259a553053a6f54fcc163f5cf761cb9680e0cd diff --git a/dev-python/pigment-python/pigment-python-0.3.3.ebuild b/dev-python/pigment-python/pigment-python-0.3.3.ebuild index 8acfc83..93fde3d 100644 --- a/dev-python/pigment-python/pigment-python-0.3.3.ebuild +++ b/dev-python/pigment-python/pigment-python-0.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2006-2007 BreakMyGentoo.org +# Copyright 2006-2008 BreakMyGentoo.org # Distributed under the terms of the GNU General Public License v2 inherit gnome2 python @@ -22,7 +22,7 @@ RDEPEND=">=media-libs/pigment-0.3.5 >=x11-libs/gtk+-2 >=dev-lang/python-2.4" -DEPEND="${DEPEND}" +DEPEND="${RDEPEND}" DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS README TODO" |