summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-01-31 13:43:41 +0000
committerJim Ramsay <lack@gentoo.org>2007-01-31 13:43:41 +0000
commit3faea28038978ed04985aaf1cfa08e6505cf9dd8 (patch)
tree9a9dde03776c4d5d57e85918c5561529c1a0c6bb /rox-extra
parentReplacing einfo with elog (diff)
downloadgentoo-2-3faea28038978ed04985aaf1cfa08e6505cf9dd8.tar.gz
gentoo-2-3faea28038978ed04985aaf1cfa08e6505cf9dd8.tar.bz2
gentoo-2-3faea28038978ed04985aaf1cfa08e6505cf9dd8.zip
Added APPCATEGORY so a .desktop file will be installed
(Portage version: 2.1.2-r4)
Diffstat (limited to 'rox-extra')
-rw-r--r--rox-extra/roxdao/ChangeLog9
-rw-r--r--rox-extra/roxdao/files/digest-roxdao-0.4-r13
-rw-r--r--rox-extra/roxdao/roxdao-0.4-r1.ebuild23
3 files changed, 33 insertions, 2 deletions
diff --git a/rox-extra/roxdao/ChangeLog b/rox-extra/roxdao/ChangeLog
index c65ca474c80c..42757a8086e8 100644
--- a/rox-extra/roxdao/ChangeLog
+++ b/rox-extra/roxdao/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for rox-extra/roxdao
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxdao/ChangeLog,v 1.3 2006/11/23 22:54:40 lack Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxdao/ChangeLog,v 1.4 2007/01/31 13:43:41 lack Exp $
+
+*roxdao-0.4-r1 (31 Jan 2007)
+
+ 31 Jan 2007; Jim Ramsay <lack@gentoo.org> +roxdao-0.4-r1.ebuild:
+ Added APPCATEGORY so a .desktop file will be installed
23 Nov 2006; Jim Ramsay <lack@gentoo.org> roxdao-0.4.ebuild:
Updated SRC_URI/HOMEPAGE
diff --git a/rox-extra/roxdao/files/digest-roxdao-0.4-r1 b/rox-extra/roxdao/files/digest-roxdao-0.4-r1
new file mode 100644
index 000000000000..78c6b3423e55
--- /dev/null
+++ b/rox-extra/roxdao/files/digest-roxdao-0.4-r1
@@ -0,0 +1,3 @@
+MD5 e68c184a71d092c50a723a5b62aaf122 RoxDAO-0.4.tar.bz2 26469
+RMD160 0889d87acd9f94b7829e48534d0c1c1a4e3b6aa6 RoxDAO-0.4.tar.bz2 26469
+SHA256 8ac7184d108ff7868d51b565d2560dd539709b890aebf5307c7c80a7fad301e9 RoxDAO-0.4.tar.bz2 26469
diff --git a/rox-extra/roxdao/roxdao-0.4-r1.ebuild b/rox-extra/roxdao/roxdao-0.4-r1.ebuild
new file mode 100644
index 000000000000..ffacd0627c3f
--- /dev/null
+++ b/rox-extra/roxdao/roxdao-0.4-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxdao/roxdao-0.4-r1.ebuild,v 1.1 2007/01/31 13:43:41 lack Exp $
+
+ROX_LIB_VER=2.0.3
+inherit rox
+
+MY_PN="RoxDAO"
+DESCRIPTION="RoxDAO: A graphical frontend to cdrdao for the ROX Desktop."
+HOMEPAGE="http://kymatica.com/index.php/Software"
+SRC_URI="http://kymatica.com/uploads/Software/${MY_PN}-${PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="app-cdr/cdrdao
+ rox-extra/mp3ogg2wav"
+
+APPNAME=${MY_PN}
+APPCATEGORY="AudioVideo;DiscBurning"
+S=${WORKDIR}