diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-04-24 11:41:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-04-24 11:41:38 +0000 |
commit | 896ce8e542e0f5f495c81c566399facd41ba27c0 (patch) | |
tree | eaa58922c4e0ae37e21eada78952b9047d1e0640 /media-gfx/iv | |
parent | old (diff) | |
download | gentoo-2-896ce8e542e0f5f495c81c566399facd41ba27c0.tar.gz gentoo-2-896ce8e542e0f5f495c81c566399facd41ba27c0.tar.bz2 gentoo-2-896ce8e542e0f5f495c81c566399facd41ba27c0.zip |
version bump
Diffstat (limited to 'media-gfx/iv')
-rw-r--r-- | media-gfx/iv/ChangeLog | 10 | ||||
-rw-r--r-- | media-gfx/iv/files/digest-iv-0.1.10 | 1 | ||||
-rw-r--r-- | media-gfx/iv/files/digest-iv-0.1.9-r1 | 1 | ||||
-rw-r--r-- | media-gfx/iv/files/iv-0.1.10-gentoo.patch (renamed from media-gfx/iv/files/iv-0.1.9-gentoo.patch) | 0 | ||||
-rw-r--r-- | media-gfx/iv/iv-0.1.10.ebuild (renamed from media-gfx/iv/iv-0.1.9-r1.ebuild) | 6 |
5 files changed, 11 insertions, 7 deletions
diff --git a/media-gfx/iv/ChangeLog b/media-gfx/iv/ChangeLog index dfbf3c6381d4..fd87b62b1a9d 100644 --- a/media-gfx/iv/ChangeLog +++ b/media-gfx/iv/ChangeLog @@ -1,21 +1,23 @@ # ChangeLog for media-gfx/iv # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 # Maintainer: George Shapovalov <george@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/ChangeLog,v 1.4 2003/02/12 07:02:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/ChangeLog,v 1.5 2003/04/24 11:41:38 vapier Exp $ + +*iv-0.1.10 (24 Apr 2003) + + 24 Apr 2003; Mike Frysinger <vapier@gentoo.org> : + Version bumpage *iv-0.1.9-r1 (30 Oct 2002) 30 Oct 2002; Brandon Low <lostlogic@gentoo.org> iv-0.1.9-r1.ebuild : - Make work with things the way they are. Let me know if it works in glibc-2.2.5 and or gcc-2.95.3 systems. *iv-0.1.9 (15 May 2002) 16 May 2002; George Shapovalov <george@gentoo.org> iv-0.1.9.ebuild : - updated DEPEND entry per Pedro Fiol's clarification 15 May 2002; George Shapovalov <george@gentoo.org> iv-0.1.9.ebuild,Changelog,files/digest-iv-0.1.9 : - Initial release diff --git a/media-gfx/iv/files/digest-iv-0.1.10 b/media-gfx/iv/files/digest-iv-0.1.10 new file mode 100644 index 000000000000..eac571e213d0 --- /dev/null +++ b/media-gfx/iv/files/digest-iv-0.1.10 @@ -0,0 +1 @@ +MD5 a391ccf6ef15c61a838329b24a24c5a7 iv-0.1.10.tar.bz2 397725 diff --git a/media-gfx/iv/files/digest-iv-0.1.9-r1 b/media-gfx/iv/files/digest-iv-0.1.9-r1 deleted file mode 100644 index 9a17620ce9dd..000000000000 --- a/media-gfx/iv/files/digest-iv-0.1.9-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d4a658f06152569a3e4924a22bb015c3 iv-0.1.9.tar.bz2 420395 diff --git a/media-gfx/iv/files/iv-0.1.9-gentoo.patch b/media-gfx/iv/files/iv-0.1.10-gentoo.patch index bf84ee140ef0..bf84ee140ef0 100644 --- a/media-gfx/iv/files/iv-0.1.9-gentoo.patch +++ b/media-gfx/iv/files/iv-0.1.10-gentoo.patch diff --git a/media-gfx/iv/iv-0.1.9-r1.ebuild b/media-gfx/iv/iv-0.1.10.ebuild index eab06d9574e2..bd1422cf7728 100644 --- a/media-gfx/iv/iv-0.1.9-r1.ebuild +++ b/media-gfx/iv/iv-0.1.10.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-0.1.9-r1.ebuild,v 1.4 2003/04/24 11:29:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-0.1.10.ebuild,v 1.1 2003/04/24 11:41:38 vapier Exp $ + +inherit eutils DESCRIPTION="a basic image viewer" SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/${P}.tar.bz2" @@ -16,7 +18,7 @@ DEPEND=">=media-libs/imlib-1.9.13 src_unpack() { unpack ${A} cd ${P} - patch -p1 < ${FILESDIR}/${P}-gentoo.patch || die "Patch failed" + epatch ${FILESDIR}/${P}-gentoo.patch } src_compile() { |