Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
uberlord 07/09/15 14:20:41
Modified: e2fsprogs-1.40.2.ebuild
Log:
emake fsck_ext2fs, install it to /sbin and stop installing filefrag and uuidgen stuff
(Portage version: 2.1.3.9)
Revision Changes Path
1.3 sys-fs/e2fsprogs/e2fsprogs-1.40.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.40.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.40.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.40.2.ebuild?r1=1.2&r2=1.3
Index: e2fsprogs-1.40.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.40.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- e2fsprogs-1.40.2.ebuild 15 Sep 2007 08:54:25 -0000 1.2
+++ e2fsprogs-1.40.2.ebuild 15 Sep 2007 14:20:41 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.40.2.ebuild,v 1.2 2007/09/15 08:54:25 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.40.2.ebuild,v 1.3 2007/09/15 14:20:41 uberlord Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -45,6 +45,7 @@
-e '/^LIB_SUBDIRS/s:lib/et::' \
-e '/^LIB_SUBDIRS/s:lib/ss::' \
Makefile.in || die "remove subdirs"
+
ln -s "${ROOT}"/usr/$(get_libdir)/libcom_err.a lib/libcom_err.a
ln -s "${ROOT}"/$(get_libdir)/libcom_err.so lib/libcom_err.so
ln -s /usr/bin/mk_cmds lib/ss/mk_cmds
@@ -86,7 +87,8 @@
# Build the FreeBSD helper
if use elibc_FreeBSD ; then
- ${CC} "${FILESDIR}"/fsck_ext2fs.c -o fsck_ext2fs || die
+ cp "${FILESDIR}"/fsck_ext2fs.c .
+ emake fsck_ext2fs || die
fi
}
@@ -114,15 +116,17 @@
if use elibc_FreeBSD ; then
# Install helpers for us
- dosbin "${S}"/fsck_ext2fs
+ into /
+ dosbin "${S}"/fsck_ext2fs || die
doman "${FILESDIR}"/fsck_ext2fs.8
# these manpages are already provided by FreeBSD libc
# and filefrag is linux only
rm -f \
- "${D}"/sbin/filefrag
- "${D}"/usr/share/man/man8/filefrag.8
+ "${D}"/sbin/filefrag \
+ "${D}"/usr/share/man/man8/filefrag.8 \
+ "${D}"/bin/uuidgen \
"${D}"/usr/share/man/man3/{uuid,uuid_compare}.3 \
- "${D}"/usr/share/man/man1/uuidgen.1
+ "${D}"/usr/share/man/man1/uuidgen.1 || die
fi
}
--
gentoo-commits@g.o mailing list
|
|