diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-04-18 17:17:45 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-04-18 17:17:45 +0000 |
commit | 64297b769a0ef39191981d2de8ff361d7640aed4 (patch) | |
tree | 8b794181b91d9132ef5c258fe893f2d902f65230 /x11-misc | |
parent | move to stable (diff) | |
download | historical-64297b769a0ef39191981d2de8ff361d7640aed4.tar.gz historical-64297b769a0ef39191981d2de8ff361d7640aed4.tar.bz2 historical-64297b769a0ef39191981d2de8ff361d7640aed4.zip |
move to stable
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xloadimage/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xloadimage/files/digest-xloadimage-4.1-r1 | 2 | ||||
-rw-r--r-- | x11-misc/xloadimage/xloadimage-4.1-r1.ebuild | 13 |
3 files changed, 8 insertions, 11 deletions
diff --git a/x11-misc/xloadimage/Manifest b/x11-misc/xloadimage/Manifest index abfa285da88a..90ce41826687 100644 --- a/x11-misc/xloadimage/Manifest +++ b/x11-misc/xloadimage/Manifest @@ -1,6 +1,6 @@ -MD5 f102ffc8a514e61ed009dabf9487af9b xloadimage-4.1-r1.ebuild 1538 +MD5 519d2f40bab70e8b99c3e76c48579349 xloadimage-4.1-r1.ebuild 1462 MD5 61957b639baa788294130a3afd482b7a xloadimage-4.1.ebuild 1385 -MD5 d3d2ac3a5eb13fadb20f953d51fc0af9 ChangeLog 1465 +MD5 79df606a150e6854c4c93575608ede9f ChangeLog 1607 MD5 c411c977cc7ae79dd96aad933980dbb2 files/xloadimage-4.1-include-errno_h.patch 303 MD5 bad387ba03d0111a70dd7066ba97d5e5 files/digest-xloadimage-4.1-r1 140 MD5 bad387ba03d0111a70dd7066ba97d5e5 files/digest-xloadimage-4.1 140 diff --git a/x11-misc/xloadimage/files/digest-xloadimage-4.1-r1 b/x11-misc/xloadimage/files/digest-xloadimage-4.1-r1 index d25d708164a8..4036b1b2fd56 100644 --- a/x11-misc/xloadimage/files/digest-xloadimage-4.1-r1 +++ b/x11-misc/xloadimage/files/digest-xloadimage-4.1-r1 @@ -1,4 +1,2 @@ -MD5 c411c977cc7ae79dd96aad933980dbb2 /files/xloadimage-4.1-include-errno_h.patch 303 -MD5 f102ffc8a514e61ed009dabf9487af9b /xloadimage-4.1-r1.ebuild 1538 MD5 7331850fc04056ab8ae6b5725d1fb3d2 xloadimage.4.1.tar.gz 596021 MD5 8f5cc72c54ea730ba99026f006e71e10 xloadimage-4.1-gentoo.diff.bz2 41390 diff --git a/x11-misc/xloadimage/xloadimage-4.1-r1.ebuild b/x11-misc/xloadimage/xloadimage-4.1-r1.ebuild index 90885761af56..9b5f4abdb26c 100644 --- a/x11-misc/xloadimage/xloadimage-4.1-r1.ebuild +++ b/x11-misc/xloadimage/xloadimage-4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xloadimage/xloadimage-4.1-r1.ebuild,v 1.4 2003/04/06 19:36:19 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xloadimage/xloadimage-4.1-r1.ebuild,v 1.5 2003/04/18 17:17:42 seemant Exp $ IUSE="tiff jpeg png" @@ -11,14 +11,14 @@ S="${WORKDIR}/${MY_P}" DESCRIPTION="Xloadimage is a utility which will view many different types of images under X11" HOMEPAGE="http://gopher.std.com/homepages/jimf/xloadimage.html" SRC_URI="ftp://ftp.x.org/R5contrib/${MY_P}.tar.gz - mirror://gentoo/${P}-gentoo.diff.bz2 - http://cvs.gentoo.org/~seemant/${P}-gentoo.diff.bz2" + mirror://gentoo/${P}-gentoo.diff.bz2" SLOT="0" LICENSE="MIT" -KEYWORDS="~x86 ~sparc ~ppc alpha arm" +KEYWORDS="x86 ~sparc ~ppc alpha arm" -DEPEND="x11-base/xfree +DEPEND=">=sys-apps/sed-4.0.5 + x11-base/xfree tiff? ( media-libs/tiff ) png? ( media-libs/libpng ) jpeg? ( media-libs/jpeg )" @@ -32,8 +32,7 @@ src_unpack() { # <azarah@gentoo.org> (1 Jan 2003) epatch ${FILESDIR}/${P}-include-errno_h.patch - cp Make.conf Make.conf.orig - sed -e "s:OPT_FLAGS=:OPT_FLAGS=$CFLAGS:" Make.conf.orig >Make.conf + sed -i "s:OPT_FLAGS=:OPT_FLAGS=$CFLAGS:" Make.conf chmod +x ${S}/configure } |