summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-01-30 22:17:39 +0000
committerJim Ramsay <lack@gentoo.org>2007-01-30 22:17:39 +0000
commit19ff1e46a3a1bde73f0675df1ed926f2009b8aae (patch)
treeec0c09fa10dcdaeca325f725c9c30cca495fa0fe /rox-extra/find
parentAdded APPCATEGORY so a .desktop file will be installed (diff)
downloadgentoo-2-19ff1e46a3a1bde73f0675df1ed926f2009b8aae.tar.gz
gentoo-2-19ff1e46a3a1bde73f0675df1ed926f2009b8aae.tar.bz2
gentoo-2-19ff1e46a3a1bde73f0675df1ed926f2009b8aae.zip
Added APPCATEGORY so a .desktop file will be installed
(Portage version: 2.1.2-r4)
Diffstat (limited to 'rox-extra/find')
-rw-r--r--rox-extra/find/ChangeLog9
-rw-r--r--rox-extra/find/files/digest-find-007-r13
-rw-r--r--rox-extra/find/find-007-r1.ebuild21
3 files changed, 31 insertions, 2 deletions
diff --git a/rox-extra/find/ChangeLog b/rox-extra/find/ChangeLog
index 3e2f4c91364e..ddff3c564fce 100644
--- a/rox-extra/find/ChangeLog
+++ b/rox-extra/find/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for rox-extra/find
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-extra/find/ChangeLog,v 1.7 2006/11/20 18:23:59 opfer Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/find/ChangeLog,v 1.8 2007/01/30 22:17:39 lack Exp $
+
+*find-007-r1 (30 Jan 2007)
+
+ 30 Jan 2007; Jim Ramsay <lack@gentoo.org> +find-007-r1.ebuild:
+ Added APPCATEGORY so a .desktop file will be installed
20 Nov 2006; Christian Faulhammer <opfer@gentoo.org> find-007.ebuild:
stable x86, bug #155521
diff --git a/rox-extra/find/files/digest-find-007-r1 b/rox-extra/find/files/digest-find-007-r1
new file mode 100644
index 000000000000..c3476c51eda0
--- /dev/null
+++ b/rox-extra/find/files/digest-find-007-r1
@@ -0,0 +1,3 @@
+MD5 c03dd03b78b44b5516f73510569ac7c7 Find-007.tgz 23567
+RMD160 31b0917d067f62ff51c8bef0f0ef724f57b7b841 Find-007.tgz 23567
+SHA256 1e39a9c13442a6ccb05c9b96ee1cc50f9c546b89494796365dab78d0f1a16baf Find-007.tgz 23567
diff --git a/rox-extra/find/find-007-r1.ebuild b/rox-extra/find/find-007-r1.ebuild
new file mode 100644
index 000000000000..784bd6950cd0
--- /dev/null
+++ b/rox-extra/find/find-007-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/find/find-007-r1.ebuild,v 1.1 2007/01/30 22:17:39 lack Exp $
+
+ROX_LIB_VER=2.0.0
+inherit rox
+
+MY_PN="Find"
+DESCRIPTION="Find - A file Finder utility for ROX by Ken Hayber."
+HOMEPAGE="http://www.hayber.us/rox/Find"
+SRC_URI="http://www.hayber.us/rox/find/${MY_PN}-${PV}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+
+APPNAME=${MY_PN}
+APPCATEGORY="Utility"
+S=${WORKDIR}
+