summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2009-02-07 21:23:53 +0000
committerMarkus Meier <maekke@gentoo.org>2009-02-07 21:23:53 +0000
commit6ab1249b7dcf3b1c8253884d53d5349f6b02b47a (patch)
treec722ba89ff41538a66ed8bec39eb92c346a41d07 /media-gfx/gifsicle
parentVersion Bump. (diff)
downloadgentoo-2-6ab1249b7dcf3b1c8253884d53d5349f6b02b47a.tar.gz
gentoo-2-6ab1249b7dcf3b1c8253884d53d5349f6b02b47a.tar.bz2
gentoo-2-6ab1249b7dcf3b1c8253884d53d5349f6b02b47a.zip
assign RDEPEND, remove old
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'media-gfx/gifsicle')
-rw-r--r--media-gfx/gifsicle/ChangeLog6
-rw-r--r--media-gfx/gifsicle/gifsicle-1.44.ebuild29
-rw-r--r--media-gfx/gifsicle/gifsicle-1.52.ebuild3
3 files changed, 7 insertions, 31 deletions
diff --git a/media-gfx/gifsicle/ChangeLog b/media-gfx/gifsicle/ChangeLog
index 6fd1e802f15a..aed33f4a2f5e 100644
--- a/media-gfx/gifsicle/ChangeLog
+++ b/media-gfx/gifsicle/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/gifsicle
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.22 2009/01/27 10:48:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.23 2009/02/07 21:23:53 maekke Exp $
+
+ 07 Feb 2009; Markus Meier <maekke@gentoo.org> -gifsicle-1.44.ebuild,
+ gifsicle-1.52.ebuild:
+ assign RDEPEND, remove old
27 Jan 2009; Raúl Porcel <armin76@gentoo.org> gifsicle-1.52.ebuild:
sparc/x86 stable wrt #256171
diff --git a/media-gfx/gifsicle/gifsicle-1.44.ebuild b/media-gfx/gifsicle/gifsicle-1.44.ebuild
deleted file mode 100644
index 7b4bc5e51a6e..000000000000
--- a/media-gfx/gifsicle/gifsicle-1.44.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.44.ebuild,v 1.11 2008/05/22 18:40:51 maekke Exp $
-
-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"
-IUSE="X"
-
-DEPEND="X? ( x11-libs/libX11
- x11-libs/libXt
- x11-proto/xproto )"
-
-src_compile() {
- local myconf
-
- use X || myconf="${myconf} --disable-gifview"
- econf ${myconf} || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc NEWS README
-}
diff --git a/media-gfx/gifsicle/gifsicle-1.52.ebuild b/media-gfx/gifsicle/gifsicle-1.52.ebuild
index ede4585bcd1d..45fd05d635ca 100644
--- a/media-gfx/gifsicle/gifsicle-1.52.ebuild
+++ b/media-gfx/gifsicle/gifsicle-1.52.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.52.ebuild,v 1.3 2009/01/27 10:48:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.52.ebuild,v 1.4 2009/02/07 21:23:53 maekke Exp $
DESCRIPTION="A command-line tool for creating, editing, and getting information about GIF images and animations"
HOMEPAGE="http://www.lcdf.org/~eddietwo/gifsicle/"
@@ -14,6 +14,7 @@ IUSE="X"
DEPEND="X? ( x11-libs/libX11
x11-libs/libXt
x11-proto/xproto )"
+RDEPEND="${DEPEND}"
src_compile() {
local myconf