public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-1.5.26-r1.ebuild ChangeLog
@ 2009-09-28 22:30 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2009-09-28 22:30 UTC (permalink / raw
  To: gentoo-commits

vapier      09/09/28 22:30:49

  Modified:             ChangeLog
  Added:                libtool-1.5.26-r1.ebuild
  Log:
  Add ebuild to install just the old ABI lib.
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.154                sys-devel/libtool/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/ChangeLog?rev=1.154&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/ChangeLog?rev=1.154&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/ChangeLog?r1=1.153&r2=1.154

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog	27 Sep 2009 00:56:04 -0000	1.153
+++ ChangeLog	28 Sep 2009 22:30:49 -0000	1.154
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.153 2009/09/27 00:56:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.154 2009/09/28 22:30:49 vapier Exp $
+
+*libtool-1.5.26-r1 (28 Sep 2009)
+
+  28 Sep 2009; Mike Frysinger <vapier@gentoo.org> +libtool-1.5.26-r1.ebuild:
+  Add ebuild to install just the old ABI lib.
 
   27 Sep 2009; Brent Baude <ranger@gentoo.org> libtool-2.2.6a.ebuild:
   Marking libtool-2.2.6a ppc64 for bug 257399



1.1                  sys-devel/libtool/libtool-1.5.26-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-1.5.26-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-1.5.26-r1.ebuild?rev=1.1&content-type=text/plain

Index: libtool-1.5.26-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.26-r1.ebuild,v 1.1 2009/09/28 22:30:49 vapier Exp $

EAPI="2"

DESCRIPTION="A shared library tool for developers"
HOMEPAGE="http://www.gnu.org/software/libtool/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="1.5"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE=""

S=${WORKDIR}/${P}/libltdl

src_configure() {
	econf --disable-static || die
}

src_install() {
	emake DESTDIR="${D}" install-exec || die
	# basically we just install ABI libs for old packages
	rm "${D}"/usr/*/libltdl.{la,so} || die
}






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

only message in thread, other threads:[~2009-09-28 22:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-28 22:30 [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-1.5.26-r1.ebuild ChangeLog Mike Frysinger (vapier)

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