diff options
author | 2014-11-21 01:50:32 +0000 | |
---|---|---|
committer | 2014-11-21 01:50:32 +0000 | |
commit | 3099cfc74c83af4f36d023870077662f679b6f05 (patch) | |
tree | 3ff1e1c0890841cb7e3312c1f26f885511061996 /dev-python/twisted-lore | |
parent | mapping patch is unneeded now (diff) | |
download | gentoo-2-3099cfc74c83af4f36d023870077662f679b6f05.tar.gz gentoo-2-3099cfc74c83af4f36d023870077662f679b6f05.tar.bz2 gentoo-2-3099cfc74c83af4f36d023870077662f679b6f05.zip |
Remove ebuilds using twisted.eclass.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/twisted-lore')
-rw-r--r-- | dev-python/twisted-lore/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/twisted-lore/twisted-lore-12.3.0.ebuild | 22 | ||||
-rw-r--r-- | dev-python/twisted-lore/twisted-lore-13.0.0.ebuild | 22 |
3 files changed, 5 insertions, 45 deletions
diff --git a/dev-python/twisted-lore/ChangeLog b/dev-python/twisted-lore/ChangeLog index cfce5269e453..425944dffd39 100644 --- a/dev-python/twisted-lore/ChangeLog +++ b/dev-python/twisted-lore/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/twisted-lore # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.85 2014/11/18 03:20:20 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.86 2014/11/21 01:50:32 floppym Exp $ + + 21 Nov 2014; Mike Gilbert <floppym@gentoo.org> -twisted-lore-12.3.0.ebuild, + -twisted-lore-13.0.0.ebuild: + Remove ebuilds using twisted.eclass. *twisted-lore-14.0.2 (18 Nov 2014) diff --git a/dev-python/twisted-lore/twisted-lore-12.3.0.ebuild b/dev-python/twisted-lore/twisted-lore-12.3.0.ebuild deleted file mode 100644 index f80b365e8966..000000000000 --- a/dev-python/twisted-lore/twisted-lore-12.3.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-12.3.0.ebuild,v 1.10 2013/11/24 18:37:20 ago Exp $ - -EAPI="4" -PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* 2.5 *-jython" -MY_PACKAGE="Lore" - -inherit twisted versionator - -DESCRIPTION="Twisted documentation system" - -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* - =dev-python/twisted-web-$(get_version_component_range 1-2)*" -RDEPEND="${DEPEND}" - -PYTHON_MODNAME="twisted/lore twisted/plugins" diff --git a/dev-python/twisted-lore/twisted-lore-13.0.0.ebuild b/dev-python/twisted-lore/twisted-lore-13.0.0.ebuild deleted file mode 100644 index 4250c7588b02..000000000000 --- a/dev-python/twisted-lore/twisted-lore-13.0.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-13.0.0.ebuild,v 1.2 2013/08/03 09:45:45 mgorny Exp $ - -EAPI="4" -PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* 2.5 *-jython" -MY_PACKAGE="Lore" - -inherit twisted versionator - -DESCRIPTION="Twisted documentation system" - -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)* - =dev-python/twisted-web-$(get_version_component_range 1-2)*" -RDEPEND="${DEPEND}" - -PYTHON_MODNAME="twisted/lore twisted/plugins" |