diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-02-13 13:53:38 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-02-13 13:53:38 +0000 |
commit | bcf43c2b91cceb5f4fd5341812a7886f8648abb1 (patch) | |
tree | c70a9e5425270ef2bf06b02dff917c295422e467 /x11-themes | |
parent | amd64 stable, security bug 165837 (diff) | |
download | gentoo-2-bcf43c2b91cceb5f4fd5341812a7886f8648abb1.tar.gz gentoo-2-bcf43c2b91cceb5f4fd5341812a7886f8648abb1.tar.bz2 gentoo-2-bcf43c2b91cceb5f4fd5341812a7886f8648abb1.zip |
Remove old 2.2.7-r2 because 2.2.8-r1 now replaces it and KEYWORDS are allright.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-engines-xfce/files/digest-gtk-engines-xfce-2.2.7-r2 | 3 | ||||
-rw-r--r-- | x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.2.7-r2.ebuild | 34 |
2 files changed, 0 insertions, 37 deletions
diff --git a/x11-themes/gtk-engines-xfce/files/digest-gtk-engines-xfce-2.2.7-r2 b/x11-themes/gtk-engines-xfce/files/digest-gtk-engines-xfce-2.2.7-r2 deleted file mode 100644 index dda2a32bddd2..000000000000 --- a/x11-themes/gtk-engines-xfce/files/digest-gtk-engines-xfce-2.2.7-r2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f9d592aa714bb003b6b012aa9002bbf7 gtk-xfce-engine-2.2.7.tar.gz 381970 -RMD160 cbc95f5e75e37e22db89b2ac9b1d60cb739e6d23 gtk-xfce-engine-2.2.7.tar.gz 381970 -SHA256 6c17648305426525d1317a93ebe6c915189963b9c87310ed8484e0af70c5e0d4 gtk-xfce-engine-2.2.7.tar.gz 381970 diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.2.7-r2.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.2.7-r2.ebuild deleted file mode 100644 index 191ee3067567..000000000000 --- a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.2.7-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.2.7-r2.ebuild,v 1.1 2007/02/07 16:34:21 drac Exp $ - -MY_P="gtk-xfce-engine-${PV}" - -S=${WORKDIR}/${MY_P} -DESCRIPTION="GTK+2 Xfce Theme Engine" -HOMEPAGE="http://xfce.sourceforge.net/" -SRC_URI="http://www.xfce.org/archive/xfce-4.2.2/src/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="static" - -RDEPEND=">=x11-libs/gtk+-2 - >=dev-libs/glib-2" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - local myconf="$(use_enable static)" - - econf $myconf || die "Configuration failed" - emake || die "Compilation failed" -} - -src_install() { - make DESTDIR="${D}" install || die "Instalation failed" - - dodoc AUTHORS ChangeLog NEWS README -} |