diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-03-09 14:19:48 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-03-09 14:19:48 +0000 |
commit | 4a5ed16f14c08825df49c28fb3254f76bd3b43cc (patch) | |
tree | c4ed82806f3e07321d5cc83b8513662a2a8ecb0c /media-gfx | |
parent | add app-arch/zip dep, bug #212808 (diff) | |
download | gentoo-2-4a5ed16f14c08825df49c28fb3254f76bd3b43cc.tar.gz gentoo-2-4a5ed16f14c08825df49c28fb3254f76bd3b43cc.tar.bz2 gentoo-2-4a5ed16f14c08825df49c28fb3254f76bd3b43cc.zip |
Version bump.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/pqiv/ChangeLog | 10 | ||||
-rw-r--r-- | media-gfx/pqiv/pqiv-0.5.ebuild | 32 | ||||
-rw-r--r-- | media-gfx/pqiv/pqiv-0.7.ebuild (renamed from media-gfx/pqiv/pqiv-0.6.1.ebuild) | 9 |
3 files changed, 13 insertions, 38 deletions
diff --git a/media-gfx/pqiv/ChangeLog b/media-gfx/pqiv/ChangeLog index bc010bfa3081..eeaeb4694179 100644 --- a/media-gfx/pqiv/ChangeLog +++ b/media-gfx/pqiv/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/pqiv -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/ChangeLog,v 1.9 2007/10/25 17:49:09 drac Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/ChangeLog,v 1.10 2008/03/09 14:19:48 drac Exp $ + +*pqiv-0.7 (09 Mar 2008) + + 09 Mar 2008; Samuli Suominen <drac@gentoo.org> -pqiv-0.5.ebuild, + -pqiv-0.6.1.ebuild, +pqiv-0.7.ebuild: + Version bump. *pqiv-0.6.1 (25 Oct 2007) diff --git a/media-gfx/pqiv/pqiv-0.5.ebuild b/media-gfx/pqiv/pqiv-0.5.ebuild deleted file mode 100644 index fd4c84e7efb2..000000000000 --- a/media-gfx/pqiv/pqiv-0.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/pqiv-0.5.ebuild,v 1.1 2007/09/15 06:47:58 drac Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Modern rewrite of Quick Image Viewer" -HOMEPAGE="http://www.pberndt.com/Programme/Linux/pqiv" -SRC_URI="http://www.pberndt.com/raw/Programme/Linux/${PN}/_download/${P}.tbz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.8" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - sed -i -e "s:glib:glib-2.0:" "${S}"/Makefile -} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake pqiv failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc README -} diff --git a/media-gfx/pqiv/pqiv-0.6.1.ebuild b/media-gfx/pqiv/pqiv-0.7.ebuild index 28012022c233..af90c51ba516 100644 --- a/media-gfx/pqiv/pqiv-0.6.1.ebuild +++ b/media-gfx/pqiv/pqiv-0.7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/pqiv-0.6.1.ebuild,v 1.1 2007/10/25 17:49:09 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/pqiv-0.7.ebuild,v 1.1 2008/03/09 14:19:48 drac Exp $ -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Modern rewrite of Quick Image Viewer" HOMEPAGE="http://www.pberndt.com/Programme/Linux/pqiv" @@ -18,7 +18,8 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake pqiv failed." + tc-export CC + emake || die "emake failed." } src_install() { |