diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-11-01 02:47:05 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-11-01 02:47:05 +0000 |
commit | 54ed8dcc54a642c6e1dff4a28834f214995ce1d4 (patch) | |
tree | d642b5fd1f030ad36b6db395bf44e5021d71a7d4 | |
parent | Added to x86. (Manifest recommit) (diff) | |
download | gentoo-2-54ed8dcc54a642c6e1dff4a28834f214995ce1d4.tar.gz gentoo-2-54ed8dcc54a642c6e1dff4a28834f214995ce1d4.tar.bz2 gentoo-2-54ed8dcc54a642c6e1dff4a28834f214995ce1d4.zip |
Version bump of beta version of 4.2 release.
-rw-r--r-- | xfce-base/libxfce4mcs/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-base/libxfce4mcs/files/digest-libxfce4mcs-4.1.91 | 1 | ||||
-rw-r--r-- | xfce-base/libxfce4mcs/libxfce4mcs-4.1.91.ebuild | 25 | ||||
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-base/libxfce4util/files/digest-libxfce4util-4.1.91 | 1 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.1.91.ebuild | 24 |
6 files changed, 63 insertions, 2 deletions
diff --git a/xfce-base/libxfce4mcs/ChangeLog b/xfce-base/libxfce4mcs/ChangeLog index 9f1eccddd804..6778b768cbed 100644 --- a/xfce-base/libxfce4mcs/ChangeLog +++ b/xfce-base/libxfce4mcs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-base/libxfce4mcs # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4mcs/ChangeLog,v 1.38 2004/10/19 09:11:37 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4mcs/ChangeLog,v 1.39 2004/11/01 02:45:46 bcowan Exp $ + +*libxfce4mcs-4.1.91 (31 Oct 2004) + + 31 Oct 2004; Brad Cowan <bcowan@gentoo.org> +libxfce4mcs-4.1.91.ebuild: + Version bump of beta version of 4.2 release. 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> libxfce4mcs-4.0.6.ebuild: Stable on amd64. diff --git a/xfce-base/libxfce4mcs/files/digest-libxfce4mcs-4.1.91 b/xfce-base/libxfce4mcs/files/digest-libxfce4mcs-4.1.91 new file mode 100644 index 000000000000..33a49a6a61f1 --- /dev/null +++ b/xfce-base/libxfce4mcs/files/digest-libxfce4mcs-4.1.91 @@ -0,0 +1 @@ +MD5 60aed6bc1e12b2095ef84e237e0620b9 libxfce4mcs-4.1.91.tar.gz 366118 diff --git a/xfce-base/libxfce4mcs/libxfce4mcs-4.1.91.ebuild b/xfce-base/libxfce4mcs/libxfce4mcs-4.1.91.ebuild new file mode 100644 index 000000000000..100dac4f47a0 --- /dev/null +++ b/xfce-base/libxfce4mcs/libxfce4mcs-4.1.91.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4mcs/libxfce4mcs-4.1.91.ebuild,v 1.1 2004/11/01 02:45:46 bcowan Exp $ + +IUSE="" +DESCRIPTION="Libraries for Xfce 4" +SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz" +HOMEPAGE="http://xfce.org" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips" + +RDEPEND="virtual/x11 + >=x11-libs/gtk+-2.2* + dev-libs/libxml2 + =xfce-base/libxfce4util-${PV} + =xfce-base/libxfcegui4-${PV}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install () { + make DESTDIR=${D} install || die + dodoc ChangeLog* AUTHORS README* TODO* +}
\ No newline at end of file diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 941fb30aaece..09bd9e4de634 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.35 2004/10/19 09:10:13 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.36 2004/11/01 02:47:05 bcowan Exp $ + +*libxfce4util-4.1.91 (31 Oct 2004) + + 31 Oct 2004; Brad Cowan <bcowan@gentoo.org> +libxfce4util-4.1.91.ebuild: + Version bump of beta version of 4.2 release. 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> libxfce4util-4.0.6.ebuild: diff --git a/xfce-base/libxfce4util/files/digest-libxfce4util-4.1.91 b/xfce-base/libxfce4util/files/digest-libxfce4util-4.1.91 new file mode 100644 index 000000000000..1c563e9cfd08 --- /dev/null +++ b/xfce-base/libxfce4util/files/digest-libxfce4util-4.1.91 @@ -0,0 +1 @@ +MD5 ab7b9d6475c553d022d1148c273d88f5 libxfce4util-4.1.91.tar.gz 443502 diff --git a/xfce-base/libxfce4util/libxfce4util-4.1.91.ebuild b/xfce-base/libxfce4util/libxfce4util-4.1.91.ebuild new file mode 100644 index 000000000000..1be0838446f7 --- /dev/null +++ b/xfce-base/libxfce4util/libxfce4util-4.1.91.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.91.ebuild,v 1.1 2004/11/01 02:47:05 bcowan Exp $ + +IUSE="" +DESCRIPTION="Libraries for Xfce 4" +SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz" +HOMEPAGE="http://xfce.org" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips" + +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* +}
\ No newline at end of file |