public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/libtifiles2: ChangeLog libtifiles2-1.1.1.ebuild
@ 2009-03-24 11:59 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-03-24 11:59 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/03/24 11:59:11

  Modified:             ChangeLog
  Added:                libtifiles2-1.1.1.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc26/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-libs/libtifiles2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libtifiles2/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libtifiles2/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libtifiles2/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	3 Feb 2009 14:52:53 -0000	1.1
+++ ChangeLog	24 Mar 2009 11:59:11 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for sci-libs/libtifiles2
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/ChangeLog,v 1.1 2009/02/03 14:52:53 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/ChangeLog,v 1.2 2009/03/24 11:59:11 bicatali Exp $
+
+*libtifiles2-1.1.1 (24 Mar 2009)
+
+  24 Mar 2009; Sébastien Fabbro <bicatali@gentoo.org>
+  +libtifiles2-1.1.1.ebuild:
+  Version bump
 
 *libtifiles2-1.1.0 (03 Feb 2009)
 



1.1                  sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild?rev=1.1&content-type=text/plain

Index: libtifiles2-1.1.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild,v 1.1 2009/03/24 11:59:11 bicatali Exp $

EAPI=2

DESCRIPTION="Library for TI calculator files"
HOMEPAGE="http://lpg.ticalc.org/prj_tilp/"
SRC_URI="http://repo.calcforge.org/debian/source/${PN}_${PV}.orig.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc nls threads"

RDEPEND=">=dev-libs/glib-2.6.0
	sci-libs/libticables2
	sci-libs/libticonv
	nls? ( virtual/libintl )"

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

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

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS LOGO NEWS README ChangeLog docs/api.txt
	if use doc; then
		dohtml docs/html/* || die
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/libtifiles2: ChangeLog libtifiles2-1.1.1.ebuild
@ 2009-03-24 23:08 Joseph Jezak (josejx)
  0 siblings, 0 replies; 2+ messages in thread
From: Joseph Jezak (josejx) @ 2009-03-24 23:08 UTC (permalink / raw
  To: gentoo-commits

josejx      09/03/24 23:08:52

  Modified:             ChangeLog libtifiles2-1.1.1.ebuild
  Log:
  Marked ~ppc for bug #263593.
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-libs/libtifiles2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libtifiles2/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libtifiles2/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libtifiles2/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	24 Mar 2009 11:59:11 -0000	1.2
+++ ChangeLog	24 Mar 2009 23:08:52 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/libtifiles2
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/ChangeLog,v 1.2 2009/03/24 11:59:11 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/ChangeLog,v 1.3 2009/03/24 23:08:52 josejx Exp $
+
+  24 Mar 2009; Joseph Jezak <josejx@gentoo.org> libtifiles2-1.1.1.ebuild:
+  Marked ~ppc for bug #263593.
 
 *libtifiles2-1.1.1 (24 Mar 2009)
 



1.2                  sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild?r1=1.1&r2=1.2

Index: libtifiles2-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libtifiles2-1.1.1.ebuild	24 Mar 2009 11:59:11 -0000	1.1
+++ libtifiles2-1.1.1.ebuild	24 Mar 2009 23:08:52 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild,v 1.1 2009/03/24 11:59:11 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild,v 1.2 2009/03/24 23:08:52 josejx Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="doc nls threads"
 
 RDEPEND=">=dev-libs/glib-2.6.0






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

end of thread, other threads:[~2009-03-24 23:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-24 11:59 [gentoo-commits] gentoo-x86 commit in sci-libs/libtifiles2: ChangeLog libtifiles2-1.1.1.ebuild Sebastien Fabbro (bicatali)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-24 23:08 Joseph Jezak (josejx)

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