summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-05-12 08:46:55 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-05-12 08:46:55 +0000
commit2fddc9d50b893b63d1900d8e304cc50e20730bfc (patch)
tree6290a12045d2a428e0aab7c6aaffd1862f59449f /media-gfx/gifsicle
parentRemove obsolete useflag from metadata.xml (diff)
downloadgentoo-2-2fddc9d50b893b63d1900d8e304cc50e20730bfc.tar.gz
gentoo-2-2fddc9d50b893b63d1900d8e304cc50e20730bfc.tar.bz2
gentoo-2-2fddc9d50b893b63d1900d8e304cc50e20730bfc.zip
old
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-gfx/gifsicle')
-rw-r--r--media-gfx/gifsicle/ChangeLog8
-rw-r--r--media-gfx/gifsicle/gifsicle-1.64.ebuild26
2 files changed, 5 insertions, 29 deletions
diff --git a/media-gfx/gifsicle/ChangeLog b/media-gfx/gifsicle/ChangeLog
index 7fbd01b62121..b17a1428ad5d 100644
--- a/media-gfx/gifsicle/ChangeLog
+++ b/media-gfx/gifsicle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/gifsicle
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.44 2012/06/29 12:48:17 ranger Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.45 2013/05/12 08:46:55 ssuominen Exp $
+
+ 12 May 2013; Samuli Suominen <ssuominen@gentoo.org> -gifsicle-1.64.ebuild:
+ old
29 Jun 2012; Brent Baude <ranger@gentoo.org> gifsicle-1.67.ebuild:
Marking gifsicle-1.67 ppc for bug 422095
@@ -154,4 +157,3 @@
10 Oct 2003; Michael Sterrett <mr_bones_@gentoo.org> gifsicle-1.40.ebuild:
initial commit (bug 23853)
-
diff --git a/media-gfx/gifsicle/gifsicle-1.64.ebuild b/media-gfx/gifsicle/gifsicle-1.64.ebuild
deleted file mode 100644
index 6eb80a1785e7..000000000000
--- a/media-gfx/gifsicle/gifsicle-1.64.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.64.ebuild,v 1.4 2012/03/07 20:01:16 ranger Exp $
-
-EAPI=4
-
-DESCRIPTION="A command-line tool for creating, editing, and getting information about GIF images and animations"
-HOMEPAGE="http://www.lcdf.org/~eddietwo/gifsicle/"
-SRC_URI="http://www.lcdf.org/~eddietwo/gifsicle/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="X"
-
-RDEPEND="X? ( x11-libs/libX11
- x11-libs/libXt )"
-DEPEND="${RDEPEND}
- X? ( x11-proto/xproto )"
-
-src_configure() {
- local myconf
- use X || myconf="--disable-gifview"
-
- econf ${myconf}
-}