public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/judy: ChangeLog judy-1.0.3.ebuild judy-1.0.4.ebuild
@ 2008-03-24 17:58 Santiago M. Mola (coldwind)
  0 siblings, 0 replies; only message in thread
From: Santiago M. Mola (coldwind) @ 2008-03-24 17:58 UTC (permalink / raw
  To: gentoo-commits

coldwind    08/03/24 17:58:06

  Modified:             ChangeLog judy-1.0.3.ebuild
  Added:                judy-1.0.4.ebuild
  Log:
  amd64 stable, version bump and clean up.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.17                 dev-libs/judy/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/judy/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/judy/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/judy/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/judy/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	1 Sep 2007 12:40:17 -0000	1.16
+++ ChangeLog	24 Mar 2008 17:58:06 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/judy
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/ChangeLog,v 1.16 2007/09/01 12:40:17 phreak Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/ChangeLog,v 1.17 2008/03/24 17:58:06 coldwind Exp $
+
+*judy-1.0.4 (24 Mar 2008)
+
+  24 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> judy-1.0.3.ebuild,
+  +judy-1.0.4.ebuild:
+  amd64 stable, version bump and clean up.
 
   01 Sep 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
   Removing twp from metadata due to his retirement (see #190561 for reference).



1.5                  dev-libs/judy/judy-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/judy/judy-1.0.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/judy/judy-1.0.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/judy/judy-1.0.3.ebuild?r1=1.4&r2=1.5

Index: judy-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- judy-1.0.3.ebuild	1 Mar 2007 00:02:29 -0000	1.4
+++ judy-1.0.3.ebuild	24 Mar 2008 17:58:06 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.3.ebuild,v 1.4 2007/03/01 00:02:29 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.3.ebuild,v 1.5 2008/03/24 17:58:06 coldwind Exp $
 
 inherit eutils libtool
 
@@ -10,7 +10,7 @@
 SRC_URI="mirror://sourceforge/judy/${MY_P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE=""
 S=${WORKDIR}/${MY_P}
 
@@ -25,5 +25,5 @@
 }
 
 src_install() {
-	make DESTDIR=${D} install || die
+	make DESTDIR="${D}" install || die
 }



1.1                  dev-libs/judy/judy-1.0.4.ebuild

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

Index: judy-1.0.4.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.4.ebuild,v 1.1 2008/03/24 17:58:06 coldwind Exp $

inherit eutils libtool

MY_P=Judy-${PV}

DESCRIPTION="A C library that implements a dynamic array"
HOMEPAGE="http://judy.sourceforge.net/"
SRC_URI="mirror://sourceforge/judy/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

S=${WORKDIR}/${MY_P}

src_compile() {
	elibtoolize
	local myconf
	if use amd64 || use ia64 || use ppc64 ; then
		myconf="--enable-64-bit"
	else
		myconf="--enable-32-bit"
	fi

	econf ${myconf} || die "econf failed"
	emake -j1 || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog README
}



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



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

only message in thread, other threads:[~2008-03-24 17:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-24 17:58 [gentoo-commits] gentoo-x86 commit in dev-libs/judy: ChangeLog judy-1.0.3.ebuild judy-1.0.4.ebuild Santiago M. Mola (coldwind)

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