diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-11-25 05:07:20 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-11-25 05:07:20 +0000 |
commit | 678ce0e9f744a1a41f079e1ed2e00e6a8801ba4f (patch) | |
tree | 4f88cd20494f2c37ff632b6121ba9c6a6812fce1 /xfce-base/libxfce4util | |
parent | marked stable on amd64 since this fixes the last bug keeping gnome 2.8 from s... (diff) | |
download | gentoo-2-678ce0e9f744a1a41f079e1ed2e00e6a8801ba4f.tar.gz gentoo-2-678ce0e9f744a1a41f079e1ed2e00e6a8801ba4f.tar.bz2 gentoo-2-678ce0e9f744a1a41f079e1ed2e00e6a8801ba4f.zip |
Version bump for beta version of 4.2 release.
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-base/libxfce4util/files/digest-libxfce4util-4.1.99.1 | 1 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.1.99.1.ebuild | 24 |
3 files changed, 31 insertions, 1 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 09bd9e4de634..fa445a5484e2 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-base/libxfce4util # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.36 2004/11/01 02:47:05 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.37 2004/11/25 05:07:20 bcowan Exp $ + +*libxfce4util-4.1.99.1 (25 Nov 2004) + + 25 Nov 2004; Brad Cowan <bcowan@gentoo.org> +libxfce4util-4.1.99.1.ebuild: + Version bump for beta version of 4.2 release. *libxfce4util-4.1.91 (31 Oct 2004) diff --git a/xfce-base/libxfce4util/files/digest-libxfce4util-4.1.99.1 b/xfce-base/libxfce4util/files/digest-libxfce4util-4.1.99.1 new file mode 100644 index 000000000000..f7bfe24f305b --- /dev/null +++ b/xfce-base/libxfce4util/files/digest-libxfce4util-4.1.99.1 @@ -0,0 +1 @@ +MD5 eec7187a05487aae84388d0bbf602265 libxfce4util-4.1.99.1.tar.gz 445809 diff --git a/xfce-base/libxfce4util/libxfce4util-4.1.99.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.1.99.1.ebuild new file mode 100644 index 000000000000..2bec1937b940 --- /dev/null +++ b/xfce-base/libxfce4util/libxfce4util-4.1.99.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.1.99.1.ebuild,v 1.1 2004/11/25 05:07:20 bcowan Exp $ + +DESCRIPTION="Libraries for Xfce 4" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="virtual/x11 + >=x11-libs/gtk+-2.2* + dev-libs/libxml2 + dev-util/gtk-doc" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install () { + make DESTDIR=${D} install || die + dodoc ChangeLog* AUTHORS README* TODO* +} |