summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2004-11-01 03:21:33 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2004-11-01 03:21:33 +0000
commitea123745ffdda630fb55994e1419831c88caa12b (patch)
treea35db2ff0ed3999e23bea7ab690d01fc50ad3b7f /xfce-extra/xfce4-appfinder
parentStable on sparc. (diff)
downloadhistorical-ea123745ffdda630fb55994e1419831c88caa12b.tar.gz
historical-ea123745ffdda630fb55994e1419831c88caa12b.tar.bz2
historical-ea123745ffdda630fb55994e1419831c88caa12b.zip
Version bump of beta version of 4.2 release.
Diffstat (limited to 'xfce-extra/xfce4-appfinder')
-rw-r--r--xfce-extra/xfce4-appfinder/ChangeLog8
-rw-r--r--xfce-extra/xfce4-appfinder/files/digest-xfce4-appfinder-4.1.911
-rw-r--r--xfce-extra/xfce4-appfinder/xfce4-appfinder-4.1.91.ebuild26
3 files changed, 34 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-appfinder/ChangeLog b/xfce-extra/xfce4-appfinder/ChangeLog
index adcc5dccc32e..d07bfd94b05e 100644
--- a/xfce-extra/xfce4-appfinder/ChangeLog
+++ b/xfce-extra/xfce4-appfinder/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/xfce4-appfinder
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-appfinder/ChangeLog,v 1.1 2004/10/04 18:41:03 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-appfinder/ChangeLog,v 1.2 2004/11/01 03:10:06 bcowan Exp $
+
+*xfce4-appfinder-4.1.91 (31 Oct 2004)
+
+ 31 Oct 2004; Brad Cowan <bcowan@gentoo.org>
+ +xfce4-appfinder-4.1.91.ebuild:
+ Version bump of beta version of 4.2 release.
*xfce4-appfinder-4.1.90 (04 Oct 2004)
diff --git a/xfce-extra/xfce4-appfinder/files/digest-xfce4-appfinder-4.1.91 b/xfce-extra/xfce4-appfinder/files/digest-xfce4-appfinder-4.1.91
new file mode 100644
index 000000000000..1dd305a7eb1e
--- /dev/null
+++ b/xfce-extra/xfce4-appfinder/files/digest-xfce4-appfinder-4.1.91
@@ -0,0 +1 @@
+MD5 e7585623b594f99d72c3f3247146e6f3 xfce4-appfinder-4.1.91.tar.gz 348012
diff --git a/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.1.91.ebuild b/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.1.91.ebuild
new file mode 100644
index 000000000000..cc321071cf60
--- /dev/null
+++ b/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.1.91.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.1.91.ebuild,v 1.1 2004/11/01 03:10:06 bcowan Exp $
+
+IUSE=""
+DESCRIPTION="Xfce 4 application finder"
+SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz"
+HOMEPAGE="http://xfce.org"
+
+LICENSE="GPL-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}
+ =xfce-base/libxfce4mcs-${PV}"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install () {
+ make DESTDIR=${D} install || die
+ dodoc ChangeLog* AUTHORS README* TODO*
+} \ No newline at end of file