diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-28 14:49:04 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-28 14:49:04 +0000 |
commit | 0510648a17150e3ff0e19197f7d7c34be3ca58cb (patch) | |
tree | 18dbc40b1d5ea8711ebd0ef8f3cb24d14607f363 /app-editors/leo | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | historical-0510648a17150e3ff0e19197f7d7c34be3ca58cb.tar.gz historical-0510648a17150e3ff0e19197f7d7c34be3ca58cb.tar.bz2 historical-0510648a17150e3ff0e19197f7d7c34be3ca58cb.zip |
Delete older ebuild.
Diffstat (limited to 'app-editors/leo')
-rw-r--r-- | app-editors/leo/Manifest | 12 | ||||
-rw-r--r-- | app-editors/leo/leo-4.6.3.ebuild | 38 |
2 files changed, 0 insertions, 50 deletions
diff --git a/app-editors/leo/Manifest b/app-editors/leo/Manifest index e280e5189ced..a6564e71d86c 100644 --- a/app-editors/leo/Manifest +++ b/app-editors/leo/Manifest @@ -1,17 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - AUX leo-4.7.1-fix_syntax_errors.patch 1361 RMD160 3f92d3354d8b35cd354cfdfea537ce72ff5554be SHA1 64a5c7dfb3846d3926d206f17a5a535f67c2ab72 SHA256 fc70d635e54c7964ed654f3f3b068e3f2f0fe62dfd0f9923d3923a64f697ec92 -DIST Leo-4-6-3-final.zip 6839330 RMD160 646251de08b03913a7802d0a10a04d9fb160e37c SHA1 79630cb99ba3febc08b03034c847e4807162338f SHA256 b17cf02294d25f02cbb408d076e3c21529c4c5ff4d8fde39a04d44a99c5df512 DIST Leo-4.7.1-final.zip 6754983 RMD160 b29a7a1188c2a31c3940ce0e641c605482f18e76 SHA1 b8ba638bbb2e5564f226e7a5dfc596f2bbeb08a5 SHA256 9e34609d25581092e3f837dd3617a7500c720fb2634941e47a50b187ae68b3d1 -EBUILD leo-4.6.3.ebuild 859 RMD160 caca8c5e5dbf696657af8a67a9839d61ee29d04a SHA1 9974513167427580543ec3e23ce1696cb1f61aad SHA256 ed7b2b10e47cd823e2d487f089a3c88fe440a3117bd389dd4367b35a79dbfe16 EBUILD leo-4.7.1.ebuild 949 RMD160 ef7fa045a3da8647fc03817978bb0dbd4f36f805 SHA1 3caf40bc25f657d9a5e61ef7196847ce24fdae9f SHA256 913b6cc5d6941ec3138dff2a9f1cbcd7ca73db952f37ff5de798202da8a0e3a3 MISC ChangeLog 2527 RMD160 39016871e53ac8ca8231505b8565cc5afa90f9d2 SHA1 69df91b98c3d64defbe8a9578ad3c294a5ec518a SHA256 4f8b9bb7ef79e0464be90fd50a20cecaedcfb5ae27e22498026f5c1a68824dae MISC metadata.xml 160 RMD160 e730f96ab97c5be577a6d6d05f04990374a0dffb SHA1 2aa5e6be9c265c0e7bceb78ee9fd20df5f818e36 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.15 (GNU/Linux) - -iEYEARECAAYFAkv/olEACgkQkKaRLQcq0GKcIQCfZRqnRTvt/7NEtaLCH0bEcfI2 -QOUAnAvt9Oa/PIXgDUKCu0fitpbk0ULl -=sjsv ------END PGP SIGNATURE----- diff --git a/app-editors/leo/leo-4.6.3.ebuild b/app-editors/leo/leo-4.6.3.ebuild deleted file mode 100644 index ef3ac6471fe3..000000000000 --- a/app-editors/leo/leo-4.6.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/leo-4.6.3.ebuild,v 1.3 2009/10/15 11:38:16 maekke Exp $ - -EAPI="2" - -NEED_PYTHON="2.5" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_P="Leo-${PV//./-}-final" - -DESCRIPTION="An outlining editor and literate programming tool." -HOMEPAGE="http://leo.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="app-text/silvercity - >=dev-lang/python-2.5[tk] - dev-python/PyQt4[X]" -DEPEND="${RDEPEND} - app-arch/unzip" -RESTRICT_PYTHON_ABIS="2.4 3.*" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="leo" - -src_install() { - distutils_src_install - dohtml -r leo/doc/html/* || die "dohtml failed" - dodoc leo/doc/README.TXT || die "dodoc failed" -} |