public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/guiloader: guiloader-2.99.0.ebuild ChangeLog
@ 2011-07-23 12:33 Peter Volkov (pva)
  0 siblings, 0 replies; only message in thread
From: Peter Volkov (pva) @ 2011-07-23 12:33 UTC (permalink / raw
  To: gentoo-commits

pva         11/07/23 12:33:59

  Modified:             ChangeLog
  Added:                guiloader-2.99.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.10.6/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 dev-libs/guiloader/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/guiloader/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/guiloader/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/guiloader/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/guiloader/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	29 Mar 2011 12:15:49 -0000	1.22
+++ ChangeLog	23 Jul 2011 12:33:59 -0000	1.23
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/guiloader
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader/ChangeLog,v 1.22 2011/03/29 12:15:49 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader/ChangeLog,v 1.23 2011/07/23 12:33:59 pva Exp $
+
+*guiloader-2.99.0 (23 Jul 2011)
+
+  23 Jul 2011; Peter Volkov <pva@gentoo.org> +guiloader-2.99.0.ebuild:
+  Version bump.
 
   29 Mar 2011; Christoph Mende <angelos@gentoo.org> guiloader-2.15.0.ebuild:
   Fixed slot deps



1.1                  dev-libs/guiloader/guiloader-2.99.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/guiloader/guiloader-2.99.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/guiloader/guiloader-2.99.0.ebuild?rev=1.1&content-type=text/plain

Index: guiloader-2.99.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader/guiloader-2.99.0.ebuild,v 1.1 2011/07/23 12:33:59 pva Exp $

EAPI="4"

DESCRIPTION="library to create GTK+ interfaces from GuiXml at runtime"
HOMEPAGE="http://www.crowdesigner.org"
SRC_URI="http://nothing-personal.googlecode.com/files/${P}.tar.xz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"

LANGS="ru"

RDEPEND="x11-libs/gtk+:3
	>=dev-libs/glib-2.28:2"

DEPEND="${RDEPEND}
	dev-util/pkgconfig
	nls? ( >=sys-devel/gettext-0.18 )"

for x in ${LANGS}; do
	IUSE="${IUSE} linguas_${x}"
done

src_configure() {
	econf \
		--disable-static \
		$(use_enable nls)
}

src_install() {
	emake DESTDIR="${D}" install
	dodoc doc/{authors.txt,news.{ru,en}.txt,readme.{ru,en}.txt}
	find "${ED}" -name '*.la' -exec rm -f {} +
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-23 12:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-23 12:33 [gentoo-commits] gentoo-x86 commit in dev-libs/guiloader: guiloader-2.99.0.ebuild ChangeLog Peter Volkov (pva)

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