diff options
author | Jim Ramsay <lack@gentoo.org> | 2010-01-12 13:37:40 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2010-01-12 13:37:40 +0000 |
commit | 92f05fe19b95ded38d0f25c196ab2dfa2b36694b (patch) | |
tree | ac6aa23dc87525b69b9d96b5da1729362194c6ee /rox-base | |
parent | Version bump - 0.43 is released (diff) | |
download | historical-92f05fe19b95ded38d0f25c196ab2dfa2b36694b.tar.gz historical-92f05fe19b95ded38d0f25c196ab2dfa2b36694b.tar.bz2 historical-92f05fe19b95ded38d0f25c196ab2dfa2b36694b.zip |
Version bump: 0.6 is released
Package-Manager: portage-2.1.7.11/cvs/Linux x86_64
Diffstat (limited to 'rox-base')
-rw-r--r-- | rox-base/mime-editor/ChangeLog | 9 | ||||
-rw-r--r-- | rox-base/mime-editor/mime-editor-0.6.ebuild | 18 |
2 files changed, 25 insertions, 2 deletions
diff --git a/rox-base/mime-editor/ChangeLog b/rox-base/mime-editor/ChangeLog index 1b9fe74e37b9..a5420a0b5c99 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-base/mime-editor/ChangeLog,v 1.20 2008/09/06 03:00:38 lack Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/rox-base/mime-editor/ChangeLog,v 1.21 2010/01/12 13:37:40 lack Exp $ + +*mime-editor-0.6 (12 Jan 2010) + + 12 Jan 2010; Jim Ramsay <lack@gentoo.org> +mime-editor-0.6.ebuild: + Version bump: 0.6 is released 06 Sep 2008; Jim Ramsay <lack@gentoo.org> -mime-editor-0.5-r1.ebuild: Version cleanup diff --git a/rox-base/mime-editor/mime-editor-0.6.ebuild b/rox-base/mime-editor/mime-editor-0.6.ebuild new file mode 100644 index 000000000000..5e4a204ff26a --- /dev/null +++ b/rox-base/mime-editor/mime-editor-0.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2010 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.6.ebuild,v 1.1 2010/01/12 13:37:40 lack Exp $ + +ROX_LIB_VER="2.0.4-r1" +inherit rox-0install + +DESCRIPTION="MIME-Editor is editor for the Shared MIME Database for ROX Desktop" +HOMEPAGE="http://rox.sourceforge.net/" +SRC_URI="mirror://sourceforge/rox/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" + +APPNAME=MIME-Editor +APPCATEGORY="System;Core" |