diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-07-15 03:55:19 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-07-15 03:55:19 +0000 |
commit | c52b288d035c26870a47f8d3806a975c457242a5 (patch) | |
tree | 067f23d4022c19d1562de452869a05acb474dbbc /xfce-base | |
parent | New version and portage directory layout. (diff) | |
download | historical-c52b288d035c26870a47f8d3806a975c457242a5.tar.gz historical-c52b288d035c26870a47f8d3806a975c457242a5.tar.bz2 historical-c52b288d035c26870a47f8d3806a975c457242a5.zip |
New version and portage directory layout.
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 14 | ||||
-rw-r--r-- | xfce-base/libxfce4util/Manifest | 3 | ||||
-rw-r--r-- | xfce-base/xffm/Manifest | 4 | ||||
-rw-r--r-- | xfce-base/xffm/files/digest-xffm-3.99.1 | 1 | ||||
-rw-r--r-- | xfce-base/xffm/xffm-3.99.1.ebuild | 35 |
5 files changed, 55 insertions, 2 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog new file mode 100644 index 000000000000..256b89751b4b --- /dev/null +++ b/xfce-base/libxfce4util/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for x11-libs/libxfce4util +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.1 2003/07/15 03:55:19 bcowan Exp $ + +*libxfce4util-3.99.1 (14 Jul 2003) + + 14 Jul 2003; Brad Cowan <bcowan@gentoo.org> libxfce4util-3.99.1.ebuild: + New version and portage directory structure. + +*libxfce4util-3.90.0 (13 Jun 2003) + + 13 Jun 2003; Brad Cowan <bcowan@gentoo.org> libxfce4util-3.90.0.ebuild: + Initial import. + diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest new file mode 100644 index 000000000000..61db156e0d85 --- /dev/null +++ b/xfce-base/libxfce4util/Manifest @@ -0,0 +1,3 @@ +MD5 1b6299c0270588810eda206f98e4c801 libxfce4util-3.99.1.ebuild 678 +MD5 780d7373453cfb0c61c07d8c2fa1a377 ChangeLog 353 +MD5 37e8e22726f9d1a70f09e8682e4a1241 files/digest-libxfce4util-3.99.1 71 diff --git a/xfce-base/xffm/Manifest b/xfce-base/xffm/Manifest index 58cbc8428bd4..e8492aaca978 100644 --- a/xfce-base/xffm/Manifest +++ b/xfce-base/xffm/Manifest @@ -1,3 +1,3 @@ -MD5 0c18618fa6184036630fff14e5a3f399 xffm-3.99.1.ebuild 937 -MD5 96225918ade24c05438f884de43c3d3a ChangeLog 325 +MD5 25141aecf37ae6632493c3bc021e4423 xffm-3.99.1.ebuild 1033 +MD5 b0f86ac086c8131cd1582b16efd30248 ChangeLog 468 MD5 4512d47aa5ae42262ccc57ffd37aa634 files/digest-xffm-3.99.1 64 diff --git a/xfce-base/xffm/files/digest-xffm-3.99.1 b/xfce-base/xffm/files/digest-xffm-3.99.1 new file mode 100644 index 000000000000..44a5ae0d743f --- /dev/null +++ b/xfce-base/xffm/files/digest-xffm-3.99.1 @@ -0,0 +1 @@ +MD5 264d64a86e7e173323b306e984d4ecf1 xffm-3.99.1.tar.gz 1146189 diff --git a/xfce-base/xffm/xffm-3.99.1.ebuild b/xfce-base/xffm/xffm-3.99.1.ebuild new file mode 100644 index 000000000000..e4211bff205e --- /dev/null +++ b/xfce-base/xffm/xffm-3.99.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xffm/xffm-3.99.1.ebuild,v 1.1 2003/07/15 03:53:02 bcowan Exp $ + +IUSE="samba" +S=${WORKDIR}/${P} + +DESCRIPTION="Xfce4 file manager" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="http://www.xfce.org/archive/xfce4-rc1/src/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~alpha ~sparc" + +DEPEND=">=x11-libs/gtk+-2.0.6 + dev-util/pkgconfig + dev-libs/libxml2 + =xfce-base/libxfce4util-${PV} + =xfce-base/libxfcegui4-${PV} + =xfce-base/libxfce4mcs-${PV} + =xfce-base/xfce-mcs-manager-${PV} + >=dev-libs/dbh-1.0.14" +RDEPEND="samba? ( net-fs/samba )" + +src_compile() { + econf || die + make || die +} + +src_install() { + make DESTDIR=${D} install || die + + dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO +} |