diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-11-25 05:41:20 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-11-25 05:41:20 +0000 |
commit | 187dd92a580fb3ea27caad594d53ac95e9467a97 (patch) | |
tree | eed2a26d84b7a28dd31d77a9316143553987369d /xfce-extra/xfce4-toys | |
parent | Added ~sparc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-187dd92a580fb3ea27caad594d53ac95e9467a97.tar.gz gentoo-2-187dd92a580fb3ea27caad594d53ac95e9467a97.tar.bz2 gentoo-2-187dd92a580fb3ea27caad594d53ac95e9467a97.zip |
Version bump for beta version of 4.2 release.
Diffstat (limited to 'xfce-extra/xfce4-toys')
-rw-r--r-- | xfce-extra/xfce4-toys/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.1.99.1 | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-toys/xfce4-toys-4.1.99.1.ebuild | 28 |
3 files changed, 35 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-toys/ChangeLog b/xfce-extra/xfce4-toys/ChangeLog index c6f0e9d09e9b..58921cedc357 100644 --- a/xfce-extra/xfce4-toys/ChangeLog +++ b/xfce-extra/xfce4-toys/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xfce4-toys # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-toys/ChangeLog,v 1.36 2004/11/01 03:16:57 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-toys/ChangeLog,v 1.37 2004/11/25 05:37:29 bcowan Exp $ + +*xfce4-toys-4.1.99.1 (25 Nov 2004) + + 25 Nov 2004; Brad Cowan <bcowan@gentoo.org> +xfce4-toys-4.1.99.1.ebuild: + Version bump for beta version of 4.2 release. *xfce4-toys-4.1.91 (31 Oct 2004) diff --git a/xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.1.99.1 b/xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.1.99.1 new file mode 100644 index 000000000000..009cd4cbc0d1 --- /dev/null +++ b/xfce-extra/xfce4-toys/files/digest-xfce4-toys-4.1.99.1 @@ -0,0 +1 @@ +MD5 b00be354f0bcbc9f3d9aa368d1762670 xfce4-toys-4.1.99.1.tar.gz 402308 diff --git a/xfce-extra/xfce4-toys/xfce4-toys-4.1.99.1.ebuild b/xfce-extra/xfce4-toys/xfce4-toys-4.1.99.1.ebuild new file mode 100644 index 000000000000..789587cc7f1a --- /dev/null +++ b/xfce-extra/xfce4-toys/xfce4-toys-4.1.99.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-toys/xfce4-toys-4.1.99.1.ebuild,v 1.1 2004/11/25 05:37:29 bcowan Exp $ + +DESCRIPTION="Xfce 4 panel toys plugin" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="virtual/x11 + >=x11-libs/gtk+-2.2* + dev-libs/libxml2 + =xfce-base/libxfce4util-${PV} + =xfce-base/libxfcegui4-${PV} + =xfce-base/libxfce4mcs-${PV} + =xfce-base/xfce-mcs-manager-${PV} + =xfce-base/xfce4-panel-${PV}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install () { + make DESTDIR=${D} install || die + dodoc ChangeLog* AUTHORS README* TODO* +} |