summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/gummi/ChangeLog8
-rw-r--r--app-editors/gummi/gummi-0.5.1.ebuild (renamed from app-editors/gummi/gummi-0.5.0.ebuild)10
2 files changed, 9 insertions, 9 deletions
diff --git a/app-editors/gummi/ChangeLog b/app-editors/gummi/ChangeLog
index bb2be33cff6e..a49234e88fd1 100644
--- a/app-editors/gummi/ChangeLog
+++ b/app-editors/gummi/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-editors/gummi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/ChangeLog,v 1.3 2010/09/23 21:27:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/ChangeLog,v 1.4 2010/09/27 16:17:56 hwoarang Exp $
+
+*gummi-0.5.1 (27 Sep 2010)
+
+ 27 Sep 2010; Markos Chandras <hwoarang@gentoo.org> -gummi-0.5.0.ebuild,
+ +gummi-0.5.1.ebuild:
+ Version bump thanks to Alexander van der Mey. Remove broken ebuild
*gummi-0.5.0 (23 Sep 2010)
diff --git a/app-editors/gummi/gummi-0.5.0.ebuild b/app-editors/gummi/gummi-0.5.1.ebuild
index a26c2deb4516..8fc95f60eac7 100644
--- a/app-editors/gummi/gummi-0.5.0.ebuild
+++ b/app-editors/gummi/gummi-0.5.1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/gummi-0.5.0.ebuild,v 1.1 2010/09/23 21:27:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/gummi-0.5.1.ebuild,v 1.1 2010/09/27 16:17:56 hwoarang Exp $
EAPI=2
inherit base eutils
DESCRIPTION="Simple LaTeX editor for GTK+ users"
HOMEPAGE="http://gummi.midnightcoding.org"
-SRC_URI="http://dev.midnightcoding.org/redmine/attachments/download/62/${P}.tar.gz"
+SRC_URI="http://dev.midnightcoding.org/redmine/attachments/download/75/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -33,12 +33,6 @@ DEPEND="${RDEPEND}
DOCS=( AUTHORS ChangeLog README )
src_prepare() {
- # fix linguas
- cd "${S}"/po
- mv ca_ES.po ca.po || die
- mv gr_EL.po el.po || die
- mv it_IT.po it.po || die
- mv nl_NL.po nl.po || die
strip-linguas ${LANGS}
}