public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libPropList: ChangeLog libPropList-0.10.1-r4.ebuild libPropList-0.10.1-r2.ebuild
@ 2010-09-18  4:01 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2010-09-18  4:01 UTC (permalink / raw
  To: gentoo-commits

jer         10/09/18 04:01:27

  Modified:             ChangeLog
  Added:                libPropList-0.10.1-r4.ebuild
  Removed:              libPropList-0.10.1-r2.ebuild
  Log:
  Respect LDFLAGS (bug #335968), CC by deploying autotools. Fix some compiler warnings. Use emake instead of make. Use econf instead of ./configure.
  
  (Portage version: 2.2_rc83/cvs/Linux i686)

Revision  Changes    Path
1.14                 x11-libs/libPropList/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libPropList/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libPropList/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libPropList/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libPropList/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	21 Apr 2008 18:27:02 -0000	1.13
+++ ChangeLog	18 Sep 2010 04:01:27 -0000	1.14
@@ -1,6 +1,15 @@
 # ChangeLog for x11-libs/libPropList
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/ChangeLog,v 1.13 2008/04/21 18:27:02 phreak Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/ChangeLog,v 1.14 2010/09/18 04:01:27 jer Exp $
+
+*libPropList-0.10.1-r4 (18 Sep 2010)
+
+  18 Sep 2010; Jeroen Roovers <jer@gentoo.org>
+  -libPropList-0.10.1-r2.ebuild, +libPropList-0.10.1-r4.ebuild,
+  +files/libPropList-0.10.1-include.patch:
+  Respect LDFLAGS (bug #335968), CC by deploying autotools. Fix some
+  compiler warnings. Use emake instead of make. Use econf instead of
+  ./configure.
 
   21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
   Fix up metadata.xml. If there's no maintainer for the package, the metadata



1.1                  x11-libs/libPropList/libPropList-0.10.1-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r4.ebuild?rev=1.1&content-type=text/plain

Index: libPropList-0.10.1-r4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r4.ebuild,v 1.1 2010/09/18 04:01:27 jer Exp $

EAPI="2"

inherit autotools eutils

DESCRIPTION="libPropList"
HOMEPAGE="http://www.windowmaker.org/"
SRC_URI="ftp://ftp.windowmaker.org/pub/libs/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="static-libs"

src_prepare() {
	epatch "${FILESDIR}"/${P}-include.patch
	eautoreconf
}

src_configure() {
	econf $(use_enable static-libs static)
}

src_install() {
	emake prefix="${D}/usr" install || die
	dodoc AUTHORS ChangeLog README TODO
}






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

only message in thread, other threads:[~2010-09-18  4:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-18  4:01 [gentoo-commits] gentoo-x86 commit in x11-libs/libPropList: ChangeLog libPropList-0.10.1-r4.ebuild libPropList-0.10.1-r2.ebuild Jeroen Roovers (jer)

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