summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-01-30 22:11:43 +0000
committerJim Ramsay <lack@gentoo.org>2007-01-30 22:11:43 +0000
commit46cbaed3206474e7b06c719a33b9f6b2646ed9c7 (patch)
tree691b27ce604565f93525b787c47a5b4096c9a4b8 /rox-base
parentx86 stable (diff)
downloadgentoo-2-46cbaed3206474e7b06c719a33b9f6b2646ed9c7.tar.gz
gentoo-2-46cbaed3206474e7b06c719a33b9f6b2646ed9c7.tar.bz2
gentoo-2-46cbaed3206474e7b06c719a33b9f6b2646ed9c7.zip
Added APPCATEGORY so a .desktop file will be installed
(Portage version: 2.1.2-r4)
Diffstat (limited to 'rox-base')
-rw-r--r--rox-base/mime-editor/ChangeLog9
-rw-r--r--rox-base/mime-editor/files/digest-mime-editor-0.5-r13
-rw-r--r--rox-base/mime-editor/mime-editor-0.5-r1.ebuild18
3 files changed, 28 insertions, 2 deletions
diff --git a/rox-base/mime-editor/ChangeLog b/rox-base/mime-editor/ChangeLog
index cb8d0496cca3..cbf940f82b98 100644
--- a/rox-base/mime-editor/ChangeLog
+++ b/rox-base/mime-editor/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for rox-base/mime-editor
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/mime-editor/ChangeLog,v 1.8 2006/11/20 18:10:19 opfer Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/rox-base/mime-editor/ChangeLog,v 1.9 2007/01/30 22:11:43 lack Exp $
+
+*mime-editor-0.5-r1 (30 Jan 2007)
+
+ 30 Jan 2007; Jim Ramsay <lack@gentoo.org> +mime-editor-0.5-r1.ebuild:
+ Added APPCATEGORY so a .desktop file will be installed
20 Nov 2006; Christian Faulhammer <opfer@gentoo.org>
mime-editor-0.5.ebuild:
diff --git a/rox-base/mime-editor/files/digest-mime-editor-0.5-r1 b/rox-base/mime-editor/files/digest-mime-editor-0.5-r1
new file mode 100644
index 000000000000..0c68c18eaa30
--- /dev/null
+++ b/rox-base/mime-editor/files/digest-mime-editor-0.5-r1
@@ -0,0 +1,3 @@
+MD5 a86d3d6b70bbce58abb6d393a9e8eede mime-editor-0.5.tgz 31842
+RMD160 b1891c61038cbc2ada5ff9b48ccf297cbbd05e00 mime-editor-0.5.tgz 31842
+SHA256 a1a4ec25083b7805be1f9c305583c915df282ee6e9d2a858f6a1f319d0629480 mime-editor-0.5.tgz 31842
diff --git a/rox-base/mime-editor/mime-editor-0.5-r1.ebuild b/rox-base/mime-editor/mime-editor-0.5-r1.ebuild
new file mode 100644
index 000000000000..f473e3f90670
--- /dev/null
+++ b/rox-base/mime-editor/mime-editor-0.5-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/rox-base/mime-editor/mime-editor-0.5-r1.ebuild,v 1.1 2007/01/30 22:11:43 lack Exp $
+
+ROX_LIB_VER=0.9.14
+inherit rox
+
+DESCRIPTION="MIME-Editor is editor for the Shared MIME Database for ROX Desktop"
+HOMEPAGE="http://rox.sourceforge.net/"
+SRC_URI="mirror://sourceforge/rox/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 x86"
+IUSE=""
+
+APPNAME=MIME-Editor
+APPCATEGORY="System;Core"