summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/attr/files/digest-attr-1.1.31
-rw-r--r--sys-apps/dmapi/dmapi-0.2.2.ebuild33
-rw-r--r--sys-apps/dmapi/files/digest-dmapi-0.2.21
-rw-r--r--sys-apps/xfsdump/files/digest-xfsdump-1.1.71
-rw-r--r--sys-apps/xfsprogs/files/digest-xfsprogs-1.3.131
5 files changed, 37 insertions, 0 deletions
diff --git a/sys-apps/attr/files/digest-attr-1.1.3 b/sys-apps/attr/files/digest-attr-1.1.3
new file mode 100644
index 000000000000..906484eca2d7
--- /dev/null
+++ b/sys-apps/attr/files/digest-attr-1.1.3
@@ -0,0 +1 @@
+MD5 907b7cabb8a8a5cfef7fdd7dcafd1039 attr-1.1.3.src.tar.gz 53248
diff --git a/sys-apps/dmapi/dmapi-0.2.2.ebuild b/sys-apps/dmapi/dmapi-0.2.2.ebuild
new file mode 100644
index 000000000000..1d38cb80662e
--- /dev/null
+++ b/sys-apps/dmapi/dmapi-0.2.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Maintainer: System Team <system@gentoo.org>
+# Author: Daniel Robbins <drobbins@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-0.2.2.ebuild,v 1.1 2001/11/17 08:39:58 drobbins Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="xfs data management API library"
+SRC_URI="ftp://oss.sgi.com/projects/xfs/download/latest/cmd_tars/${P}.src.tar.gz"
+HOMEPAGE="http://oss.sgi.com/projects/xfs"
+
+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() {
+ #let Steve Lord know that "install-dev" isn't mentioned in doc/INSTALL
+ make DESTDIR=${D} install install-dev || die
+}
diff --git a/sys-apps/dmapi/files/digest-dmapi-0.2.2 b/sys-apps/dmapi/files/digest-dmapi-0.2.2
new file mode 100644
index 000000000000..81300783adb5
--- /dev/null
+++ b/sys-apps/dmapi/files/digest-dmapi-0.2.2
@@ -0,0 +1 @@
+MD5 98a87591261b9f4baf3fcd209ab0f428 dmapi-0.2.2.src.tar.gz 57344
diff --git a/sys-apps/xfsdump/files/digest-xfsdump-1.1.7 b/sys-apps/xfsdump/files/digest-xfsdump-1.1.7
new file mode 100644
index 000000000000..059ab12e33e0
--- /dev/null
+++ b/sys-apps/xfsdump/files/digest-xfsdump-1.1.7
@@ -0,0 +1 @@
+MD5 2ab197d0af41ec1131657dda7462c0b0 xfsdump-1.1.7.src.tar.gz 450560
diff --git a/sys-apps/xfsprogs/files/digest-xfsprogs-1.3.13 b/sys-apps/xfsprogs/files/digest-xfsprogs-1.3.13
new file mode 100644
index 000000000000..680cf71e430b
--- /dev/null
+++ b/sys-apps/xfsprogs/files/digest-xfsprogs-1.3.13
@@ -0,0 +1 @@
+MD5 c258c43c53e8e37c9b5e0442bae753c2 xfsprogs-1.3.13.src.tar.gz 737280