* [gentoo-commits] gentoo-x86 commit in dev-util/geany: ChangeLog geany-1.22-r1.ebuild geany-0.21-r1.ebuild geany-1.22.ebuild
@ 2012-12-01 12:15 Lars Wendler (polynomial-c)
0 siblings, 0 replies; only message in thread
From: Lars Wendler (polynomial-c) @ 2012-12-01 12:15 UTC (permalink / raw
To: gentoo-commits
polynomial-c 12/12/01 12:15:00
Modified: ChangeLog
Added: geany-1.22-r1.ebuild
Removed: geany-0.21-r1.ebuild geany-1.22.ebuild
Log:
Switched to EAPI-5 for verbose build (bug #445388) and update desktop mimedatabase (bug #438224)
(Portage version: 2.2.0_alpha143/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path
1.59 dev-util/geany/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 27 Sep 2012 00:08:59 -0000 1.58
+++ ChangeLog 1 Dec 2012 12:15:00 -0000 1.59
@@ -1,6 +1,13 @@
# ChangeLog for dev-util/geany
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v 1.58 2012/09/27 00:08:59 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v 1.59 2012/12/01 12:15:00 polynomial-c Exp $
+
+*geany-1.22-r1 (01 Dec 2012)
+
+ 01 Dec 2012; Lars Wendler <polynomial-c@gentoo.org> -geany-0.21-r1.ebuild,
+ -geany-1.22.ebuild, +geany-1.22-r1.ebuild:
+ Switched to EAPI-5 for verbose build (bug #445388) and update desktop mime
+ database (bug #438224). Removed old.
27 Sep 2012; Anthony G. Basile <blueness@gentoo.org> geany-1.22.ebuild:
stable ppc, bug #429056
1.1 dev-util/geany/geany-1.22-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany/geany-1.22-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany/geany-1.22-r1.ebuild?rev=1.1&content-type=text/plain
Index: geany-1.22-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/geany-1.22-r1.ebuild,v 1.1 2012/12/01 12:15:00 polynomial-c Exp $
EAPI=5
inherit eutils fdo-mime gnome2-utils
LANGS="ar ast be bg ca cs de el en_GB es fi fr gl hu id it ja kk ko lb lt mn nl nn pl pt pt_BR ro ru sk sl sv tr uk vi zh_CN ZH_TW"
NOSHORTLANGS="en_GB zh_CN zh_TW"
DESCRIPTION="GTK+ based fast and lightweight IDE"
HOMEPAGE="http://www.geany.org"
SRC_URI="http://download.geany.org/${P}.tar.bz2"
LICENSE="GPL-2 Scintilla"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="+vte"
RDEPEND=">=x11-libs/gtk+-2.16:2
>=dev-libs/glib-2.20:2
vte? ( x11-libs/vte:0 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
dev-util/intltool
sys-devel/gettext"
pkg_setup() {
strip-linguas ${LANGS}
}
src_prepare() {
# Syntax highlighting for Portage
sed -i -e "s:*.sh;:*.sh;*.ebuild;*.eclass;:" \
data/filetype_extensions.conf || die
}
src_configure() {
econf \
--disable-dependency-tracking \
--docdir="/usr/share/doc/${PF}" \
$(use_enable vte)
}
src_install() {
emake DESTDIR="${D}" DOCDIR="${ED}/usr/share/doc/${PF}" install || die
rm -f "${ED}"/usr/share/doc/${PF}/{COPYING,GPL-2,ScintillaLicense.txt}
prune_libtool_files --all
}
pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
}
pkg_postrm() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-12-01 12:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-01 12:15 [gentoo-commits] gentoo-x86 commit in dev-util/geany: ChangeLog geany-1.22-r1.ebuild geany-0.21-r1.ebuild geany-1.22.ebuild Lars Wendler (polynomial-c)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox