* [gentoo-commits] gentoo-x86 commit in app-text/liblangtag: ChangeLog liblangtag-0.4.0-r1.ebuild
@ 2013-03-07 11:42 Justin Lecher (jlec)
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2013-03-07 11:42 UTC (permalink / raw
To: gentoo-commits
jlec 13/03/07 11:42:38
Modified: ChangeLog liblangtag-0.4.0-r1.ebuild
Log:
app-text/liblangtag: Add missing buildtime dep, #459336
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Revision Changes Path
1.9 app-text/liblangtag/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 16 Jan 2013 21:26:58 -0000 1.8
+++ ChangeLog 7 Mar 2013 11:42:38 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for app-text/liblangtag
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v 1.8 2013/01/16 21:26:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v 1.9 2013/03/07 11:42:38 jlec Exp $
+
+ 07 Mar 2013; Justin Lecher <jlec@gentoo.org> liblangtag-0.4.0-r1.ebuild:
+ Add missing buildtime dep, #459336
*liblangtag-0.4.0-r1 (16 Jan 2013)
1.2 app-text/liblangtag/liblangtag-0.4.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild?r1=1.1&r2=1.2
Index: liblangtag-0.4.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- liblangtag-0.4.0-r1.ebuild 16 Jan 2013 21:26:58 -0000 1.1
+++ liblangtag-0.4.0-r1.ebuild 7 Mar 2013 11:42:38 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild,v 1.1 2013/01/16 21:26:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild,v 1.2 2013/03/07 11:42:38 jlec Exp $
EAPI=5
@@ -20,12 +20,11 @@
RDEPEND="
dev-libs/glib
dev-libs/libxml2
- introspection? ( >=dev-libs/gobject-introspection-0.10.8 )
-"
+ introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
DEPEND="${RDEPEND}
+ dev-libs/gobject-introspection-common
sys-devel/gettext
- test? ( dev-libs/check )
-"
+ test? ( dev-libs/check )"
# Upstream expect liblangtag to be installed when one runs tests...
RESTRICT="test"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/liblangtag: ChangeLog liblangtag-0.4.0-r1.ebuild
@ 2013-03-13 14:44 Sergey Popov (pinkbyte)
0 siblings, 0 replies; 2+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-03-13 14:44 UTC (permalink / raw
To: gentoo-commits
pinkbyte 13/03/13 14:44:55
Modified: ChangeLog liblangtag-0.4.0-r1.ebuild
Log:
Add ~arm keyword, wrt bug #451464
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path
1.12 app-text/liblangtag/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 9 Mar 2013 18:25:30 -0000 1.11
+++ ChangeLog 13 Mar 2013 14:44:55 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for app-text/liblangtag
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v 1.11 2013/03/09 18:25:30 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v 1.12 2013/03/13 14:44:55 pinkbyte Exp $
+
+ 13 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> liblangtag-0.4.0-r1.ebuild:
+ Add ~arm keyword, wrt bug #451464
09 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> -liblangtag-0.4.0.ebuild,
liblangtag-0.4.0-r1.ebuild:
1.5 app-text/liblangtag/liblangtag-0.4.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild?r1=1.4&r2=1.5
Index: liblangtag-0.4.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- liblangtag-0.4.0-r1.ebuild 9 Mar 2013 18:25:30 -0000 1.4
+++ liblangtag-0.4.0-r1.ebuild 13 Mar 2013 14:44:55 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild,v 1.4 2013/03/09 18:25:30 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild,v 1.5 2013/03/13 14:44:55 pinkbyte Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="|| ( LGPL-3 MPL-1.1 )"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~arm ppc x86"
IUSE="introspection static-libs test"
RDEPEND="
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-13 14:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-07 11:42 [gentoo-commits] gentoo-x86 commit in app-text/liblangtag: ChangeLog liblangtag-0.4.0-r1.ebuild Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2013-03-13 14:44 Sergey Popov (pinkbyte)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox