diff options
author | Hanno Böck <hanno@gentoo.org> | 2003-01-08 12:19:16 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2003-01-08 12:19:16 +0000 |
commit | 52f9506f9588d4b51dcd8be17ec07a46239f8a43 (patch) | |
tree | bd239f466f49feb64fa72746024acd5f8a807916 /media-gfx/icoutils | |
parent | fixed lintool-warnings (diff) | |
download | gentoo-2-52f9506f9588d4b51dcd8be17ec07a46239f8a43.tar.gz gentoo-2-52f9506f9588d4b51dcd8be17ec07a46239f8a43.tar.bz2 gentoo-2-52f9506f9588d4b51dcd8be17ec07a46239f8a43.zip |
changed icoutils-0.17.0 to stable (x86)
Diffstat (limited to 'media-gfx/icoutils')
-rw-r--r-- | media-gfx/icoutils/files/digest-icoutils-0.16.0 | 1 | ||||
-rw-r--r-- | media-gfx/icoutils/icoutils-0.16.0.ebuild | 22 | ||||
-rw-r--r-- | media-gfx/icoutils/icoutils-0.17.0.ebuild | 4 |
3 files changed, 2 insertions, 25 deletions
diff --git a/media-gfx/icoutils/files/digest-icoutils-0.16.0 b/media-gfx/icoutils/files/digest-icoutils-0.16.0 deleted file mode 100644 index b7a69ce742ab..000000000000 --- a/media-gfx/icoutils/files/digest-icoutils-0.16.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 dd8e0936e4a8371b9d6d0372670a26be icoutils-0.16.0.tar.gz 150174 diff --git a/media-gfx/icoutils/icoutils-0.16.0.ebuild b/media-gfx/icoutils/icoutils-0.16.0.ebuild deleted file mode 100644 index fb7bfa346a4c..000000000000 --- a/media-gfx/icoutils/icoutils-0.16.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/icoutils/icoutils-0.16.0.ebuild,v 1.3 2002/12/06 20:39:22 hanno Exp $ - -DESCRIPTION="A set of programs for extracting and converting images in Microsoft Windows icon and cursor files (.ico, .cur)." -HOMEPAGE="http://www.student.lu.se/~nbi98oli" -SRC_URI="http://www.student.lu.se/~nbi98oli/src/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -DEPEND="virtual/glibc" -S="${WORKDIR}/${P}" -IUSE="" - -src_compile() { - econf || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die -} diff --git a/media-gfx/icoutils/icoutils-0.17.0.ebuild b/media-gfx/icoutils/icoutils-0.17.0.ebuild index 51215e07d899..98e419bee1a9 100644 --- a/media-gfx/icoutils/icoutils-0.17.0.ebuild +++ b/media-gfx/icoutils/icoutils-0.17.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/icoutils/icoutils-0.17.0.ebuild,v 1.1 2002/12/06 20:39:22 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/icoutils/icoutils-0.17.0.ebuild,v 1.2 2003/01/08 12:19:16 hanno Exp $ DESCRIPTION="A set of programs for extracting and converting images in Microsoft Windows icon and cursor files (.ico, .cur)." HOMEPAGE="http://www.student.lu.se/~nbi98oli" SRC_URI="http://www.student.lu.se/~nbi98oli/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/glibc" S="${WORKDIR}/${P}" IUSE="" |