public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-filter/libsrs2: metadata.xml ChangeLog libsrs2-1.0.18.ebuild
@ 2011-09-12  0:04 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2011-09-12  0:04 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/09/12 00:04:39

  Modified:             metadata.xml ChangeLog libsrs2-1.0.18.ebuild
  Log:
  Update to EAPI 4 and add static-libs use flag.
  
  (Portage version: 2.2.0_alpha55/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  mail-filter/libsrs2/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/libsrs2/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/libsrs2/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/libsrs2/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/libsrs2/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	19 Mar 2007 13:15:05 -0000	1.3
+++ metadata.xml	12 Sep 2011 00:04:38 -0000	1.4
@@ -2,5 +2,13 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <herd>net-mail</herd>
-<longdescription>libsrs2 is the next generation SRS library from the original designer of SRS. It implements the Sender Rewriting Scheme, a part of the SPF/SRS protocol pair. Libsrs2 has been written from an entirely clean codebase with compliance, speed and versatility in mind. It is platform independent and has no external dependencies. It is thread-safe and heap-safe, and is suitable for large scale applications and embedded systems and can operate without many standard system facilities.</longdescription>
+<longdescription>
+	libsrs2 is the next generation SRS library from the original designer of
+	SRS. It implements the Sender Rewriting Scheme, a part of the SPF/SRS
+	protocol pair. Libsrs2 has been written from an entirely clean codebase with
+	compliance, speed and versatility in mind. It is platform independent and
+	has no external dependencies. It is thread-safe and heap-safe, and is
+	suitable for large scale applications and embedded systems and can operate
+	without many standard system facilities.
+</longdescription>
 </pkgmetadata>



1.12                 mail-filter/libsrs2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/libsrs2/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/libsrs2/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/libsrs2/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/libsrs2/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	1 Feb 2010 20:00:59 -0000	1.11
+++ ChangeLog	12 Sep 2011 00:04:38 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for mail-filter/libsrs2
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs2/ChangeLog,v 1.11 2010/02/01 20:00:59 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs2/ChangeLog,v 1.12 2011/09/12 00:04:38 radhermit Exp $
+
+  12 Sep 2011; Tim Harder <radhermit@gentoo.org> libsrs2-1.0.18.ebuild,
+  metadata.xml:
+  Update to EAPI 4 and add static-libs use flag.
 
   01 Feb 2010; Markus Meier <maekke@gentoo.org> libsrs2-1.0.18.ebuild:
   amd64 stable, bug #299862



1.7                  mail-filter/libsrs2/libsrs2-1.0.18.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/libsrs2/libsrs2-1.0.18.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/libsrs2/libsrs2-1.0.18.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/libsrs2/libsrs2-1.0.18.ebuild?r1=1.6&r2=1.7

Index: libsrs2-1.0.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/libsrs2/libsrs2-1.0.18.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libsrs2-1.0.18.ebuild	1 Feb 2010 20:00:59 -0000	1.6
+++ libsrs2-1.0.18.ebuild	12 Sep 2011 00:04:38 -0000	1.7
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs2/libsrs2-1.0.18.ebuild,v 1.6 2010/02/01 20:00:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs2/libsrs2-1.0.18.ebuild,v 1.7 2011/09/12 00:04:38 radhermit Exp $
+
+EAPI=4
 
 inherit eutils autotools
 
@@ -11,25 +13,19 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
+IUSE="static-libs"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}/${P}-parallel-make.diff"
 	eautoreconf
 }
 
-src_compile() {
-	econf || die "econf failed"
-	emake || die "emake failed"
+src_configure() {
+	econf \
+		$(use_enable static-libs static)
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-	find "${D}" -name '*.la' -delete
-	dodoc AUTHORS INSTALL NEWS README
+	default
+	use static-libs || find "${D}" -name '*.la' -delete
 }






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

only message in thread, other threads:[~2011-09-12  0:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-12  0:04 [gentoo-commits] gentoo-x86 commit in mail-filter/libsrs2: metadata.xml ChangeLog libsrs2-1.0.18.ebuild Tim Harder (radhermit)

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