diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-06-10 02:27:56 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-06-10 02:27:56 +0000 |
commit | 480545cc29dc835ec5ef91c74fe6a199242d5e27 (patch) | |
tree | bb932f1606dc6b3da8947e446158389baf43f909 | |
parent | Remove old. (diff) | |
download | gentoo-2-480545cc29dc835ec5ef91c74fe6a199242d5e27.tar.gz gentoo-2-480545cc29dc835ec5ef91c74fe6a199242d5e27.tar.bz2 gentoo-2-480545cc29dc835ec5ef91c74fe6a199242d5e27.zip |
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
-rw-r--r-- | sci-geosciences/tilecache/ChangeLog | 7 | ||||
-rw-r--r-- | sci-geosciences/tilecache/tilecache-2.11.ebuild | 31 |
2 files changed, 5 insertions, 33 deletions
diff --git a/sci-geosciences/tilecache/ChangeLog b/sci-geosciences/tilecache/ChangeLog index ec2cf480710d..35b61317c4e4 100644 --- a/sci-geosciences/tilecache/ChangeLog +++ b/sci-geosciences/tilecache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-geosciences/tilecache -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/tilecache/ChangeLog,v 1.6 2013/11/09 19:21:59 robbat2 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/tilecache/ChangeLog,v 1.7 2014/06/10 02:27:56 floppym Exp $ + + 10 Jun 2014; Mike Gilbert <floppym@gentoo.org> -tilecache-2.11.ebuild: + Remove old. *tilecache-2.11-r1 (09 Nov 2013) diff --git a/sci-geosciences/tilecache/tilecache-2.11.ebuild b/sci-geosciences/tilecache/tilecache-2.11.ebuild deleted file mode 100644 index 72008f040c8d..000000000000 --- a/sci-geosciences/tilecache/tilecache-2.11.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/tilecache/tilecache-2.11.ebuild,v 1.1 2011/06/01 09:53:25 scarabeus Exp $ - -EAPI=3 - -PYTHON_DEPEND="2" -inherit distutils - -DESCRIPTION="Web map tile caching system" -HOMEPAGE="http://tilecache.org/" -SRC_URI="http://${PN}.org/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-python/imaging - dev-python/paste" -DEPEND="${RDEPEND} - dev-python/setuptools -" - -pkg_setup() { - python_set_active_version 2 -} - -src_install() { - distutils_src_install "--debian" -} |