summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-29 09:23:15 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-29 09:23:15 +0000
commitb2d97a8d773bdd8d774da84f0a81ef58b262479c (patch)
tree97b3248337875870a4c56e37bb563376e95766da /dev-tcltk
parentMarked ~hppa (bug #544064). (diff)
downloadgentoo-2-b2d97a8d773bdd8d774da84f0a81ef58b262479c.tar.gz
gentoo-2-b2d97a8d773bdd8d774da84f0a81ef58b262479c.tar.bz2
gentoo-2-b2d97a8d773bdd8d774da84f0a81ef58b262479c.zip
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/anigif/ChangeLog5
-rw-r--r--dev-tcltk/anigif/anigif-1.3.ebuild24
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-tcltk/anigif/ChangeLog b/dev-tcltk/anigif/ChangeLog
index e5c5ee340ada..0fc6122cd8fa 100644
--- a/dev-tcltk/anigif/ChangeLog
+++ b/dev-tcltk/anigif/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/anigif
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/anigif/ChangeLog,v 1.11 2015/03/28 21:30:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/anigif/ChangeLog,v 1.12 2015/03/29 09:23:15 jlec Exp $
+
+ 29 Mar 2015; Justin Lecher <jlec@gentoo.org> -anigif-1.3.ebuild:
+ Drop old
28 Mar 2015; Agostino Sarubbo <ago@gentoo.org> anigif-1.3-r1.ebuild:
Stable for ppc, wrt bug #542692
diff --git a/dev-tcltk/anigif/anigif-1.3.ebuild b/dev-tcltk/anigif/anigif-1.3.ebuild
deleted file mode 100644
index d87032060eda..000000000000
--- a/dev-tcltk/anigif/anigif-1.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/anigif/anigif-1.3.ebuild,v 1.6 2012/12/05 20:45:20 ulm Exp $
-
-inherit multilib
-
-DESCRIPTION="Image rotation package"
-HOMEPAGE="http://cardtable.sourceforge.net/tcltk/"
-SRC_URI="http://dev.gentooexperimental.org/~jlec/distfiles/${P}.zip"
-
-LICENSE="tcltk"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-lang/tcl"
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}"
-
-src_install() {
- insinto /usr/$(get_libdir)/${P}
- doins * || die
-}