diff options
Diffstat (limited to 'sys-apps/attr')
-rw-r--r-- | sys-apps/attr/attr-1.1.3-r1.ebuild | 40 | ||||
-rw-r--r-- | sys-apps/attr/attr-1.1.3.ebuild | 33 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.0.5_p20020330.ebuild | 41 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.0.9.ebuild | 42 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.1.1.ebuild | 42 | ||||
-rw-r--r-- | sys-apps/attr/files/digest-attr-1.1.3 | 1 |
6 files changed, 0 insertions, 199 deletions
diff --git a/sys-apps/attr/attr-1.1.3-r1.ebuild b/sys-apps/attr/attr-1.1.3-r1.ebuild deleted file mode 100644 index 54d740b37c10..000000000000 --- a/sys-apps/attr/attr-1.1.3-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-1.1.3-r1.ebuild,v 1.7 2003/02/13 15:48:35 vapier Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="xfs extended attributes tools" -SRC_URI="ftp://oss.sgi.com/projects/xfs/download/latest/cmd_tars/${P}.src.tar.gz" -HOMEPAGE="http://oss.sgi.com/projects/xfs" -KEYWORDS="x86" -SLOT="0" -LICENSE="LGPL-2.1 GPL-2" - -DEPEND="virtual/glibc sys-devel/autoconf sys-devel/make" -RDEPEND="virtual/glibc" - -src_compile() { - cd ${S} - export OPTIMIZER="${CFLAGS}" - export DEBUG=-DNDEBUG - autoconf || die - ./configure --prefix=/usr || die - # 1) add a ${DESTDIR} prefix to all install paths so we can relocate during the "install" phase - # 2) we also set the /usr/share/doc/ directory to the correct value. - # 3) we remove a hard-coded "-O1" - # 4) we fix some Makefile-created library symlinks that contains absolute paths - cp include/builddefs include/builddefs.orig - sed -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \ - -e "s:/usr/share/doc/${PN}:/usr/share/doc/${PF}:" \ - -e 's:-O1::' \ - -e 's:../$(INSTALL) -S \(.*\) $(PKG_.*_DIR)/\(.*$\)::' \ - include/builddefs.orig > include/builddefs || die - emake || die -} - -src_install() { - make DESTDIR=${D} install install-dev || die - dosym /usr/lib/libattr.a /lib/libattr.a - dosym /usr/lib/libattr.la /lib/libattr.la - dosym /lib/libattr.so /usr/lib/libattr.so -} diff --git a/sys-apps/attr/attr-1.1.3.ebuild b/sys-apps/attr/attr-1.1.3.ebuild deleted file mode 100644 index 30ef32dd9a72..000000000000 --- a/sys-apps/attr/attr-1.1.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-1.1.3.ebuild,v 1.7 2003/02/13 15:48:41 vapier Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="xfs extended attributes tools" -SRC_URI="ftp://oss.sgi.com/projects/xfs/download/latest/cmd_tars/${P}.src.tar.gz" -HOMEPAGE="http://oss.sgi.com/projects/xfs" -KEYWORDS="x86" -SLOT="0" -LICENSE="LGPL-2.1 GPL-2" - -DEPEND="virtual/glibc sys-devel/autoconf sys-devel/make" -RDEPEND="virtual/glibc" - -src_compile() { - cd ${S} - export OPTIMIZER="${CFLAGS}" - export DEBUG=-DNDEBUG - autoconf || die - ./configure --prefix=/usr || die - # 1) add a ${DESTDIR} prefix to all install paths so we can relocate during the "install" phase - # 2) we also set the /usr/share/doc/ directory to the correct value. - # 3) we remove a hard-coded "-O1" - # 4) we fix some Makefile-created library symlinks that contains absolute paths - cp include/builddefs include/builddefs.orig - sed -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' -e "s:/usr/share/doc/${PN}:/usr/share/doc/${PF}:" -e 's:-O1::' -e 's:-S \(.*\) $(PKG_.*_DIR)/\(.*$\):-S \1 \2:' include/builddefs.orig > include/builddefs || die - emake || die -} - -src_install() { - make DESTDIR=${D} install install-dev || die -} diff --git a/sys-apps/attr/attr-2.0.5_p20020330.ebuild b/sys-apps/attr/attr-2.0.5_p20020330.ebuild deleted file mode 100644 index f4ec3e5b5429..000000000000 --- a/sys-apps/attr/attr-2.0.5_p20020330.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.0.5_p20020330.ebuild,v 1.2 2003/02/13 15:48:47 vapier Exp $ - -S=${WORKDIR}/cmd/${PN} -OPV=20020330 -DESCRIPTION="xfs extended attributes tools" -SRC_URI="http://www.ibiblio.org/gentoo/distfiles/xfs-cmd-${OPV}.tar.bz2" -HOMEPAGE="http://oss.sgi.com/projects/xfs" -KEYWORDS="x86 ppc sparc " -SLOT="0" -LICENSE="LGPL-2.1" - -DEPEND="virtual/glibc sys-devel/autoconf sys-devel/make" -RDEPEND="virtual/glibc" - -src_compile() { - cd ${S} - export OPTIMIZER="${CFLAGS}" - export DEBUG=-DNDEBUG - autoconf || die - ./configure --prefix=/usr || die - # 1) add a ${DESTDIR} prefix to all install paths so we can relocate during the "install" phase - # 2) we also set the /usr/share/doc/ directory to the correct value. - # 3) we remove a hard-coded "-O1" - # 4) we fix some Makefile-created library symlinks that contains absolute paths - cp include/builddefs include/builddefs.orig - sed -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \ - -e "s:/usr/share/doc/${PN}:/usr/share/doc/${PF}:" \ - -e 's:-O1::' \ - -e 's:../$(INSTALL) -S \(.*\) $(PKG_.*_DIR)/\(.*$\)::' \ - include/builddefs.orig > include/builddefs || die - emake || die -} - -src_install() { - make DESTDIR=${D} install install-lib install-dev || die - #dosym /usr/lib/libattr.a /lib/libattr.a - #dosym /usr/lib/libattr.la /lib/libattr.la - #dosym /lib/libattr.so /usr/lib/libattr.so -} diff --git a/sys-apps/attr/attr-2.0.9.ebuild b/sys-apps/attr/attr-2.0.9.ebuild deleted file mode 100644 index 1f23437749d5..000000000000 --- a/sys-apps/attr/attr-2.0.9.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.0.9.ebuild,v 1.7 2003/02/13 15:48:53 vapier Exp $ - -S=${WORKDIR}/${P} - -DESCRIPTION="xfs extended attributes tools" - -SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" -HOMEPAGE="http://oss.sgi.com/projects/xfs" - -KEYWORDS="~x86" -SLOT="0" -LICENSE="LGPL-2.1" - -DEPEND="virtual/glibc" - -src_compile() { - OPTIMIZER="${CFLAGS}" - DEBUG=-DNDEBUG - - autoconf || die - - ./configure --prefix=/usr \ - --libexecdir=/lib || die - - cp include/builddefs include/builddefs.orig - sed -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \ - -e "s:/usr/share/doc/${PN}:/usr/share/doc/${PF}:" \ - -e 's:-O1::' \ - -e 's:../$(INSTALL) -S \(.*\) $(PKG_.*_DIR)/\(.*$\)::' \ - include/builddefs.orig > include/builddefs || die - - emake || die -} - -src_install() { - make DESTDIR=${D} install install-lib install-dev || die - dosym /lib/libattr.a /usr/lib/libattr.a - dosym /lib/libattr.la /usr/lib/libattr.la - dosym /usr/lib/libattr.so /lib/libattr.so -} diff --git a/sys-apps/attr/attr-2.1.1.ebuild b/sys-apps/attr/attr-2.1.1.ebuild deleted file mode 100644 index 22ed3a0b92e3..000000000000 --- a/sys-apps/attr/attr-2.1.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.1.1.ebuild,v 1.3 2003/02/13 15:49:07 vapier Exp $ - -S=${WORKDIR}/${P} - -DESCRIPTION="xfs extended attributes tools" - -SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" -HOMEPAGE="http://oss.sgi.com/projects/xfs" - -KEYWORDS="x86" -SLOT="0" -LICENSE="LGPL-2.1" - -DEPEND="virtual/glibc" - -src_compile() { - OPTIMIZER="${CFLAGS}" - DEBUG=-DNDEBUG - - autoconf || die - - ./configure --prefix=/usr \ - --libexecdir=/lib || die - - cp include/builddefs include/builddefs.orig - sed -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \ - -e "s:/usr/share/doc/${PN}:/usr/share/doc/${PF}:" \ - -e 's:-O1::' \ - -e 's:../$(INSTALL) -S \(.*\) $(PKG_.*_DIR)/\(.*$\)::' \ - include/builddefs.orig > include/builddefs || die - - emake || die -} - -src_install() { - make DESTDIR=${D} install install-lib install-dev || die - dosym /lib/libattr.a /usr/lib/libattr.a - dosym /lib/libattr.la /usr/lib/libattr.la - dosym /usr/lib/libattr.so /lib/libattr.so -} diff --git a/sys-apps/attr/files/digest-attr-1.1.3 b/sys-apps/attr/files/digest-attr-1.1.3 deleted file mode 100644 index 5e42e98a6af4..000000000000 --- a/sys-apps/attr/files/digest-attr-1.1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 907b7cabb8a8a5cfef7fdd7dcafd1039 attr-1.1.3.src.tar.gz 52374 |