diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 05:23:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 05:23:21 +0000 |
commit | a8e77035d1d0e00aecb789b7873be9596370601d (patch) | |
tree | 06c095ec80001f8c231e375f934532fc816e4e98 /sys-apps/attr | |
parent | fix sed DEPEND #44817 (Manifest recommit) (diff) | |
download | gentoo-2-a8e77035d1d0e00aecb789b7873be9596370601d.tar.gz gentoo-2-a8e77035d1d0e00aecb789b7873be9596370601d.tar.bz2 gentoo-2-a8e77035d1d0e00aecb789b7873be9596370601d.zip |
old
Diffstat (limited to 'sys-apps/attr')
-rw-r--r-- | sys-apps/attr/attr-2.4.7-r1.ebuild | 89 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.4.8.ebuild | 84 | ||||
-rw-r--r-- | sys-apps/attr/files/attr-2.2.0-gettext.diff | 20 | ||||
-rw-r--r-- | sys-apps/attr/files/attr-2.4.1-gettext.diff | 37 | ||||
-rw-r--r-- | sys-apps/attr/files/digest-attr-2.4.7-r1 | 1 | ||||
-rw-r--r-- | sys-apps/attr/files/digest-attr-2.4.8 | 1 |
6 files changed, 0 insertions, 232 deletions
diff --git a/sys-apps/attr/attr-2.4.7-r1.ebuild b/sys-apps/attr/attr-2.4.7-r1.ebuild deleted file mode 100644 index 7d6303f71b2b..000000000000 --- a/sys-apps/attr/attr-2.4.7-r1.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.7-r1.ebuild,v 1.26 2004/08/11 00:57:28 lv Exp $ - -inherit eutils - -DESCRIPTION="Extended attributes tools" -HOMEPAGE="http://oss.sgi.com/projects/xfs" -SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz - http://acl.bestbits.at/current/tar/${P}.src.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390" -IUSE="nls debug" - -DEPEND=">=sys-apps/portage-2.0.47-r10 - >=sys-apps/sed-4.0.5 - virtual/libc - nls? ( sys-devel/gettext ) - sys-devel/libtool" -RDEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - cd ${S} - - # More extensive man 2 documentation is found in the man-pages package, - # so disable the installation of them - epatch ${FILESDIR}/${PN}-no-man2pages.patch -} - -src_compile() { - if use debug; then - DEBUG=-DDEBUG - OPTIMIZER="-g" - CFLAGS= - CXXFLAGS= - export DEBUG OPTIMIZER CFLAGS CXXFLAGS - else - DEBUG=-DNDEBUG - OPTIMIZER="" - # note that CFLAGS is already inherited! - export DEBUG OPTIMIZER - fi - - use sparc && unset PLATFORM - use ppc && unset PLATFORM - use ppc64 && unset PLATFORM - use s390 && unset PLATFORM - econf `use_enable nls gettext` || die - - sed -i \ - -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \ - -e 's:-O1::' \ - -e 's:../$(INSTALL) -S \(.*\) $(PKG_.*_DIR)/\(.*$\)::' \ - include/builddefs - - make || die -} - -src_install() { - dodir /lib - dodir /usr/lib - use amd64 && ( - dodir /lib64 - dodir /usr/lib64 ) - dodir /bin - dodir /usr/bin - - make DIST_ROOT=${D} \ - install install-lib install-dev || die - - # install docs in correct place - mv ${D}/usr/share/doc/attr ${D}/usr/share/doc/${PF} - prepalldocs - - mv ${D}/usr/bin/* ${D}/bin - - # this file might be in lib... with the amd64 lib64 migration it might be - # in lib64 too (maybe). - if [ -a ${D}/usr/lib64/libattr.so.? ] ; then - mv ${D}/usr/lib64/libattr.so* ${D}/lib64 - dosym /lib64/libattr.so /usr/lib64/libattr.so - else - mv ${D}/usr/lib/libattr.so* ${D}/lib - dosym /lib/libattr.so /usr/lib/libattr.so - fi -} diff --git a/sys-apps/attr/attr-2.4.8.ebuild b/sys-apps/attr/attr-2.4.8.ebuild deleted file mode 100644 index cca08d2b83d7..000000000000 --- a/sys-apps/attr/attr-2.4.8.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.8.ebuild,v 1.9 2004/08/11 00:57:28 lv Exp $ - -inherit eutils - -DESCRIPTION="Extended attributes tools" -HOMEPAGE="http://oss.sgi.com/projects/xfs" -SRC_URI="ftp://oss.sgi.com/projects/xfs/download/latest/cmd_tars/${P}.src.tar.gz - http://acl.bestbits.at/current/tar/${P}.src.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64" -IUSE="nls debug" - -DEPEND=">=sys-apps/portage-2.0.47-r10 - >=sys-apps/sed-4.0.5 - virtual/libc - nls? ( sys-devel/gettext ) - sys-devel/libtool" -RDEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - cd ${S} - - # More extensive man 2 documentation is found in the man-pages package, - # so disable the installation of them - epatch ${FILESDIR}/${PN}-no-man2pages.patch -} - -src_compile() { - if use debug; then - DEBUG=-DDEBUG - OPTIMIZER="-g" - export DEBUG OPTIMIZER - else - DEBUG=-DNDEBUG - OPTIMIZER="" - export DEBUG OPTIMIZER - fi - - local myconf="`use_enable nls gettext`" - use sparc && unset PLATFORM - use ppc && unset PLATFORM - econf ${myconf} || die - - - sed -i \ - -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \ - -e 's:-O1::' -e 's:../$(INSTALL) -S \(.*\) $(PKG_.*_DIR)/\(.*$\)::' \ - include/builddefs - make || die -} - -src_install() { - dodir /lib - dodir /usr/lib - use amd64 && ( - dodir /lib64 - dodir /usr/lib64 ) - dodir /bin - dodir /usr/bin - - make DIST_ROOT=${D} \ - install install-lib install-dev || die - - # install docs in correct place - mv ${D}/usr/share/doc/attr ${D}/usr/share/doc/${PF} - prepalldocs - - mv ${D}/usr/bin/* ${D}/bin - - # this file might be in lib... with the amd64 lib64 migration it might be - # in lib64 too (maybe). - if [ -a ${D}/usr/lib64/libattr.so.? ] ; then - mv ${D}/usr/lib64/libattr.so* ${D}/lib64 - dosym /lib64/libattr.so /usr/lib64/libattr.so - else - mv ${D}/usr/lib/libattr.so* ${D}/lib - dosym /lib/libattr.so /usr/lib/libattr.so - fi -} diff --git a/sys-apps/attr/files/attr-2.2.0-gettext.diff b/sys-apps/attr/files/attr-2.2.0-gettext.diff deleted file mode 100644 index dff41509eb05..000000000000 --- a/sys-apps/attr/files/attr-2.2.0-gettext.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.in.orig 2003-04-04 02:54:46.000000000 -0800 -+++ configure.in 2003-04-04 02:55:00.000000000 -0800 -@@ -128,17 +128,6 @@ - msgmerge=$MSGMERGE - AC_SUBST(msgmerge) - --dnl ensure xgettext is installed --test -z "$XGETTEXT" && AC_CHECK_PROG(XGETTEXT, xgettext, /usr/bin/xgettext) --if test "$XGETTEXT" = ""; then -- echo -- echo 'FATAL ERROR: xgettext does not seem to be installed.' -- echo $pkg_name cannot be built without a working gettext installation. -- exit 1 --fi --xgettext=$XGETTEXT --AC_SUBST(xgettext) -- - dnl ensure libtool is installed - test -z "$LIBTOOL" && AC_PATH_PROG(LIBTOOL, libtool,,/usr/bin) - if test "$LIBTOOL" = ""; then diff --git a/sys-apps/attr/files/attr-2.4.1-gettext.diff b/sys-apps/attr/files/attr-2.4.1-gettext.diff deleted file mode 100644 index cce9bfc367ee..000000000000 --- a/sys-apps/attr/files/attr-2.4.1-gettext.diff +++ /dev/null @@ -1,37 +0,0 @@ ---- configure.in.orig 2003-04-13 08:03:39.000000000 -0700 -+++ configure.in 2003-04-13 08:04:09.000000000 -0700 -@@ -141,34 +141,6 @@ - enable_shared=yes) - AC_SUBST(enable_shared) - --dnl will we be making use of gettext? --AC_ARG_ENABLE(gettext, -- [ --enable-gettext=[yes/no] Enable alternate language support [default=yes]],, -- enable_gettext=yes) --test $enable_gettext = "yes" && AC_DEFINE(ENABLE_GETTEXT) --AC_SUBST(enable_gettext) -- --dnl check if the msgfmt, msgmerge, xgettext programs are available --if test "$enable_gettext" = yes; then -- test -z "$MSGFMT" && AC_CHECK_PROG(MSGFMT, msgfmt, /usr/bin/msgfmt) -- msgfmt=$MSGFMT -- AC_SUBST(msgfmt) -- test -z "$MSGMERGE" && AC_CHECK_PROG(MSGMERGE, msgmerge, /usr/bin/msgmerge) -- msgmerge=$MSGMERGE -- AC_SUBST(msgmerge) -- -- test -z "$XGETTEXT" && AC_CHECK_PROG(XGETTEXT, xgettext, /usr/bin/xgettext) -- xgettext=$XGETTEXT -- AC_SUBST(xgettext) -- -- if test "$XGETTEXT" = ""; then -- echo -- echo 'FATAL ERROR: xgettext does not seem to be installed.' -- echo $pkg_name cannot be built without a working gettext installation. -- exit 1 -- fi --fi -- - dnl man pages (source) - dnl also check if man page source is gzipped - dnl (usually on Debian, but not Redhat pre-7.0) diff --git a/sys-apps/attr/files/digest-attr-2.4.7-r1 b/sys-apps/attr/files/digest-attr-2.4.7-r1 deleted file mode 100644 index d5fe24a2977e..000000000000 --- a/sys-apps/attr/files/digest-attr-2.4.7-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 56e67402f5075ce47b5657b4336ff563 attr-2.4.7.src.tar.gz 84674 diff --git a/sys-apps/attr/files/digest-attr-2.4.8 b/sys-apps/attr/files/digest-attr-2.4.8 deleted file mode 100644 index d3412036ae39..000000000000 --- a/sys-apps/attr/files/digest-attr-2.4.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 0fbf5fbc05f41790bd644b3d3bac5bf4 attr-2.4.8.src.tar.gz 99963 |