* [gentoo-commits] gentoo-x86 commit in app-editors/editra: ChangeLog editra-0.4.95.ebuild
@ 2009-07-01 17:58 Daniel Pielmeier (billie)
0 siblings, 0 replies; only message in thread
From: Daniel Pielmeier (billie) @ 2009-07-01 17:58 UTC (permalink / raw
To: gentoo-commits
billie 09/07/01 17:58:27
Modified: ChangeLog
Added: editra-0.4.95.ebuild
Log:
Version bump. Add a Main Category to the desktop entry. Fixes bug #275697.
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.4 app-editors/editra/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 7 May 2009 00:49:20 -0000 1.3
+++ ChangeLog 1 Jul 2009 17:58:27 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/editra
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.3 2009/05/07 00:49:20 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.4 2009/07/01 17:58:27 billie Exp $
+
+*editra-0.4.95 (01 Jul 2009)
+
+ 01 Jul 2009; Pielmeier Daniel <billie@gentoo.org> +editra-0.4.95.ebuild:
+ Version bump. Add a Main Category to the desktop entry. Fixes bug #275697.
*editra-0.4.88 (07 May 2009)
1.1 app-editors/editra/editra-0.4.95.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/editra-0.4.95.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/editra-0.4.95.ebuild?rev=1.1&content-type=text/plain
Index: editra-0.4.95.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.4.95.ebuild,v 1.1 2009/07/01 17:58:27 billie Exp $
EAPI=2
inherit distutils eutils fdo-mime
MY_PN=${PN/e/E}
DESCRIPTION="Multi-platform text editor supporting over 50 programming languages."
HOMEPAGE="http://editra.org"
SRC_URI="http://editra.org/uploads/src/${MY_PN}-${PV}.tar.gz"
LICENSE="wxWinLL-3.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-lang/python-2.4
>=dev-python/wxpython-2.8.9.2:2.8
dev-python/setuptools"
# setuptools is RDEPEND because it's used by the runtime for installing plugins
RDEPEND="${DEPEND}"
S="${WORKDIR}"/${MY_PN}-${PV}
src_install() {
distutils_src_install
insinto /usr/share/pixmaps
doins "${S}"/pixmaps/editra.png
make_desktop_entry Editra Editra editra "Development;TextEditor"
dodoc FAQ THANKS
}
pkg_postinst() {
distutils_pkg_postinst
fdo-mime_desktop_database_update
}
pkg_postrm() {
distutils_pkg_postrm
fdo-mime_desktop_database_update
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-07-01 17:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-01 17:58 [gentoo-commits] gentoo-x86 commit in app-editors/editra: ChangeLog editra-0.4.95.ebuild Daniel Pielmeier (billie)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox