diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-05 02:48:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-05 02:48:17 +0000 |
commit | d47f186325d48f53336b7b796a4131310895b80f (patch) | |
tree | 8647de3098f906c87e0fb06039f79fff4af9ab0d /sys-libs/libutempter | |
parent | Version bumped and added Phalanx and Telic add-on campaigns. Closing bug #11... (diff) | |
download | historical-d47f186325d48f53336b7b796a4131310895b80f.tar.gz historical-d47f186325d48f53336b7b796a4131310895b80f.tar.bz2 historical-d47f186325d48f53336b7b796a4131310895b80f.zip |
mips stable
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sys-libs/libutempter')
-rw-r--r-- | sys-libs/libutempter/Manifest | 12 | ||||
-rw-r--r-- | sys-libs/libutempter/libutempter-1.1.2.1.ebuild | 14 |
2 files changed, 17 insertions, 9 deletions
diff --git a/sys-libs/libutempter/Manifest b/sys-libs/libutempter/Manifest index 1daa0d4f145c..cfc7314977fe 100644 --- a/sys-libs/libutempter/Manifest +++ b/sys-libs/libutempter/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 5e019a2cc119b6ac3c4be3667c25186c ChangeLog 1231 MD5 ffebc89596505e2ec9dc3c4f0851780f files/digest-libutempter-1.1.2.1 146 -MD5 90ccf3440306ff184fa38f1e40be18b0 libutempter-1.1.2.1.ebuild 1857 +MD5 0a372c26a97332a21a1bfa0ed4e41b85 libutempter-1.1.2.1.ebuild 1848 MD5 1fe2f84f5f9d41bc80bb795ef8845ff2 metadata.xml 244 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDvIkw2+ySkm8kpY0RAo8+AJwPoc36xNte3yJ+ZQTCnW3BBtUYVwCfVHOL ++/whlPUKH+cTOzgagX1J0Lg= +=FOpy +-----END PGP SIGNATURE----- diff --git a/sys-libs/libutempter/libutempter-1.1.2.1.ebuild b/sys-libs/libutempter/libutempter-1.1.2.1.ebuild index 2f09fc7908ef..7b92f349efca 100644 --- a/sys-libs/libutempter/libutempter-1.1.2.1.ebuild +++ b/sys-libs/libutempter/libutempter-1.1.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.2.1.ebuild,v 1.7 2005/12/23 19:52:51 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.2.1.ebuild,v 1.8 2006/01/05 02:48:17 vapier Exp $ inherit rpm eutils flag-o-matic versionator @@ -12,10 +12,9 @@ HOMEPAGE="http://altlinux.org/index.php?module=sisyphus&package=libutempter" SRC_URI="ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Sisyphus/SRPMS.classic/${MY_P}.src.rpm mirror://gentoo/${PN}-patches-${PATCHVER}.tar.bz2" - LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="" RDEPEND="" @@ -31,13 +30,12 @@ pkg_setup() { src_unpack() { unpack ${A} rpm_src_unpack - cd ${S} + cd "${S}" export EPATCH_SUFFIX="patch" epatch ${PATCHDIR} - if ! use elibc_glibc && ! use elibc_uclibc - then + if [[ ${CHOST} == *-freebsd* ]] ; then epatch ${PATCHDIR}/freebsd fi } @@ -51,7 +49,7 @@ src_compile() { src_install() { make \ - DESTDIR=${D} \ + DESTDIR="${D}" \ libdir=/usr/$(get_libdir) \ libexecdir=/usr/$(get_libdir) \ install || die |