summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-12-05 16:59:17 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-12-05 16:59:17 +0000
commit29a6b6336ab9c79321b882b212522b7846bb4765 (patch)
treeb30a36b69b485b0814a2e57e298e94c3b375b7a0 /media-gfx
parentversion bump for security bug 531408 (diff)
downloadgentoo-2-29a6b6336ab9c79321b882b212522b7846bb4765.tar.gz
gentoo-2-29a6b6336ab9c79321b882b212522b7846bb4765.tar.bz2
gentoo-2-29a6b6336ab9c79321b882b212522b7846bb4765.zip
clean old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/gqview/ChangeLog5
-rw-r--r--media-gfx/gqview/gqview-2.1.5.ebuild47
2 files changed, 4 insertions, 48 deletions
diff --git a/media-gfx/gqview/ChangeLog b/media-gfx/gqview/ChangeLog
index 091b15c99ca8..f4edcc4ceb49 100644
--- a/media-gfx/gqview/ChangeLog
+++ b/media-gfx/gqview/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/gqview
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/ChangeLog,v 1.108 2014/12/05 10:17:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/ChangeLog,v 1.109 2014/12/05 16:59:17 mr_bones_ Exp $
+
+ 05 Dec 2014; Michael Sterrett <mr_bones_@gentoo.org> -gqview-2.1.5.ebuild:
+ clean old
05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> gqview-2.1.5-r1.ebuild:
Stable for x86, wrt bug #529166
diff --git a/media-gfx/gqview/gqview-2.1.5.ebuild b/media-gfx/gqview/gqview-2.1.5.ebuild
deleted file mode 100644
index 34bf76b7a1d8..000000000000
--- a/media-gfx/gqview/gqview-2.1.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-2.1.5.ebuild,v 1.18 2014/09/25 21:35:42 mr_bones_ Exp $
-
-EAPI=2
-inherit eutils autotools
-
-DESCRIPTION="A GTK-based image browser"
-HOMEPAGE="http://gqview.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gqview/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ~mips ppc ppc64 sparc x86"
-IUSE="lcms"
-
-RDEPEND=">=x11-libs/gtk+-2.4:2
- lcms? ( media-libs/lcms:0 )
- virtual/libintl"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/gettext"
-
-src_prepare() {
- epatch \
- "${FILESDIR}/${P}-windows.patch" \
- "${FILESDIR}/${P}-glibc.patch"
- sed -i \
- -e '/^Encoding/d' \
- -e '/^Icon/s/\.png//' \
- -e '/^Categories/s/Application;//' \
- gqview.desktop || die
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- $(use_with lcms)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- # leave README uncompressed because the program reads it
- dodoc AUTHORS ChangeLog TODO
- rm -f "${D}/usr/share/doc/${PF}/COPYING"
-}