summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-09-15 17:57:00 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-09-15 17:57:00 +0000
commite85682f647e8c1933b16b186b47bfe46252d9f02 (patch)
tree4c04366fa9274b6104e928a72ded2d53a769cab6 /sys-apps/dmapi
parente2fsutils in sys-apps (diff)
downloadgentoo-2-e85682f647e8c1933b16b186b47bfe46252d9f02.tar.gz
gentoo-2-e85682f647e8c1933b16b186b47bfe46252d9f02.tar.bz2
gentoo-2-e85682f647e8c1933b16b186b47bfe46252d9f02.zip
xfsprogs in sys-fs now
Diffstat (limited to 'sys-apps/dmapi')
-rw-r--r--sys-apps/dmapi/Manifest10
-rw-r--r--sys-apps/dmapi/dmapi-0.2.2.ebuild34
-rw-r--r--sys-apps/dmapi/dmapi-2.0.1_p20020330.ebuild38
-rw-r--r--sys-apps/dmapi/dmapi-2.0.5-r1.ebuild4
-rw-r--r--sys-apps/dmapi/dmapi-2.0.5.ebuild43
-rw-r--r--sys-apps/dmapi/files/digest-dmapi-0.2.21
-rw-r--r--sys-apps/dmapi/files/digest-dmapi-2.0.1_p200203301
-rw-r--r--sys-apps/dmapi/files/digest-dmapi-2.0.51
8 files changed, 4 insertions, 128 deletions
diff --git a/sys-apps/dmapi/Manifest b/sys-apps/dmapi/Manifest
index 48addb1a6baa..d10cfeb500c0 100644
--- a/sys-apps/dmapi/Manifest
+++ b/sys-apps/dmapi/Manifest
@@ -1,11 +1,5 @@
-MD5 c538e97f8a3a0503f3f72937d182e51e ChangeLog 2174
MD5 899c1aef033a6346cacbe898a139e353 dmapi-0.2.2-r1.ebuild 1531
-MD5 e29a303e91552633b60be96067eae983 dmapi-0.2.2.ebuild 1391
-MD5 4d2f368b69b7585b47305dcf904c3a38 dmapi-2.0.1_p20020330.ebuild 1383
-MD5 14dabd288be93feb8e82c75be15af7e7 dmapi-2.0.5-r1.ebuild 1206
-MD5 f7bbf4d292bda6efcf7745be1598b7ca dmapi-2.0.5.ebuild 1118
-MD5 e65347ab0074b4c771e960130cef341a files/digest-dmapi-0.2.2 66
+MD5 50279884d562364f282b1fae178878e2 dmapi-2.0.5-r1.ebuild 1203
+MD5 c538e97f8a3a0503f3f72937d182e51e ChangeLog 2174
MD5 e65347ab0074b4c771e960130cef341a files/digest-dmapi-0.2.2-r1 66
-MD5 783702207886a893533fa92136ff2523 files/digest-dmapi-2.0.1_p20020330 70
-MD5 2418eac09140fabcd9c755c25629a0dd files/digest-dmapi-2.0.5 66
MD5 2418eac09140fabcd9c755c25629a0dd files/digest-dmapi-2.0.5-r1 66
diff --git a/sys-apps/dmapi/dmapi-0.2.2.ebuild b/sys-apps/dmapi/dmapi-0.2.2.ebuild
deleted file mode 100644
index 77e475996b4c..000000000000
--- a/sys-apps/dmapi/dmapi-0.2.2.ebuild
+++ /dev/null
@@ -1,34 +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/dmapi/dmapi-0.2.2.ebuild,v 1.8 2003/06/21 21:19:39 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"
-KEYWORDS="x86 amd64"
-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() {
- #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/dmapi-2.0.1_p20020330.ebuild b/sys-apps/dmapi/dmapi-2.0.1_p20020330.ebuild
deleted file mode 100644
index a40bdcd6fbfb..000000000000
--- a/sys-apps/dmapi/dmapi-2.0.1_p20020330.ebuild
+++ /dev/null
@@ -1,38 +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/dmapi/dmapi-2.0.1_p20020330.ebuild,v 1.3 2003/06/21 21:19:39 drobbins Exp $
-
-S=${WORKDIR}/cmd/${PN}
-OPV=20020330
-DESCRIPTION="XFS data management API library"
-SRC_URI="http://www.ibiblio.org/gentoo/distfiles/xfs-cmd-${OPV}.tar.bz2"
-HOMEPAGE="http://oss.sgi.com/projects/xfs"
-KEYWORDS="x86 amd64 ppc sparc "
-SLOT="0"
-LICENSE="LGPL-2.1"
-
-DEPEND="virtual/glibc sys-devel/autoconf sys-devel/make sys-apps/xfsprogs"
-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
-}
diff --git a/sys-apps/dmapi/dmapi-2.0.5-r1.ebuild b/sys-apps/dmapi/dmapi-2.0.5-r1.ebuild
index 1eafc8e4b5c2..449f3f16f358 100644
--- a/sys-apps/dmapi/dmapi-2.0.5-r1.ebuild
+++ b/sys-apps/dmapi/dmapi-2.0.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-2.0.5-r1.ebuild,v 1.7 2003/09/07 02:46:32 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-2.0.5-r1.ebuild,v 1.8 2003/09/15 17:56:58 seemant Exp $
S=${WORKDIR}/${P}
@@ -13,7 +13,7 @@ KEYWORDS="x86 amd64 ~mips"
SLOT="0"
LICENSE="LGPL-2.1"
-DEPEND="sys-apps/xfsprogs"
+DEPEND="sys-fs/xfsprogs"
src_unpack() {
unpack ${A}
diff --git a/sys-apps/dmapi/dmapi-2.0.5.ebuild b/sys-apps/dmapi/dmapi-2.0.5.ebuild
deleted file mode 100644
index 84b41e5312d1..000000000000
--- a/sys-apps/dmapi/dmapi-2.0.5.ebuild
+++ /dev/null
@@ -1,43 +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/dmapi/dmapi-2.0.5.ebuild,v 1.10 2003/09/07 02:46:32 msterret Exp $
-
-S=${WORKDIR}/${P}
-
-DESCRIPTION="XFS data management API library"
-
-SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz"
-HOMEPAGE="http://oss.sgi.com/projects/xfs"
-
-KEYWORDS="x86 amd64"
-SLOT="0"
-LICENSE="LGPL-2.1"
-
-DEPEND="sys-apps/xfsprogs"
-
-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-dev || die
-
- dosym /lib/libdm.a /usr/lib/libdm.a
- dosym /lib/libdm.la /usr/lib/libdm.la
- dosym /usr/lib/libdm.so /lib/libdm.so
-}
diff --git a/sys-apps/dmapi/files/digest-dmapi-0.2.2 b/sys-apps/dmapi/files/digest-dmapi-0.2.2
deleted file mode 100644
index 0150efea29d9..000000000000
--- a/sys-apps/dmapi/files/digest-dmapi-0.2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 98a87591261b9f4baf3fcd209ab0f428 dmapi-0.2.2.src.tar.gz 55054
diff --git a/sys-apps/dmapi/files/digest-dmapi-2.0.1_p20020330 b/sys-apps/dmapi/files/digest-dmapi-2.0.1_p20020330
deleted file mode 100644
index 2993709f2f6e..000000000000
--- a/sys-apps/dmapi/files/digest-dmapi-2.0.1_p20020330
+++ /dev/null
@@ -1 +0,0 @@
-MD5 18bbd9b036cae38073bcaeef8b89ecf6 xfs-cmd-20020330.tar.bz2 1546532
diff --git a/sys-apps/dmapi/files/digest-dmapi-2.0.5 b/sys-apps/dmapi/files/digest-dmapi-2.0.5
deleted file mode 100644
index 43bf1a801e0c..000000000000
--- a/sys-apps/dmapi/files/digest-dmapi-2.0.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 843dd4ebc7d21c6b3df46c7cb258f324 dmapi-2.0.5.src.tar.gz 56399