public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/libtabe: ChangeLog libtabe-0.2.6.1.2.ebuild
@ 2009-06-02  9:38 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 3+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-06-02  9:38 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/06/02 09:38:54

  Modified:             ChangeLog
  Added:                libtabe-0.2.6.1.2.ebuild
  Log:
  Bump debian patch (make it semi-automatic to bump, too) so that it does not fail with --as-needed; use sequential calls to make to avoid failing with parallel make.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 app-i18n/libtabe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/libtabe/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	1 May 2008 14:35:10 -0000	1.13
+++ ChangeLog	2 Jun 2009 09:38:54 -0000	1.14
@@ -1,6 +1,14 @@
 # ChangeLog for app-i18n/libtabe
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/ChangeLog,v 1.13 2008/05/01 14:35:10 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/ChangeLog,v 1.14 2009/06/02 09:38:54 flameeyes Exp $
+
+*libtabe-0.2.6.1.2 (02 Jun 2009)
+
+  02 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  +libtabe-0.2.6.1.2.ebuild:
+  Bump debian patch (make it semi-automatic to bump, too) so that it does
+  not fail with --as-needed; use sequential calls to make to avoid failing
+  with parallel make.
 
   01 May 2008; Markus Meier <maekke@gentoo.org>
   -files/libtabe-0.2.5-db3.patch, -libtabe-0.2.5.ebuild:



1.1                  app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild?rev=1.1&content-type=text/plain

Index: libtabe-0.2.6.1.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild,v 1.1 2009/06/02 09:38:54 flameeyes Exp $

inherit eutils libtool autotools multilib versionator

DEBIAN_PV=$(replace_version_separator 3 '-')
DEBIAN_PATCH=${PN}_${DEBIAN_PV}.diff
ORIG_PV=${DEBIAN_PV%-*}
ORIG_P=${PN}-${ORIG_PV}

DESCRIPTION="Libtabe provides bimsphone support for xcin-2.5+"
HOMEPAGE="http://packages.qa.debian.org/libt/libtabe.html"
SRC_URI="mirror://debian/pool/main/${PN:0:4}/${PN}/${PN}_${ORIG_PV}.orig.tar.gz
	mirror://debian/pool/main/${PN:0:4}/libtabe/${DEBIAN_PATCH}.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug"

DEPEND=">=sys-libs/db-4.5
	x11-libs/libX11"

S=${WORKDIR}/${ORIG_P}.orig

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${WORKDIR}"/${DEBIAN_PATCH}
	epatch "${FILESDIR}"/${ORIG_P}-fabs.patch

	ln -s script/configure.in . || die
	eautoreconf
}

src_compile() {
	myconf="--with-db-inc=/usr/include
		--with-db-lib=/usr/$(get_libdir)
		--with-db-bin=/usr/bin
		--with-db-name=db
		--enable-shared
		--disable-static
		$(use_enable debug)"

	econf ${myconf}

	# We execute this serially because the Makefiles don't handle
	# proper cross-directory references.
	for dir in src util tsi-src; do
		emake -C ${dir} || die "make failed"
	done
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dodoc doc/* || die
}






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/libtabe: ChangeLog libtabe-0.2.6.1.2.ebuild
@ 2012-06-14  6:24 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-06-14  6:24 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/06/14 06:24:06

  Modified:             ChangeLog libtabe-0.2.6.1.2.ebuild
  Log:
  marked x86 per bug 418587
  
  (Portage version: 2.2.0_alpha110/cvs/Linux i686)

Revision  Changes    Path
1.16                 app-i18n/libtabe/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libtabe/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libtabe/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libtabe/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/libtabe/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	14 Jun 2012 06:02:48 -0000	1.15
+++ ChangeLog	14 Jun 2012 06:24:06 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/libtabe
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/ChangeLog,v 1.15 2012/06/14 06:02:48 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/ChangeLog,v 1.16 2012/06/14 06:24:06 jdhore Exp $
+
+  14 Jun 2012; Jeff Horelick <jdhore@gentoo.org> libtabe-0.2.6.1.2.ebuild:
+  marked x86 per bug 418587
 
   14 Jun 2012; Naohiro Aota <naota@gentoo.org>
   +files/libtabe-0.2.6-ldflags.patch, libtabe-0.2.6.1.2.ebuild:



1.3                  app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild?r1=1.2&r2=1.3

Index: libtabe-0.2.6.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libtabe-0.2.6.1.2.ebuild	14 Jun 2012 06:02:48 -0000	1.2
+++ libtabe-0.2.6.1.2.ebuild	14 Jun 2012 06:24:06 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild,v 1.2 2012/06/14 06:02:48 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild,v 1.3 2012/06/14 06:24:06 jdhore Exp $
 
 WANT_AUTOMAKE=1.11
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="debug"
 
 DEPEND=">=sys-libs/db-4.5






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/libtabe: ChangeLog libtabe-0.2.6.1.2.ebuild
@ 2012-06-14  9:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-14  9:15 UTC (permalink / raw
  To: gentoo-commits

ago         12/06/14 09:15:59

  Modified:             ChangeLog libtabe-0.2.6.1.2.ebuild
  Log:
  Stable for amd64, wrt bug #418587
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 app-i18n/libtabe/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libtabe/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libtabe/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libtabe/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/libtabe/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	14 Jun 2012 06:24:06 -0000	1.16
+++ ChangeLog	14 Jun 2012 09:15:59 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/libtabe
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/ChangeLog,v 1.16 2012/06/14 06:24:06 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/ChangeLog,v 1.17 2012/06/14 09:15:59 ago Exp $
+
+  14 Jun 2012; Agostino Sarubbo <ago@gentoo.org> libtabe-0.2.6.1.2.ebuild:
+  Stable for amd64, wrt bug #418587
 
   14 Jun 2012; Jeff Horelick <jdhore@gentoo.org> libtabe-0.2.6.1.2.ebuild:
   marked x86 per bug 418587



1.4                  app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild?r1=1.3&r2=1.4

Index: libtabe-0.2.6.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libtabe-0.2.6.1.2.ebuild	14 Jun 2012 06:24:06 -0000	1.3
+++ libtabe-0.2.6.1.2.ebuild	14 Jun 2012 09:15:59 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild,v 1.3 2012/06/14 06:24:06 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild,v 1.4 2012/06/14 09:15:59 ago Exp $
 
 WANT_AUTOMAKE=1.11
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="debug"
 
 DEPEND=">=sys-libs/db-4.5






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

end of thread, other threads:[~2012-06-14  9:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-14  9:15 [gentoo-commits] gentoo-x86 commit in app-i18n/libtabe: ChangeLog libtabe-0.2.6.1.2.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-14  6:24 Jeff Horelick (jdhore)
2009-06-02  9:38 Diego Petteno (flameeyes)

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