summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-12-22 17:12:37 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-12-22 17:12:37 +0000
commitcc1b53dc2ec2a17103823a311b9ab3f985b11e9a (patch)
tree99b7fa0574922fb606da59746f06f74d0b765acb /x11-themes/gtk-engines-xfce
parentPull SLOT="0" of x11-themes/gtk-engines-xfce to get GTK+-2.x engine instead o... (diff)
downloadgentoo-2-cc1b53dc2ec2a17103823a311b9ab3f985b11e9a.tar.gz
gentoo-2-cc1b53dc2ec2a17103823a311b9ab3f985b11e9a.tar.bz2
gentoo-2-cc1b53dc2ec2a17103823a311b9ab3f985b11e9a.zip
old
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/gtk-engines-xfce')
-rw-r--r--x11-themes/gtk-engines-xfce/ChangeLog6
-rw-r--r--x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.9.0.ebuild32
2 files changed, 5 insertions, 33 deletions
diff --git a/x11-themes/gtk-engines-xfce/ChangeLog b/x11-themes/gtk-engines-xfce/ChangeLog
index a5e51a154c9d..77d2618cbc53 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.127 2011/12/22 17:07:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.128 2011/12/22 17:12:37 ssuominen Exp $
+
+ 22 Dec 2011; Samuli Suominen <ssuominen@gentoo.org>
+ -gtk-engines-xfce-2.9.0.ebuild:
+ old
*gtk-engines-xfce-2.99.0-r300 (22 Dec 2011)
*gtk-engines-xfce-2.99.0-r200 (22 Dec 2011)
diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.9.0.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.9.0.ebuild
deleted file mode 100644
index abebb5ca7af5..000000000000
--- a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.9.0.ebuild
+++ /dev/null
@@ -1,32 +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.9.0.ebuild,v 1.2 2011/12/03 16:31:55 ssuominen Exp $
-
-EAPI=4
-MY_PN=gtk-xfce-engine
-inherit xfconf
-
-DESCRIPTION="A port of Xfce engine to GTK+-2.x"
-HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-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.24:2
- >=x11-libs/gtk+-2.20:2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-pkg_setup() {
- XFCONF=(
- --disable-static
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README )
-}