summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-10 14:41:11 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-10 14:41:11 +0000
commitb55cc475e4e24dcf4632b95b9b85c18df9fc567c (patch)
treeec61966485dda7355aaba18788b82df1ff3c07a4 /app-arch
parentadd dev-libs/elfutils to DEPEND #33126 (diff)
downloadgentoo-2-b55cc475e4e24dcf4632b95b9b85c18df9fc567c.tar.gz
gentoo-2-b55cc475e4e24dcf4632b95b9b85c18df9fc567c.tar.bz2
gentoo-2-b55cc475e4e24dcf4632b95b9b85c18df9fc567c.zip
ver bump
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/bsdsfv/ChangeLog7
-rw-r--r--app-arch/bsdsfv/bsdsfv-1.14.ebuild27
-rw-r--r--app-arch/bsdsfv/bsdsfv-1.18.ebuild (renamed from app-arch/bsdsfv/bsdsfv-1.17.ebuild)6
-rw-r--r--app-arch/bsdsfv/files/bsdsfv-1.14-gentoo.diff80
-rw-r--r--app-arch/bsdsfv/files/digest-bsdsfv-1.144
-rw-r--r--app-arch/bsdsfv/files/digest-bsdsfv-1.171
-rw-r--r--app-arch/bsdsfv/files/digest-bsdsfv-1.181
7 files changed, 10 insertions, 116 deletions
diff --git a/app-arch/bsdsfv/ChangeLog b/app-arch/bsdsfv/ChangeLog
index 6c1692234bd6..f613f2cc2684 100644
--- a/app-arch/bsdsfv/ChangeLog
+++ b/app-arch/bsdsfv/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-arch/bsdsfv
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/bsdsfv/ChangeLog,v 1.9 2003/06/29 20:34:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/bsdsfv/ChangeLog,v 1.10 2003/11/10 14:41:11 vapier Exp $
+
+*bsdsfv-1.18 (10 Nov 2003)
+
+ 10 Nov 2003; Mike Frysinger <vapier@gentoo.org> :
+ Version bump #33135.
*bsdsfv-1.17 (29 Jun 2003)
diff --git a/app-arch/bsdsfv/bsdsfv-1.14.ebuild b/app-arch/bsdsfv/bsdsfv-1.14.ebuild
deleted file mode 100644
index a7f4bb59b472..000000000000
--- a/app-arch/bsdsfv/bsdsfv-1.14.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/bsdsfv/bsdsfv-1.14.ebuild,v 1.5 2003/08/05 14:36:31 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="BSDSFV: All-in-one SFV checksum utility"
-HOMEPAGE="http://bsdsfv.sourceforge.net/"
-SRC_URI="mirror://sourceforge/bsdsfv/${PN}.${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 ppc sparc"
-
-DEPEND="virtual/glibc"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- epatch ${FILESDIR}/${PN}-${PV}-gentoo.diff
- emake || die
-}
-
-src_install() {
- dobin bsdsfv
- dodoc README MANUAL
-}
diff --git a/app-arch/bsdsfv/bsdsfv-1.17.ebuild b/app-arch/bsdsfv/bsdsfv-1.18.ebuild
index 6b1e601b62bc..12bb0156a947 100644
--- a/app-arch/bsdsfv/bsdsfv-1.17.ebuild
+++ b/app-arch/bsdsfv/bsdsfv-1.18.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/bsdsfv/bsdsfv-1.17.ebuild,v 1.2 2003/08/05 14:36:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/bsdsfv/bsdsfv-1.18.ebuild,v 1.1 2003/11/10 14:41:11 vapier Exp $
DESCRIPTION="BSDSFV: All-in-one SFV checksum utility"
HOMEPAGE="http://bsdsfv.sourceforge.net/"
-SRC_URI="mirror://sourceforge/bsdsfv/${PN}.${PV}.tar.gz"
+SRC_URI="mirror://sourceforge/bsdsfv/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="x86 ~ppc ~sparc"
+KEYWORDS="x86 ppc sparc"
DEPEND="virtual/glibc"
diff --git a/app-arch/bsdsfv/files/bsdsfv-1.14-gentoo.diff b/app-arch/bsdsfv/files/bsdsfv-1.14-gentoo.diff
deleted file mode 100644
index 80c411ea6612..000000000000
--- a/app-arch/bsdsfv/files/bsdsfv-1.14-gentoo.diff
+++ /dev/null
@@ -1,80 +0,0 @@
---- bsdsfv.c.orig 2003-04-16 16:05:16.000000000 -0400
-+++ bsdsfv.c 2003-04-16 16:32:35.000000000 -0400
-@@ -36,3 +36,2 @@
-
--
- #define FNAMELEN 250
-@@ -42,2 +41,11 @@
- #define BADTAG ".bad"
-+#define OPENBRACKET "\e[34;01m[\e[0m"
-+#define CLOSEBRACKET "\e[34;01m]\e[0m"
-+#define OKCOLOR "\e[32;01m"
-+#define OKMSG "OK"
-+#define BADCOLOR "\e[31;01m"
-+#define BADMSG "BAD"
-+#define MISSINGCOLOR "\e[33;01m"
-+#define MISSINGMSG "MISSING"
-+
-
-@@ -525,3 +533,3 @@
- {
-- printf ("OK\n");
-+ printf ("%s %s%s %s\n", OPENBRACKET, OKCOLOR, OKMSG, CLOSEBRACKET);
- if (glftpdmode)
-@@ -537,3 +545,3 @@
- {
-- printf ("BAD\n");
-+ printf ("%s %s%s %s\n", OPENBRACKET, BADCOLOR, BADMSG, CLOSEBRACKET);
- badfiles++;
-@@ -551,3 +559,3 @@
- {
-- printf ("MISSING\n");
-+ printf ("%s %s%s %s\n", OPENBRACKET, MISSINGCOLOR, MISSINGMSG, CLOSEBRACKET);
- missingfiles++;
-@@ -558,5 +566,7 @@
-
-- printf ("\n%d file(s) tested - %d OK - %d bad - %d missing...\n",
-- numfiles, numfiles - badfiles - missingfiles, badfiles,
-- missingfiles);
-+ printf ("\n%d file(s) tested - %s %s%d %s %s - %s %s%d %s %s - %s %s%d %s %s ...\n\n",
-+ numfiles,
-+ OPENBRACKET, OKCOLOR, numfiles - (badfiles + missingfiles), OKMSG, CLOSEBRACKET,
-+ OPENBRACKET, BADCOLOR, badfiles, BADMSG, CLOSEBRACKET,
-+ OPENBRACKET, MISSINGCOLOR, missingfiles, MISSINGMSG, CLOSEBRACKET);
-
-@@ -637,3 +647,3 @@
- {
-- printf ("OK\n");
-+ printf ("%s %s%s %s\n", OPENBRACKET, OKCOLOR, OKMSG, CLOSEBRACKET);
- }
-@@ -643,3 +653,3 @@
- {
-- printf ("MISSING\n");
-+ printf ("%s %s%s %s\n", OPENBRACKET, MISSINGCOLOR, MISSINGMSG, CLOSEBRACKET);
- missingfiles++;
-@@ -648,3 +658,3 @@
- {
-- printf ("BAD\n");
-+ printf ("%s %s%s %s\n", OPENBRACKET, BADCOLOR, BADMSG, CLOSEBRACKET);
- badfiles++;
-@@ -670,4 +680,5 @@
- {
-- printf ("Testing %s ... listed = 0x%08X ... Local = MISSING",
-- sfvTable[cnt].filename, sfvTable[cnt].crc);
-+ printf ("Testing %s ... listed = 0x%08X ... local = ... %s %s%s %s\n",
-+ sfvTable[cnt].filename, sfvTable[cnt].crc,
-+ OPENBRACKET, MISSINGCOLOR, MISSINGMSG, CLOSEBRACKET);
- missingfiles++;
-@@ -716,6 +727,8 @@
- }
--
-- printf ("\n%d file(s) tested - %d OK - %d bad - %d missing ...\n\n",
-- numfiles, numfiles - (badfiles + missingfiles), badfiles,
-- missingfiles);
-+
-+ printf ("\n%d file(s) tested - %s %s%d %s %s - %s %s%d %s %s - %s %s%d %s %s ...\n\n",
-+ numfiles,
-+ OPENBRACKET, OKCOLOR, numfiles - (badfiles + missingfiles), OKMSG, CLOSEBRACKET,
-+ OPENBRACKET, BADCOLOR, badfiles, BADMSG, CLOSEBRACKET,
-+ OPENBRACKET, MISSINGCOLOR, missingfiles, MISSINGMSG, CLOSEBRACKET);
-
diff --git a/app-arch/bsdsfv/files/digest-bsdsfv-1.14 b/app-arch/bsdsfv/files/digest-bsdsfv-1.14
deleted file mode 100644
index 935f10a12667..000000000000
--- a/app-arch/bsdsfv/files/digest-bsdsfv-1.14
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 3d92ff95b6d078f2d3dd727fdae1a95f /files/bak 3595
-MD5 ad16b5ad77db0fedcc150d4e30e15f60 /files/bsdsfv-1.14-gentoo.diff 2863
-MD5 83353376a16d2197aac29b4760a26e39 /bsdsfv-1.14.ebuild 620
-MD5 67caa8503a2506b68aaf53aa655a9f04 bsdsfv.1.14.tar.gz 13327
diff --git a/app-arch/bsdsfv/files/digest-bsdsfv-1.17 b/app-arch/bsdsfv/files/digest-bsdsfv-1.17
deleted file mode 100644
index 8692b2f9d524..000000000000
--- a/app-arch/bsdsfv/files/digest-bsdsfv-1.17
+++ /dev/null
@@ -1 +0,0 @@
-MD5 124821b7d6a424441b23185da2fae11c bsdsfv.1.17.tar.gz 13234
diff --git a/app-arch/bsdsfv/files/digest-bsdsfv-1.18 b/app-arch/bsdsfv/files/digest-bsdsfv-1.18
new file mode 100644
index 000000000000..eb6674ae0796
--- /dev/null
+++ b/app-arch/bsdsfv/files/digest-bsdsfv-1.18
@@ -0,0 +1 @@
+MD5 381df19a827d5a20097ab95ea9e760fa bsdsfv-1.18.tar.gz 13301