summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-12-22 05:29:35 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-12-22 05:29:35 +0000
commit0ef98f91de48d4034a5f0603947efdaaaf4ab718 (patch)
tree21fee9c0d8a9ebf7187ba184a1dc55b6f0d73ed1 /sys-apps/dmapi
parentsmall fix0rs (diff)
downloadhistorical-0ef98f91de48d4034a5f0603947efdaaaf4ab718.tar.gz
historical-0ef98f91de48d4034a5f0603947efdaaaf4ab718.tar.bz2
historical-0ef98f91de48d4034a5f0603947efdaaaf4ab718.zip
fixing XFS-related CVS snapshot versioning policy violations, which caused
an old version to be considered newer than the new version. 20020330 -> 2.0.x_p20020330 fixed things.
Diffstat (limited to 'sys-apps/dmapi')
-rw-r--r--sys-apps/dmapi/ChangeLog6
-rw-r--r--sys-apps/dmapi/dmapi-2.0.1_p20020330.ebuild (renamed from sys-apps/dmapi/dmapi-20020330.ebuild)5
-rw-r--r--sys-apps/dmapi/dmapi-20020124-r1.ebuild31
-rw-r--r--sys-apps/dmapi/dmapi-20020124.ebuild31
-rw-r--r--sys-apps/dmapi/files/digest-dmapi-2.0.1_p20020330 (renamed from sys-apps/dmapi/files/digest-dmapi-20020330)0
-rw-r--r--sys-apps/dmapi/files/digest-dmapi-200201241
-rw-r--r--sys-apps/dmapi/files/digest-dmapi-20020124-r11
7 files changed, 8 insertions, 67 deletions
diff --git a/sys-apps/dmapi/ChangeLog b/sys-apps/dmapi/ChangeLog
index af00b196a56f..3d78da056b0a 100644
--- a/sys-apps/dmapi/ChangeLog
+++ b/sys-apps/dmapi/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sys-apps/dmapi
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/ChangeLog,v 1.8 2002/12/16 18:54:36 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/ChangeLog,v 1.9 2002/12/22 05:29:35 drobbins Exp $
+ 21 Dec 2002; Daniel Robbins <drobbins@gentoo.org>: 20020330 ->
+ 2.0.1_p20020330 to fix policy violation for the naming of CVS snapshot
+ ebuilds.
+
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*dmapi-2.0.5 (27 Sep 2002)
diff --git a/sys-apps/dmapi/dmapi-20020330.ebuild b/sys-apps/dmapi/dmapi-2.0.1_p20020330.ebuild
index 6ff0b2abbd05..4da9394fef89 100644
--- a/sys-apps/dmapi/dmapi-20020330.ebuild
+++ b/sys-apps/dmapi/dmapi-2.0.1_p20020330.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-20020330.ebuild,v 1.8 2002/12/09 04:37:24 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-2.0.1_p20020330.ebuild,v 1.1 2002/12/22 05:29:35 drobbins Exp $
S=${WORKDIR}/cmd/${PN}
+OPV=20020330
DESCRIPTION="XFS data management API library"
-SRC_URI="http://www.ibiblio.org/gentoo/distfiles/xfs-cmd-${PV}.tar.bz2"
+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"
diff --git a/sys-apps/dmapi/dmapi-20020124-r1.ebuild b/sys-apps/dmapi/dmapi-20020124-r1.ebuild
deleted file mode 100644
index 46b0040291a2..000000000000
--- a/sys-apps/dmapi/dmapi-20020124-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-20020124-r1.ebuild,v 1.5 2002/10/04 06:23:58 vapier Exp $
-
-S=${WORKDIR}/cmd/${PN}
-DESCRIPTION="XFS data management API library"
-SRC_URI="http://www.ibiblio.org/gentoo/distfiles/xfs-cmd-${PV}.tar.bz2"
-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 >=sys-apps/xfsprogs-${PV}"
-RDEPEND="virtual/glibc"
-
-src_compile() {
- cd ${S}
- export OPTIMIZER="${CFLAGS}"
- export DEBUG=-DNDEBUG
- autoconf || die
- ./configure --prefix=/usr || 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
- dosym /usr/lib/libdm.a /lib/libdm.a
- dosym /usr/lib/libdm.la /lib/libdm.la
- dosym /lib/libdm.so /usr/lib/libdm.so
-}
diff --git a/sys-apps/dmapi/dmapi-20020124.ebuild b/sys-apps/dmapi/dmapi-20020124.ebuild
deleted file mode 100644
index 3af80b8abda4..000000000000
--- a/sys-apps/dmapi/dmapi-20020124.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-20020124.ebuild,v 1.6 2002/10/04 06:24:01 vapier Exp $
-
-S=${WORKDIR}/cmd/${PN}
-DESCRIPTION="XFS data management API library"
-SRC_URI="http://www.ibiblio.org/gentoo/distfiles/xfs-cmd-${PV}.tar.bz2"
-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 sys-apps/xfsprogs"
-RDEPEND="virtual/glibc"
-
-src_compile() {
- cd ${S}
- export OPTIMIZER="${CFLAGS}"
- export DEBUG=-DNDEBUG
- autoconf || die
- ./configure --prefix=/usr || 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
- dosym /usr/lib/libdm.a /lib/libdm.a
- dosym /usr/lib/libdm.la /lib/libdm.la
- dosym /lib/libdm.so /usr/lib/libdm.so
-}
diff --git a/sys-apps/dmapi/files/digest-dmapi-20020330 b/sys-apps/dmapi/files/digest-dmapi-2.0.1_p20020330
index 2993709f2f6e..2993709f2f6e 100644
--- a/sys-apps/dmapi/files/digest-dmapi-20020330
+++ b/sys-apps/dmapi/files/digest-dmapi-2.0.1_p20020330
diff --git a/sys-apps/dmapi/files/digest-dmapi-20020124 b/sys-apps/dmapi/files/digest-dmapi-20020124
deleted file mode 100644
index d7cc34717c82..000000000000
--- a/sys-apps/dmapi/files/digest-dmapi-20020124
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3b538a21f9d98f0cf7ab1ddde9086623 xfs-cmd-20020124.tar.bz2 1562212
diff --git a/sys-apps/dmapi/files/digest-dmapi-20020124-r1 b/sys-apps/dmapi/files/digest-dmapi-20020124-r1
deleted file mode 100644
index d7cc34717c82..000000000000
--- a/sys-apps/dmapi/files/digest-dmapi-20020124-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3b538a21f9d98f0cf7ab1ddde9086623 xfs-cmd-20020124.tar.bz2 1562212