diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-17 15:34:35 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-17 15:34:35 +0000 |
commit | 18b67c5f2ae9985bc79b9830b6d6d15fb31f32b1 (patch) | |
tree | afcbc8b1e14c99306c4ecf985ed1c7d0dfa4f4d1 /dev-python/gntp | |
parent | Fix unquoted variable. (diff) | |
download | gentoo-2-18b67c5f2ae9985bc79b9830b6d6d15fb31f32b1.tar.gz gentoo-2-18b67c5f2ae9985bc79b9830b6d6d15fb31f32b1.tar.bz2 gentoo-2-18b67c5f2ae9985bc79b9830b6d6d15fb31f32b1.zip |
Remove old.
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/gntp')
-rw-r--r-- | dev-python/gntp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gntp/gntp-0.5.ebuild | 27 | ||||
-rw-r--r-- | dev-python/gntp/gntp-0.6.ebuild | 27 |
3 files changed, 5 insertions, 55 deletions
diff --git a/dev-python/gntp/ChangeLog b/dev-python/gntp/ChangeLog index e180dfdcfe63..fe6a44cf3380 100644 --- a/dev-python/gntp/ChangeLog +++ b/dev-python/gntp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gntp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gntp/ChangeLog,v 1.7 2015/04/08 08:05:18 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gntp/ChangeLog,v 1.8 2015/05/17 15:34:35 mrueg Exp $ + + 17 May 2015; Manuel Rüger <mrueg@gentoo.org> -gntp-0.5.ebuild, + -gntp-0.6.ebuild: + Remove old. 08 Apr 2015; Michał Górny <mgorny@gentoo.org> gntp-1.0.1.ebuild: Drop old Python implementations diff --git a/dev-python/gntp/gntp-0.5.ebuild b/dev-python/gntp/gntp-0.5.ebuild deleted file mode 100644 index 8436d5c85be9..000000000000 --- a/dev-python/gntp/gntp-0.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gntp/gntp-0.5.ebuild,v 1.2 2012/01/15 22:04:25 hwoarang Exp $ - -EAPI=4 -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Python library for working with the Growl Notification Transport Protocol" -HOMEPAGE="https://github.com/kfdm/gntp http://pypi.python.org/pypi/gntp" -SRC_URI="https://github.com/kfdm/gntp/tarball/${PV} -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_unpack() { - default - mv * ${P} -} diff --git a/dev-python/gntp/gntp-0.6.ebuild b/dev-python/gntp/gntp-0.6.ebuild deleted file mode 100644 index 01117ff94cdc..000000000000 --- a/dev-python/gntp/gntp-0.6.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gntp/gntp-0.6.ebuild,v 1.1 2012/04/19 08:02:26 patrick Exp $ - -EAPI=4 -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Python library for working with the Growl Notification Transport Protocol" -HOMEPAGE="https://github.com/kfdm/gntp http://pypi.python.org/pypi/gntp" -SRC_URI="https://github.com/kfdm/gntp/tarball/${PV} -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_unpack() { - default - mv * ${P} -} |