diff options
author | 2008-04-27 22:14:30 +0000 | |
---|---|---|
committer | 2008-04-27 22:14:30 +0000 | |
commit | f081dcd2d48b42be519be6698a90c20ee8ec86a6 (patch) | |
tree | 5984590b9b2a06f5ded75fb1a86fd2b2908855ed /sys-libs | |
parent | old (diff) | |
download | historical-f081dcd2d48b42be519be6698a90c20ee8ec86a6.tar.gz historical-f081dcd2d48b42be519be6698a90c20ee8ec86a6.tar.bz2 historical-f081dcd2d48b42be519be6698a90c20ee8ec86a6.zip |
old
Package-Manager: portage-2.2_pre5
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/com_err/com_err-1.40.3.ebuild | 79 | ||||
-rw-r--r-- | sys-libs/com_err/com_err-1.40.5.ebuild | 78 | ||||
-rw-r--r-- | sys-libs/ss/ss-1.40.3.ebuild | 73 | ||||
-rw-r--r-- | sys-libs/ss/ss-1.40.5.ebuild | 72 |
4 files changed, 0 insertions, 302 deletions
diff --git a/sys-libs/com_err/com_err-1.40.3.ebuild b/sys-libs/com_err/com_err-1.40.3.ebuild deleted file mode 100644 index 264b0253909e..000000000000 --- a/sys-libs/com_err/com_err-1.40.3.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/com_err/com_err-1.40.3.ebuild,v 1.9 2008/01/01 12:35:43 vapier Exp $ - -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="common error display library" -HOMEPAGE="http://e2fsprogs.sourceforge.net/" -SRC_URI="mirror://sourceforge/e2fsprogs/e2fsprogs-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="nls" - -RDEPEND="" -DEPEND="nls? ( sys-devel/gettext ) - sys-devel/bc" - -S=${WORKDIR}/e2fsprogs-${PV} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.39-makefile.patch - epatch "${FILESDIR}"/${PN}-1.40-headers.patch -} - -src_compile() { - export LDCONFIG=/bin/true - export CC=$(tc-getCC) - export STRIP=/bin/true - - # We want to use the "bsd" libraries while building on Darwin, but while - # building on other Gentoo/*BSD we prefer elf-naming scheme. - local libtype - case ${CHOST} in - *-darwin*) libtype=bsd;; - *) libtype=elf;; - esac - - econf \ - --enable-${libtype}-shlibs \ - --with-ldopts="${LDFLAGS}" \ - $(use_enable nls) \ - || die - emake -C lib/et || die -} - -src_test() { - make -C lib/et check || die "make check failed" -} - -src_install() { - export LDCONFIG=/bin/true - export CC=$(tc-getCC) - export STRIP=/bin/true - - make -C lib/et DESTDIR="${D}" install || die - dosed '/^ET_DIR=/s:=.*:=/usr/share/et:' /usr/bin/compile_et - dosym et/com_err.h /usr/include/com_err.h - - dolib.a lib/libcom_err.a || die "dolib.a" - dodir /$(get_libdir) - mv "${D}"/usr/$(get_libdir)/*$(get_libname)* "${D}"/$(get_libdir)/ || die "move $(get_libname)" - gen_usr_ldscript libcom_err$(get_libname) -} - -pkg_postinst() { - echo - ewarn "PLEASE PLEASE take note of this" - ewarn "Please make *sure* to run revdep-rebuild now" - ewarn "Certain things on your system may have linked against a" - ewarn "different version of com_err -- those things need to be" - ewarn "recompiled. Sorry for the inconvenience" - echo - epause 10 - ebeep -} diff --git a/sys-libs/com_err/com_err-1.40.5.ebuild b/sys-libs/com_err/com_err-1.40.5.ebuild deleted file mode 100644 index ac9f92d017a6..000000000000 --- a/sys-libs/com_err/com_err-1.40.5.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/com_err/com_err-1.40.5.ebuild,v 1.1 2008/01/28 06:25:45 vapier Exp $ - -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="common error display library" -HOMEPAGE="http://e2fsprogs.sourceforge.net/" -SRC_URI="mirror://sourceforge/e2fsprogs/e2fsprogs-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="nls" - -RDEPEND="" -DEPEND="nls? ( sys-devel/gettext ) - sys-devel/bc" - -S=${WORKDIR}/e2fsprogs-${PV} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.39-makefile.patch -} - -src_compile() { - export LDCONFIG=/bin/true - export CC=$(tc-getCC) - export STRIP=/bin/true - - # We want to use the "bsd" libraries while building on Darwin, but while - # building on other Gentoo/*BSD we prefer elf-naming scheme. - local libtype - case ${CHOST} in - *-darwin*) libtype=bsd;; - *) libtype=elf;; - esac - - econf \ - --enable-${libtype}-shlibs \ - --with-ldopts="${LDFLAGS}" \ - $(use_enable nls) \ - || die - emake -C lib/et || die -} - -src_test() { - make -C lib/et check || die "make check failed" -} - -src_install() { - export LDCONFIG=/bin/true - export CC=$(tc-getCC) - export STRIP=/bin/true - - make -C lib/et DESTDIR="${D}" install || die - dosed '/^ET_DIR=/s:=.*:=/usr/share/et:' /usr/bin/compile_et - dosym et/com_err.h /usr/include/com_err.h - - dolib.a lib/libcom_err.a || die "dolib.a" - dodir /$(get_libdir) - mv "${D}"/usr/$(get_libdir)/*$(get_libname)* "${D}"/$(get_libdir)/ || die "move $(get_libname)" - gen_usr_ldscript libcom_err$(get_libname) -} - -pkg_postinst() { - echo - ewarn "PLEASE PLEASE take note of this" - ewarn "Please make *sure* to run revdep-rebuild now" - ewarn "Certain things on your system may have linked against a" - ewarn "different version of com_err -- those things need to be" - ewarn "recompiled. Sorry for the inconvenience" - echo - epause 10 - ebeep -} diff --git a/sys-libs/ss/ss-1.40.3.ebuild b/sys-libs/ss/ss-1.40.3.ebuild deleted file mode 100644 index 3b8911442125..000000000000 --- a/sys-libs/ss/ss-1.40.3.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ss/ss-1.40.3.ebuild,v 1.10 2008/01/01 12:36:10 vapier Exp $ - -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="Subsystem command parsing library" -HOMEPAGE="http://e2fsprogs.sourceforge.net/" -SRC_URI="mirror://sourceforge/e2fsprogs/e2fsprogs-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="nls" - -RDEPEND="~sys-libs/com_err-${PV}" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -S=${WORKDIR}/e2fsprogs-${PV} - -env_setup() { - export LDCONFIG=/bin/true - export CC=$(tc-getCC) - export STRIP=/bin/true -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.39-makefile.patch - epatch "${FILESDIR}"/${PN}-1.40.3-check.patch #201762 -} - -src_compile() { - env_setup - - # We want to use the "bsd" libraries while building on Darwin, but while - # building on other Gentoo/*BSD we prefer elf-naming scheme. - local libtype - case ${CHOST} in - *-darwin*) libtype=bsd;; - *) libtype=elf;; - esac - - econf \ - --enable-${libtype}-shlibs \ - --with-ldopts="${LDFLAGS}" \ - $(use_enable nls) \ - || die - emake -C lib/ss COMPILE_ET=compile_et || die "make ss failed" -} - -src_test() { - env_setup - - ln -s $(${CC} -print-file-name=libcom_err.so) lib/libcom_err.so - emake -j1 -C lib/ss check || die "make check failed" -} - -src_install() { - env_setup - - dodir /usr/share/man/man1 - make -C lib/ss DESTDIR="${D}" install || die - - # Move shared libraries to /lib/, install static libraries to /usr/lib/, - # and install linker scripts to /usr/lib/. - dodir /$(get_libdir) - mv "${D}"/usr/$(get_libdir)/*.so* "${D}"/$(get_libdir)/ || die "move .so" - dolib.a lib/libss.a || die "dolib.a" - gen_usr_ldscript libss.so -} diff --git a/sys-libs/ss/ss-1.40.5.ebuild b/sys-libs/ss/ss-1.40.5.ebuild deleted file mode 100644 index 49c0847fbe80..000000000000 --- a/sys-libs/ss/ss-1.40.5.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ss/ss-1.40.5.ebuild,v 1.1 2008/01/28 06:29:23 vapier Exp $ - -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="Subsystem command parsing library" -HOMEPAGE="http://e2fsprogs.sourceforge.net/" -SRC_URI="mirror://sourceforge/e2fsprogs/e2fsprogs-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="nls" - -RDEPEND="~sys-libs/com_err-${PV}" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -S=${WORKDIR}/e2fsprogs-${PV} - -env_setup() { - export LDCONFIG=/bin/true - export CC=$(tc-getCC) - export STRIP=/bin/true -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.39-makefile.patch -} - -src_compile() { - env_setup - - # We want to use the "bsd" libraries while building on Darwin, but while - # building on other Gentoo/*BSD we prefer elf-naming scheme. - local libtype - case ${CHOST} in - *-darwin*) libtype=bsd;; - *) libtype=elf;; - esac - - econf \ - --enable-${libtype}-shlibs \ - --with-ldopts="${LDFLAGS}" \ - $(use_enable nls) \ - || die - emake -C lib/ss COMPILE_ET=compile_et || die "make ss failed" -} - -src_test() { - env_setup - - ln -s $(${CC} -print-file-name=libcom_err.so) lib/libcom_err.so - emake -j1 -C lib/ss check || die "make check failed" -} - -src_install() { - env_setup - - dodir /usr/share/man/man1 - make -C lib/ss DESTDIR="${D}" install || die - - # Move shared libraries to /lib/, install static libraries to /usr/lib/, - # and install linker scripts to /usr/lib/. - dodir /$(get_libdir) - mv "${D}"/usr/$(get_libdir)/*.so* "${D}"/$(get_libdir)/ || die "move .so" - dolib.a lib/libss.a || die "dolib.a" - gen_usr_ldscript libss.so -} |