diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-11-09 10:19:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-11-09 10:19:09 +0000 |
commit | 5f7c86a658f462790155728eaf1efa458dedaebb (patch) | |
tree | b214996434cc1dc41c5d05d064a20e84e40fb1b0 /media-gfx/icon-slicer | |
parent | version bump (bug 32832) (diff) | |
download | historical-5f7c86a658f462790155728eaf1efa458dedaebb.tar.gz historical-5f7c86a658f462790155728eaf1efa458dedaebb.tar.bz2 historical-5f7c86a658f462790155728eaf1efa458dedaebb.zip |
more docs; tidy
Diffstat (limited to 'media-gfx/icon-slicer')
-rw-r--r-- | media-gfx/icon-slicer/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/icon-slicer/Manifest | 4 | ||||
-rw-r--r-- | media-gfx/icon-slicer/icon-slicer-0.3.ebuild | 16 |
3 files changed, 9 insertions, 16 deletions
diff --git a/media-gfx/icon-slicer/ChangeLog b/media-gfx/icon-slicer/ChangeLog index 4f2c47930574..66e60beb7cbb 100644 --- a/media-gfx/icon-slicer/ChangeLog +++ b/media-gfx/icon-slicer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/icon-slicer # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/icon-slicer/ChangeLog,v 1.4 2003/10/12 09:32:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/icon-slicer/ChangeLog,v 1.5 2003/11/09 10:19:07 mr_bones_ Exp $ + + 09 Nov 2003; Michael Sterrett <mr_bones_@gentoo.org> icon-slicer-0.3.ebuild: + more docs; tidy 12 Oct 2003; David Holm <dholm@gentoo.org> icon-slicer-0.3.ebuild: Added to ~ppc. diff --git a/media-gfx/icon-slicer/Manifest b/media-gfx/icon-slicer/Manifest index 0126c8c7d17d..7b179a0b29d4 100644 --- a/media-gfx/icon-slicer/Manifest +++ b/media-gfx/icon-slicer/Manifest @@ -1,3 +1,3 @@ -MD5 0be7455978f57f6f6ecd4bfb866b3265 ChangeLog 588 -MD5 f9f42316f6bc6f4a304f2d2c2e8c85a1 icon-slicer-0.3.ebuild 681 +MD5 660aa664669bcbfe87c7c5eb2a16e87e ChangeLog 690 +MD5 4a5ca0d606d1d9e99b6bde7d7300c171 icon-slicer-0.3.ebuild 657 MD5 73f2d6ece5276b5eed4f6dd791a61a11 files/digest-icon-slicer-0.3 67 diff --git a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild index e165635ff34d..e4428fb35ae9 100644 --- a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild +++ b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild @@ -1,30 +1,20 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/icon-slicer/icon-slicer-0.3.ebuild,v 1.3 2003/10/12 09:32:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/icon-slicer/icon-slicer-0.3.ebuild,v 1.4 2003/11/09 10:19:07 mr_bones_ Exp $ DESCRIPTION="utility for generating icon themes and libXcursor cursor themes" - HOMEPAGE="http://www.freedesktop.org/software/icon-slicer/" - SRC_URI="http://www.freedesktop.org/software/icon-slicer/releases/${P}.tar.gz" +KEYWORDS="x86 ~sparc ~ppc" LICENSE="GPL-2" - SLOT="0" - -KEYWORDS="x86 ~sparc ~ppc" - IUSE="" DEPEND=">=x11-libs/gtk+-2.0 dev-libs/popt" -src_compile() { - econf || die - emake || die -} - src_install() { - #make DESTDIR=${D} install || die einstall || die + dodoc AUTHORS ChangeLog README TODO || die "dodoc failed" } |