diff options
author | 2006-12-20 11:58:35 +0000 | |
---|---|---|
committer | 2006-12-20 11:58:35 +0000 | |
commit | 3da37c6a31aa18765edd77c19299fd3cb7c56362 (patch) | |
tree | fdf171d668de986bb499d7df8183b37ed76382f2 /app-misc/ccpublisher | |
parent | net-zope/diyplonestyle: ebuild for bug 158630 (diff) | |
download | sunrise-3da37c6a31aa18765edd77c19299fd3cb7c56362.tar.gz sunrise-3da37c6a31aa18765edd77c19299fd3cb7c56362.tar.bz2 sunrise-3da37c6a31aa18765edd77c19299fd3cb7c56362.zip |
app-misc/ccpublisher: Use MY_P and correct deps
svn path=/sunrise/; revision=2372
Diffstat (limited to 'app-misc/ccpublisher')
-rw-r--r-- | app-misc/ccpublisher/Manifest | 8 | ||||
-rw-r--r-- | app-misc/ccpublisher/ccpublisher-2.2.1.ebuild | 11 |
2 files changed, 10 insertions, 9 deletions
diff --git a/app-misc/ccpublisher/Manifest b/app-misc/ccpublisher/Manifest index 373f66ad4..266ed4362 100644 --- a/app-misc/ccpublisher/Manifest +++ b/app-misc/ccpublisher/Manifest @@ -1,8 +1,8 @@ DIST ccPublisher-2.2.1.tar.gz 394556 RMD160 cf20f5817945f0ebf78026a3e4d8a31aa30009df SHA1 ace556d3169a014fe28ee8f44ade5492bb01a9f6 SHA256 ff9fb22487bb32831f5e4533a72b34b31f029711dcdaa0395e247e94300b9c46 -EBUILD ccpublisher-2.2.1.ebuild 1924 RMD160 773fdbb3d0d698db72389a204674406c3b31b23c SHA1 59cc15fbb9f6df8f2fca1ae04571825506c909b2 SHA256 07c49bd434a3703218f7ae932a4d6dc52f54c880828a6ca5042a81ddb3d9069f -MD5 683d79216f3d0eb4b90386185800661e ccpublisher-2.2.1.ebuild 1924 -RMD160 773fdbb3d0d698db72389a204674406c3b31b23c ccpublisher-2.2.1.ebuild 1924 -SHA256 07c49bd434a3703218f7ae932a4d6dc52f54c880828a6ca5042a81ddb3d9069f ccpublisher-2.2.1.ebuild 1924 +EBUILD ccpublisher-2.2.1.ebuild 1936 RMD160 e1e8daf5febc4effd29899a6503cd88113c7b79d SHA1 38dbee73e3af165e474be54327baf922db70ddf2 SHA256 bc4a126dd376bb961b0243d8710a40130881f06e8a452954a8492e46a1c58db8 +MD5 9708f99a3fce0bf43713455d8c2c5008 ccpublisher-2.2.1.ebuild 1936 +RMD160 e1e8daf5febc4effd29899a6503cd88113c7b79d ccpublisher-2.2.1.ebuild 1936 +SHA256 bc4a126dd376bb961b0243d8710a40130881f06e8a452954a8492e46a1c58db8 ccpublisher-2.2.1.ebuild 1936 MISC ChangeLog 277 RMD160 984f9ddd3e3cae952e4e83ef4ce8b14b9f3a2176 SHA1 d62ea4e931ff0a93483ce3adda19cfe9d63b4e57 SHA256 c66c5aa11e2fce103181421c5178d0c6b9662ced23e241cda2894c9926eae44e MD5 86ab5880f78a8cc09dae51b3afcdfba1 ChangeLog 277 RMD160 984f9ddd3e3cae952e4e83ef4ce8b14b9f3a2176 ChangeLog 277 diff --git a/app-misc/ccpublisher/ccpublisher-2.2.1.ebuild b/app-misc/ccpublisher/ccpublisher-2.2.1.ebuild index 8efa6415b..e27d5df26 100644 --- a/app-misc/ccpublisher/ccpublisher-2.2.1.ebuild +++ b/app-misc/ccpublisher/ccpublisher-2.2.1.ebuild @@ -5,9 +5,11 @@ inherit eutils zproduct python MY_PN="ccPublisher" +MY_P="${MY_PN}-${PV}" + DESCRIPTION="Tool to tag and upload CC-licensed media files" HOMEPAGE="http://wiki.creativecommons.org/CcPublisher" -SRC_URI="http://download.berlios.de/cctools/${MY_PN}-${PV}.tar.gz" +SRC_URI="http://download.berlios.de/cctools/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -15,14 +17,13 @@ KEYWORDS="~x86" IUSE="zope" ZPROD_LIST="${MY_PN}" -S="${WORKDIR}/${MY_PN}-${PV}" +S="${WORKDIR}/${MY_P}" DEPEND="" -RDEPEND=">=dev-lang/python-2.4 - >=dev-python/wxpython-2.6.3.2 +RDEPEND=">=dev-python/wxpython-2.6.3.2 >=x11-libs/wxGTK-2.6.3.3 zope? ( net-zope/zope ) - || ( dev-python/elementtree >=dev-lang/python-2.5 )" + || ( ( dev-python/elementtree >=dev-lang/python-2.4 ) >=dev-lang/python-2.5 )" # wxGTK and wxpython have to be the same x.y.z version src_install() { |