public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in app-i18n/libtabe: ChangeLog libtabe-0.2.6.ebuild
@ 2008-04-29 19:52 99% Samuli Suominen (drac)
  0 siblings, 0 replies; 1+ results
From: Samuli Suominen (drac) @ 2008-04-29 19:52 UTC (permalink / raw
  To: gentoo-commits

drac        08/04/29 19:52:48

  Modified:             ChangeLog
  Added:                libtabe-0.2.6.ebuild
  Log:
  Version bump wrt #219348 using ebuild by Peter Alfredsen.
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.10                 app-i18n/libtabe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/libtabe/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	9 Feb 2007 07:14:07 -0000	1.9
+++ ChangeLog	29 Apr 2008 19:52:47 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for app-i18n/libtabe
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/ChangeLog,v 1.9 2007/02/09 07:14:07 flameeyes Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/ChangeLog,v 1.10 2008/04/29 19:52:47 drac Exp $
+
+*libtabe-0.2.6 (29 Apr 2008)
+
+  29 Apr 2008; Samuli Suominen <drac@gentoo.org>
+  +files/libtabe-0.2.6-fabs.patch, +libtabe-0.2.6.ebuild:
+  Version bump wrt #219348 using ebuild by Peter Alfredsen.
 
   09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.



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

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

Index: libtabe-0.2.6.ebuild
===================================================================
# Copyright 1999-2008 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.ebuild,v 1.1 2008/04/29 19:52:47 drac Exp $

inherit eutils libtool autotools multilib

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

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

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

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

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${WORKDIR}"/${P/-/_}-1.1.diff
	epatch "${FILESDIR}"/${P}-fabs.patch
	rm -f configure
	elibtoolize
	cd script
	eautoreconf
	cp script/* ./
	cp configure ../
	cd ..
}

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}
	emake -j1 || die "make failed"
}

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



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



^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2008-04-29 19:52 99% [gentoo-commits] gentoo-x86 commit in app-i18n/libtabe: ChangeLog libtabe-0.2.6.ebuild Samuli Suominen (drac)

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