public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/geany: ChangeLog geany-0.14.ebuild
@ 2008-04-24 16:54 Samuli Suominen (drac)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (drac) @ 2008-04-24 16:54 UTC (permalink / raw
  To: gentoo-commits

drac        08/04/24 16:54:35

  Modified:             ChangeLog
  Added:                geany-0.14.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.14                 dev-util/geany/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/geany/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/geany/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/geany/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	23 Apr 2008 21:30:21 -0000	1.13
+++ ChangeLog	24 Apr 2008 16:54:34 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/geany
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v 1.13 2008/04/23 21:30:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v 1.14 2008/04/24 16:54:34 drac Exp $
+
+*geany-0.14 (24 Apr 2008)
+
+  24 Apr 2008; Samuli Suominen <drac@gentoo.org> +geany-0.14.ebuild:
+  Version bump.
 
   23 Apr 2008; Markus Meier <maekke@gentoo.org> -geany-0.12.ebuild,
   geany-0.13.ebuild:



1.1                  dev-util/geany/geany-0.14.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/geany/geany-0.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/geany/geany-0.14.ebuild?rev=1.1&content-type=text/plain

Index: geany-0.14.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/geany-0.14.ebuild,v 1.1 2008/04/24 16:54:34 drac Exp $

EAPI=1

inherit gnome2-utils

DESCRIPTION="GTK+ based fast and lightweight IDE."
HOMEPAGE="http://geany.uvena.de"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
	http://files.uvena.de/${PN}/${P}.tar.bz2"

LICENSE="GPL-2 Scintilla"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="+vte"

RDEPEND=">=x11-libs/gtk+-2.10
	vte? ( x11-libs/vte )"
DEPEND="${DEPEND}
	dev-util/pkgconfig"

src_unpack() {
	unpack ${A}
	# Syntax highlighting for Portage.
	sed -i -e "s:*.sh;:*.sh;*.ebuild;*.eclass;:" \
		"${S}"/data/filetype_extensions.conf || die "sed failed."
}

src_compile() {
	econf --disable-dependency-tracking --enable-the-force \
		$(use_enable vte)
	emake || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" DOCDIR="${D}/usr/share/doc/${PF}" \
		install || die "emake install failed."
	rm -f "${D}"/usr/share/*/{COPYING,GPL-2,ScintillaLicense.txt}
	prepalldocs
}

pkg_postinst() {
	gnome2_icon_cache_update
}

pkg_postrm() {
	gnome2_icon_cache_update
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/geany: ChangeLog geany-0.14.ebuild
@ 2008-07-17 18:44 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2008-07-17 18:44 UTC (permalink / raw
  To: gentoo-commits

aballier    08/07/17 18:44:50

  Modified:             ChangeLog geany-0.14.ebuild
  Log:
  keyword ~x86-fbsd, thanks to Davide Italiano <dav_it@gentoo.org>, bug #232018
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)

Revision  Changes    Path
1.15                 dev-util/geany/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/geany/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/geany/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/geany/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	24 Apr 2008 16:54:34 -0000	1.14
+++ ChangeLog	17 Jul 2008 18:44:49 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/geany
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v 1.14 2008/04/24 16:54:34 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v 1.15 2008/07/17 18:44:49 aballier Exp $
+
+  17 Jul 2008; Alexis Ballier <aballier@gentoo.org> geany-0.14.ebuild:
+  keyword ~x86-fbsd, thanks to Davide Italiano <dav_it@gentoo.org>, bug
+  #232018
 
 *geany-0.14 (24 Apr 2008)
 



1.4                  dev-util/geany/geany-0.14.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/geany/geany-0.14.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/geany/geany-0.14.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/geany/geany-0.14.ebuild?r1=1.3&r2=1.4

Index: geany-0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/geany/geany-0.14.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- geany-0.14.ebuild	24 Apr 2008 17:15:36 -0000	1.3
+++ geany-0.14.ebuild	17 Jul 2008 18:44:49 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/geany-0.14.ebuild,v 1.3 2008/04/24 17:15:36 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/geany-0.14.ebuild,v 1.4 2008/07/17 18:44:49 aballier Exp $
 
 EAPI=1
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2 Scintilla"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
 IUSE="+vte"
 
 RDEPEND=">=x11-libs/gtk+-2.10



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-17 18:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-24 16:54 [gentoo-commits] gentoo-x86 commit in dev-util/geany: ChangeLog geany-0.14.ebuild Samuli Suominen (drac)
  -- strict thread matches above, loose matches on Subject: below --
2008-07-17 18:44 Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox