summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-04-24 08:45:54 +0000
committerChristoph Mende <angelos@gentoo.org>2011-04-24 08:45:54 +0000
commit1d34e5323dc19d7963c5cd20d11896420b1ea7c5 (patch)
tree0464efa595b015653d5f0c219c48dcd1af3162ac /x11-themes
parentUse git-2 (diff)
downloadgentoo-2-1d34e5323dc19d7963c5cd20d11896420b1ea7c5.tar.gz
gentoo-2-1d34e5323dc19d7963c5cd20d11896420b1ea7c5.tar.bz2
gentoo-2-1d34e5323dc19d7963c5cd20d11896420b1ea7c5.zip
Remove old
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-engines-xfce/ChangeLog6
-rw-r--r--x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.8.0.ebuild33
2 files changed, 5 insertions, 34 deletions
diff --git a/x11-themes/gtk-engines-xfce/ChangeLog b/x11-themes/gtk-engines-xfce/ChangeLog
index 5bbbd5af8b0c..19354896cd1c 100644
--- a/x11-themes/gtk-engines-xfce/ChangeLog
+++ b/x11-themes/gtk-engines-xfce/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/gtk-engines-xfce
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.122 2011/04/23 17:25:25 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.123 2011/04/24 08:45:54 angelos Exp $
+
+ 24 Apr 2011; Christoph Mende <christoph@gentoo.org>
+ -gtk-engines-xfce-2.8.0.ebuild:
+ Remove old
23 Apr 2011; Samuli Suominen <ssuominen@gentoo.org>
gtk-engines-xfce-2.8.1.ebuild:
diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.8.0.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.8.0.ebuild
deleted file mode 100644
index 72a95aee3644..000000000000
--- a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.8.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 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.8.0.ebuild,v 1.6 2011/02/14 19:02:41 ssuominen Exp $
-
-EAPI=3
-MY_PN=gtk-xfce-engine
-inherit xfconf
-
-DESCRIPTION="Xfce's GTK+ engine and themes"
-HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${MY_PN}/2.8/${MY_PN}-${PV}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.18:2
- >=x11-libs/gtk+-2.14:2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-pkg_setup() {
- XFCONF=(
- --disable-dependency-tracking
- --disable-static
- $(xfconf_use_debug)
- )
-
- DOCS="AUTHORS ChangeLog NEWS README"
-}