Added APPCATEGORY so a .desktop file will be installed
authorJim Ramsay <lack@gentoo.org>
Tue, 30 Jan 2007 22:18:25 +0000 (22:18 +0000)
committerJim Ramsay <lack@gentoo.org>
Tue, 30 Jan 2007 22:18:25 +0000 (22:18 +0000)
Package-Manager: portage-2.1.2-r4

16 files changed:
rox-extra/archive/ChangeLog
rox-extra/archive/archive-2.1-r2.ebuild [new file with mode: 0644]
rox-extra/archive/files/digest-archive-2.1-r2 [new file with mode: 0644]
rox-extra/contacts/ChangeLog
rox-extra/contacts/contacts-0.8.3-r1.ebuild [new file with mode: 0644]
rox-extra/contacts/files/digest-contacts-0.8.3-r1 [new file with mode: 0644]
rox-extra/edit/ChangeLog
rox-extra/edit/edit-2.0-r1.ebuild [new file with mode: 0644]
rox-extra/edit/files/digest-edit-1.9.5
rox-extra/edit/files/digest-edit-2.0-r1 [new file with mode: 0644]
rox-extra/find/ChangeLog
rox-extra/find/files/digest-find-007-r1 [new file with mode: 0644]
rox-extra/find/find-007-r1.ebuild [new file with mode: 0644]
rox-extra/memo/ChangeLog
rox-extra/memo/files/digest-memo-2.0-r1 [new file with mode: 0644]
rox-extra/memo/memo-2.0-r1.ebuild [new file with mode: 0644]

index cc4071a17ad8bbb2c388cc58bd85b91ca4686fb1..dfca0d81f9734f9d97c905934a239d521a8339bd 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for rox-extra/archive
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-extra/archive/ChangeLog,v 1.10 2006/11/20 18:18:36 opfer Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/archive/ChangeLog,v 1.11 2007/01/30 22:14:22 lack Exp $
+
+*archive-2.1-r2 (30 Jan 2007)
+
+  30 Jan 2007; Jim Ramsay <lack@gentoo.org> +archive-2.1-r2.ebuild:
+  Added APPCATEGORY so a .desktop file will be installed
 
   20 Nov 2006; Christian Faulhammer <opfer@gentoo.org>
   archive-2.1-r1.ebuild:
diff --git a/rox-extra/archive/archive-2.1-r2.ebuild b/rox-extra/archive/archive-2.1-r2.ebuild
new file mode 100644 (file)
index 0000000..0275533
--- /dev/null
@@ -0,0 +1,30 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/archive/archive-2.1-r2.ebuild,v 1.1 2007/01/30 22:14:22 lack Exp $
+
+ROX_LIB_VER=2.0.0
+inherit rox
+
+DESCRIPTION="Archive is a simple archiver for ROX Desktop"
+HOMEPAGE="http://rox.sourceforge.net/"
+SRC_URI="mirror://sourceforge/rox/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc x86"
+
+IUSE="bzip2 compress rar uuencode zip ace rpm cpio"
+
+RDEPEND="virtual/gzip
+       app-arch/tar
+       bzip2? ( app-arch/bzip2 )
+       compress? ( app-arch/ncompress )
+       rar? ( app-arch/rar )
+       uuencode? ( app-arch/sharutils )
+       zip? ( app-arch/unzip app-arch/zip )
+       ace? ( app-arch/unace )
+       rpm? ( app-arch/rpm app-arch/cpio )
+       cpio? ( app-arch/cpio )"
+
+APPNAME=Archive
+APPCATEGORY="Utility;Archiving"
diff --git a/rox-extra/archive/files/digest-archive-2.1-r2 b/rox-extra/archive/files/digest-archive-2.1-r2
new file mode 100644 (file)
index 0000000..5213298
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 0196e7cb37b44043097b90ed86e84b71 archive-2.1.tar.bz2 26879
+RMD160 99bfeaf695d62e6167c1437fcb04a99ce8c11844 archive-2.1.tar.bz2 26879
+SHA256 2490235d6e28cac3a9ee6b9f55b68c4cee41c35a0e1d0610cd0a4dc2cb364180 archive-2.1.tar.bz2 26879
index 9fe579236479c5c147125100cb250f7e601c70ac..2ffef995ccdb900b38ec20f25d4cf508774d5005 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for rox-extra/contacts
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-extra/contacts/ChangeLog,v 1.4 2006/11/17 14:44:11 lack Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/contacts/ChangeLog,v 1.5 2007/01/30 22:15:10 lack Exp $
+
+*contacts-0.8.3-r1 (30 Jan 2007)
+
+  30 Jan 2007; Jim Ramsay <lack@gentoo.org> +contacts-0.8.3-r1.ebuild:
+  Added APPCATEGORY so a .desktop file will be installed
 
   17 Nov 2006; Jim Ramsay <lack@gentoo.org> contacts-0.8.3.ebuild:
   Bug 155429 - Fixed inherit order
diff --git a/rox-extra/contacts/contacts-0.8.3-r1.ebuild b/rox-extra/contacts/contacts-0.8.3-r1.ebuild
new file mode 100644 (file)
index 0000000..9437e83
--- /dev/null
@@ -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/contacts/contacts-0.8.3-r1.ebuild,v 1.1 2007/01/30 22:15:10 lack Exp $
+
+ROX_LIB_VER=1.9.17
+inherit rox
+
+DESCRIPTION="Contacts - The ROX Contact Manager"
+MY_PN="Contacts"
+HOMEPAGE="http://roxos.sunsite.dk/dev-contrib/guido/Contacts/"
+SRC_URI="http://roxos.sunsite.dk/dev-contrib/guido/Contacts/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc ~x86"
+IUSE=""
+
+APPNAME=${MY_PN}
+APPCATEGORY="Office;ContactManagement"
+S=${WORKDIR}
+
diff --git a/rox-extra/contacts/files/digest-contacts-0.8.3-r1 b/rox-extra/contacts/files/digest-contacts-0.8.3-r1
new file mode 100644 (file)
index 0000000..1134a26
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 cd1675e11e80da15a27780413ae1e5a1 Contacts-0.8.3.tar.gz 160180
+RMD160 522326e19988d65d270e06e4601a7697d7f0758f Contacts-0.8.3.tar.gz 160180
+SHA256 cdf02ee483288e5f1f0df20e3d43487f74f06958ed688a777ad87c0a6a36a1f5 Contacts-0.8.3.tar.gz 160180
index 3ebec7714ed252705ebd430df504905969203809..39608bf4a96ee2a0c6d4fb427ce2986b7975bc23 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for rox-extra/edit
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-extra/edit/ChangeLog,v 1.9 2006/11/20 18:21:07 opfer Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/edit/ChangeLog,v 1.10 2007/01/30 22:16:46 lack Exp $
+
+*edit-2.0-r1 (30 Jan 2007)
+
+  30 Jan 2007; Jim Ramsay <lack@gentoo.org> +edit-2.0-r1.ebuild:
+  Added APPCATEGORY so a .desktop file will be installed
 
   20 Nov 2006; Christian Faulhammer <opfer@gentoo.org> edit-2.0.ebuild:
   stable x86, bug #155521
diff --git a/rox-extra/edit/edit-2.0-r1.ebuild b/rox-extra/edit/edit-2.0-r1.ebuild
new file mode 100644 (file)
index 0000000..8735a8b
--- /dev/null
@@ -0,0 +1,25 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/edit/edit-2.0-r1.ebuild,v 1.1 2007/01/30 22:16:46 lack Exp $
+
+ROX_LIB_VER=1.9.14
+inherit rox
+
+APPNAME=Edit
+APPCATEGORY="Utility;TextEditor"
+
+DESCRIPTION="Edit is a simple text editor for ROX Desktop"
+HOMEPAGE="http://rox.sourceforge.net/"
+SRC_URI="mirror://sourceforge/rox/${P}.tgz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+
+# do some cleanup. Edit 2.0 has CVS dirs included
+pkg_preinst() {
+       find ${D}/usr/lib/rox/${APPNAME} -name 'CVS' | xargs rm -fr
+       rm -f ${D}/usr/lib/rox/${APPNAME}/.cvsignore
+       rm -fr ${D}/usr/lib/rox/${APPNAME}/tests
+}
index 437826ae58128018f0089c95716796f4f670a576..9c54cf28a1c7a3a645c001cf21f3f20766fefa5f 100644 (file)
@@ -1 +1,3 @@
 MD5 e80d001b8ab5ceae8e196d3044037b73 edit-1.9.5.tgz 35143
+RMD160 148a2dd76e9c94c7485b66e363b0ff907bfbb6b4 edit-1.9.5.tgz 35143
+SHA256 26edc8aa097cb1d3723a4a17f304f0f1de969cd6b501af7c5f26163dceb04b70 edit-1.9.5.tgz 35143
diff --git a/rox-extra/edit/files/digest-edit-2.0-r1 b/rox-extra/edit/files/digest-edit-2.0-r1
new file mode 100644 (file)
index 0000000..19a11af
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 55eb8c8b7b4bf630e626514b8bfa1f6e edit-2.0.tgz 61195
+RMD160 112c5196ea5709471cfb6f3c5987e914f0f20344 edit-2.0.tgz 61195
+SHA256 3fc97b68f8ff9e5eca241ac59a0c0f6eb54e74335c4250d24e7422ae9625a746 edit-2.0.tgz 61195
index 3e2f4c91364ecd88d6cb2054062b880ff88953b9..ddff3c564fceae7dae4e4571b494fd3847de73e8 100644 (file)
@@ -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 (file)
index 0000000..c3476c5
--- /dev/null
@@ -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 (file)
index 0000000..784bd69
--- /dev/null
@@ -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}
+
index 1e17a6513d2345ee77512e4a57fc8f72c140d5c7..e2db0eb004a42f76f71cad0cc5d62534ebbcd0dd 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for rox-extra/memo
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-extra/memo/ChangeLog,v 1.12 2007/01/06 21:51:07 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/memo/ChangeLog,v 1.13 2007/01/30 22:18:25 lack Exp $
+
+*memo-2.0-r1 (30 Jan 2007)
+
+  30 Jan 2007; Jim Ramsay <lack@gentoo.org> +memo-2.0-r1.ebuild:
+  Added APPCATEGORY so a .desktop file will be installed
 
 *memo-2.0 (06 Jan 2007)
 
diff --git a/rox-extra/memo/files/digest-memo-2.0-r1 b/rox-extra/memo/files/digest-memo-2.0-r1
new file mode 100644 (file)
index 0000000..988169e
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 2cb1773bdc2ad2988b44c9ad5436332a memo-2.0.tar.bz2 39770
+RMD160 cec45c146766e7b9454a0f8cf14252bd2a57bbab memo-2.0.tar.bz2 39770
+SHA256 bd1cce9618fed4d1aef9f61ab403a6484b68e887c8de4870e6d4f67dc4e9f3cb memo-2.0.tar.bz2 39770
diff --git a/rox-extra/memo/memo-2.0-r1.ebuild b/rox-extra/memo/memo-2.0-r1.ebuild
new file mode 100644 (file)
index 0000000..0224621
--- /dev/null
@@ -0,0 +1,35 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/memo/memo-2.0-r1.ebuild,v 1.1 2007/01/30 22:18:25 lack Exp $
+
+ROX_LIB_VER=1.9.8
+inherit rox
+
+MY_PN="Memo"
+DESCRIPTION="Memo is a simple alarm clock and clock applet for the ROX Desktop."
+HOMEPAGE="http://rox.sourceforge.net/phpwiki/index.php/Memo"
+SRC_URI="mirror://sourceforge/rox/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE="libnotify"
+
+RDEPEND="libnotify? (
+                       || ( >=dev-python/dbus-python-0.71
+                               ( >=sys-apps/dbus-0.60 <sys-apps/dbus-0.90 ) )
+                       x11-misc/notification-daemon )"
+
+APPNAME=${MY_PN}
+APPCATEGORY="Utility;Clock"
+
+pkg_setup() {
+       if ! has_version dev-python/dbus-python && \
+               ! built_with_use sys-apps/dbus python
+       then
+               einfo "${APPNAME} requires dbus to be built with python support."
+               einfo "Please rebuild dbus with USE=\"python\"."
+               die "python dbus modules missing"
+       fi
+}
+