diff options
author | 2012-05-22 06:45:04 +0000 | |
---|---|---|
committer | 2012-05-22 06:45:04 +0000 | |
commit | 46f7977240c259f75e6fa78517eb46ab70e418b4 (patch) | |
tree | 53ad3ff5ee1fbcb525121609ef29efadad28fe6c /media-gfx/ristretto | |
parent | old (diff) | |
download | gentoo-2-46f7977240c259f75e6fa78517eb46ab70e418b4.tar.gz gentoo-2-46f7977240c259f75e6fa78517eb46ab70e418b4.tar.bz2 gentoo-2-46f7977240c259f75e6fa78517eb46ab70e418b4.zip |
old
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'media-gfx/ristretto')
-rw-r--r-- | media-gfx/ristretto/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/ristretto/ristretto-0.3.4.ebuild | 38 | ||||
-rw-r--r-- | media-gfx/ristretto/ristretto-0.5.2.ebuild | 37 |
3 files changed, 5 insertions, 76 deletions
diff --git a/media-gfx/ristretto/ChangeLog b/media-gfx/ristretto/ChangeLog index 73d6cab323de..c397099a2ae8 100644 --- a/media-gfx/ristretto/ChangeLog +++ b/media-gfx/ristretto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/ristretto # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.71 2012/05/22 05:42:11 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.72 2012/05/22 06:45:04 ssuominen Exp $ + + 22 May 2012; Samuli Suominen <ssuominen@gentoo.org> -ristretto-0.3.4.ebuild, + -ristretto-0.5.2.ebuild: + old 22 May 2012; Jeff Horelick <jdhore@gentoo.org> ristretto-0.6.0.ebuild: marked x86 per bug 416233 diff --git a/media-gfx/ristretto/ristretto-0.3.4.ebuild b/media-gfx/ristretto/ristretto-0.3.4.ebuild deleted file mode 100644 index 437d58054a88..000000000000 --- a/media-gfx/ristretto/ristretto-0.3.4.ebuild +++ /dev/null @@ -1,38 +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/ristretto/ristretto-0.3.4.ebuild,v 1.5 2012/05/05 07:00:18 jdhore Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="A fast and lightweight picture viewer for the Xfce desktop environment" -HOMEPAGE="http://goodies.xfce.org/projects/applications/ristretto" -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86" -IUSE="debug" - -RDEPEND=">=dev-libs/dbus-glib-0.90 - >=dev-libs/glib-2.24 - media-libs/libexif - x11-libs/cairo - >=x11-libs/gtk+-2.20:2 - >=xfce-base/exo-0.6 - >=xfce-base/libxfce4ui-4.8 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/xfconf-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" - -pkg_setup() { - XFCONF=( - --docdir=/usr/share/doc/${PF} - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS TODO ) -} diff --git a/media-gfx/ristretto/ristretto-0.5.2.ebuild b/media-gfx/ristretto/ristretto-0.5.2.ebuild deleted file mode 100644 index 637b60e6c677..000000000000 --- a/media-gfx/ristretto/ristretto-0.5.2.ebuild +++ /dev/null @@ -1,37 +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/ristretto/ristretto-0.5.2.ebuild,v 1.2 2012/05/05 07:00:18 jdhore Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="A fast and lightweight picture viewer for the Xfce desktop environment" -HOMEPAGE="http://goodies.xfce.org/projects/applications/ristretto" -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug" - -RDEPEND=">=dev-libs/dbus-glib-0.98 - >=dev-libs/glib-2.24 - media-libs/libexif - x11-libs/cairo - >=x11-libs/gtk+-2.20:2 - x11-libs/libX11 - >=xfce-base/libxfce4ui-4.9 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/xfconf-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" - -pkg_setup() { - XFCONF=( - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS TODO ) -} |