diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-10-04 04:41:16 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-10-04 04:41:16 +0000 |
commit | 55b8ca320d892b30c62047b04096680a8449c0e8 (patch) | |
tree | 089417cb59f637d237a25026686b9d9b54e342ad /x11-themes/gtk-engines-xfce | |
parent | dont scan udf filesystems #66261 (Manifest recommit) (diff) | |
download | gentoo-2-55b8ca320d892b30c62047b04096680a8449c0e8.tar.gz gentoo-2-55b8ca320d892b30c62047b04096680a8449c0e8.tar.bz2 gentoo-2-55b8ca320d892b30c62047b04096680a8449c0e8.zip |
Version bump.
Diffstat (limited to 'x11-themes/gtk-engines-xfce')
-rw-r--r-- | x11-themes/gtk-engines-xfce/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/gtk-engines-xfce/files/digest-gtk-engines-xfce-2.2.0 | 1 | ||||
-rw-r--r-- | x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.2.0.ebuild | 22 |
3 files changed, 30 insertions, 1 deletions
diff --git a/x11-themes/gtk-engines-xfce/ChangeLog b/x11-themes/gtk-engines-xfce/ChangeLog index 514fe4f3a99c..25aeed61a589 100644 --- a/x11-themes/gtk-engines-xfce/ChangeLog +++ b/x11-themes/gtk-engines-xfce/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/gtk-engines-xfce # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.17 2004/09/18 03:11:34 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.18 2004/10/04 04:41:16 bcowan Exp $ + +*gtk-engines-xfce-2.2.0 (04 Oct 2004) + + 04 Oct 2004; Brad Cowan <bcowan@gentoo.org> + +gtk-engines-xfce-2.2.0.ebuild: + Version bump. 17 Sep 2004; Tom Gall <tgall@gentoo.org> gtk-engines-xfce-2.1.9.ebuild: stable on ppc64, bug #57744 diff --git a/x11-themes/gtk-engines-xfce/files/digest-gtk-engines-xfce-2.2.0 b/x11-themes/gtk-engines-xfce/files/digest-gtk-engines-xfce-2.2.0 new file mode 100644 index 000000000000..487ab6ed894d --- /dev/null +++ b/x11-themes/gtk-engines-xfce/files/digest-gtk-engines-xfce-2.2.0 @@ -0,0 +1 @@ +MD5 c3e1ed2a78a98f838e64de797519384f gtk-xfce-engine-2.2.0.tar.gz 369767 diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.2.0.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.2.0.ebuild new file mode 100644 index 000000000000..3b2798e107b4 --- /dev/null +++ b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.2.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2004 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.0.ebuild,v 1.1 2004/10/04 04:41:16 bcowan Exp $ + +inherit gtk-engines2 + +IUSE="" + +MY_P=${P/gtk-engines-xfce/gtk-xfce-engine} + +S=${WORKDIR}/${MY_P} +DESCRIPTION="GTK+2 Xfce Theme Engine" +HOMEPAGE="http://xfce.sourceforge.net/" +SRC_URI="http://www.xfce.org/archive/xfce-4.1.90/src/${MY_P}.tar.gz + mirror://gentoo/${MY_P}.tar.gz" + +SLOT="2" +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64 ~ia64 ~ppc ~sparc ~alpha ~hppa ~mips" + +DEPEND=">=x11-libs/gtk+-2" + |