diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-30 14:19:11 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-30 14:19:11 +0000 |
commit | edcbf44da76754109f53074311a4c705c54b4405 (patch) | |
tree | ab28aada4bdcef652108b6e7ea9e70661d07ab8e /media-gfx | |
parent | Remove old. (diff) | |
download | gentoo-2-edcbf44da76754109f53074311a4c705c54b4405.tar.gz gentoo-2-edcbf44da76754109f53074311a4c705c54b4405.tar.bz2 gentoo-2-edcbf44da76754109f53074311a4c705c54b4405.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gpicview/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/gpicview/gpicview-0.2.1.ebuild | 26 | ||||
-rw-r--r-- | media-gfx/gpicview/gpicview-0.2.2.ebuild | 26 | ||||
-rw-r--r-- | media-gfx/gpicview/gpicview-0.2.3.ebuild | 26 |
4 files changed, 5 insertions, 79 deletions
diff --git a/media-gfx/gpicview/ChangeLog b/media-gfx/gpicview/ChangeLog index 2100f62fe39f..afbe373e0478 100644 --- a/media-gfx/gpicview/ChangeLog +++ b/media-gfx/gpicview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/gpicview # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gpicview/ChangeLog,v 1.36 2015/03/03 08:18:02 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gpicview/ChangeLog,v 1.37 2015/05/30 14:19:11 mrueg Exp $ + + 30 May 2015; Manuel Rüger <mrueg@gentoo.org> -gpicview-0.2.1.ebuild, + -gpicview-0.2.2.ebuild, -gpicview-0.2.3.ebuild: + Remove old. 03 Mar 2015; Yixun Lan <dlan@gentoo.org> gpicview-0.2.4.ebuild: add arm64 support, tested on A53 board diff --git a/media-gfx/gpicview/gpicview-0.2.1.ebuild b/media-gfx/gpicview/gpicview-0.2.1.ebuild deleted file mode 100644 index 491110ee09ad..000000000000 --- a/media-gfx/gpicview/gpicview-0.2.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gpicview/gpicview-0.2.1.ebuild,v 1.9 2012/05/05 07:00:20 jdhore Exp $ - -EAPI=2 - -DESCRIPTION="A Simple and Fast Image Viewer for X" -HOMEPAGE="http://lxde.sourceforge.net/gpicview" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ppc x86" -IUSE="" - -RDEPEND="virtual/jpeg - >=x11-libs/gtk+-2.6:2" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40 - virtual/pkgconfig - sys-devel/gettext" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS -} diff --git a/media-gfx/gpicview/gpicview-0.2.2.ebuild b/media-gfx/gpicview/gpicview-0.2.2.ebuild deleted file mode 100644 index 1111c22a8bf8..000000000000 --- a/media-gfx/gpicview/gpicview-0.2.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gpicview/gpicview-0.2.2.ebuild,v 1.6 2012/08/08 19:56:39 ranger Exp $ - -EAPI=4 - -DESCRIPTION="A Simple and Fast Image Viewer for X" -HOMEPAGE="http://lxde.sourceforge.net/gpicview" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ppc x86" -IUSE="" - -RDEPEND="virtual/jpeg - >=x11-libs/gtk+-2.6:2" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40 - virtual/pkgconfig - sys-devel/gettext" - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS -} diff --git a/media-gfx/gpicview/gpicview-0.2.3.ebuild b/media-gfx/gpicview/gpicview-0.2.3.ebuild deleted file mode 100644 index 8085f721edc8..000000000000 --- a/media-gfx/gpicview/gpicview-0.2.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gpicview/gpicview-0.2.3.ebuild,v 1.6 2013/02/23 02:06:44 zmedico Exp $ - -EAPI=4 - -DESCRIPTION="A Simple and Fast Image Viewer for X" -HOMEPAGE="http://lxde.sourceforge.net/gpicview" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ppc x86 ~arm-linux ~x86-linux" -IUSE="" - -RDEPEND="virtual/jpeg - >=x11-libs/gtk+-2.6:2" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40 - virtual/pkgconfig - sys-devel/gettext" - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS -} |