public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-auth/libfprint: ChangeLog libfprint-0.4.0.ebuild libfprint-0.3.0-r1.ebuild
@ 2011-11-13 23:53 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2011-11-13 23:53 UTC (permalink / raw
  To: gentoo-commits

xmw         11/11/13 23:53:00

  Modified:             ChangeLog libfprint-0.4.0.ebuild
  Removed:              libfprint-0.3.0-r1.ebuild
  Log:
  fix .la file removal (thanks Alexander Adam, bug 374575), remove old version
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sys-auth/libfprint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	16 Jun 2011 23:28:59 -0000	1.5
+++ ChangeLog	13 Nov 2011 23:53:00 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/libfprint
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.5 2011/06/16 23:28:59 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.6 2011/11/13 23:53:00 xmw Exp $
+
+  13 Nov 2011; Michael Weber <xmw@gentoo.org> -libfprint-0.3.0-r1.ebuild,
+  libfprint-0.4.0.ebuild:
+  fix .la file removal (thanks Alexander Adam, bug 374575), remove old version
 
 *libfprint-0.4.0 (16 Jun 2011)
 *libfprint-0.3.0-r1 (16 Jun 2011)



1.2                  sys-auth/libfprint/libfprint-0.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/libfprint-0.4.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/libfprint-0.4.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/libfprint-0.4.0.ebuild?r1=1.1&r2=1.2

Index: libfprint-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libfprint-0.4.0.ebuild	16 Jun 2011 23:28:59 -0000	1.1
+++ libfprint-0.4.0.ebuild	13 Nov 2011 23:53:00 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.4.0.ebuild,v 1.1 2011/06/16 23:28:59 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.4.0.ebuild,v 1.2 2011/11/13 23:53:00 xmw Exp $
 
-EAPI=3
+EAPI=4
 
 inherit autotools
 
@@ -21,7 +21,6 @@
 	dev-libs/nss
 	x11-libs/gtk+:2
 	|| ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
-
 DEPEND="${DEPEND}
 	dev-util/pkgconfig"
 
@@ -39,15 +38,13 @@
 }
 
 src_configure() {
-	econf ${my_conf} \
+	econf \
 		$(use_enable debug debug-log) \
-		$(use_enable static-libs static) || die
+		$(use_enable static-libs static)
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
-	if ! use static-libs ; then
-		rm -v "${D}"/usr/lib64/libfprint.la || die
-	fi
-	dodoc AUTHORS HACKING NEWS README THANKS TODO || die
+	emake DESTDIR="${D}" install
+	use static-libs || find "${D}" -name "*.la" -delete
+	dodoc AUTHORS HACKING NEWS README THANKS TODO
 }






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

only message in thread, other threads:[~2011-11-13 23:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-13 23:53 [gentoo-commits] gentoo-x86 commit in sys-auth/libfprint: ChangeLog libfprint-0.4.0.ebuild libfprint-0.3.0-r1.ebuild Michael Weber (xmw)

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