summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-23 10:38:07 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-23 10:38:07 +0000
commitbcd827920a2b94cb2786b41482714b033a7275d0 (patch)
tree2a6d4d31d11f183f99b87e6fd4211618748466e7
parentAdded GNU GPL version 1 (diff)
downloadgentoo-2-bcd827920a2b94cb2786b41482714b033a7275d0.tar.gz
gentoo-2-bcd827920a2b94cb2786b41482714b033a7275d0.tar.bz2
gentoo-2-bcd827920a2b94cb2786b41482714b033a7275d0.zip
repoman'd
-rw-r--r--dev-util/anjuta/anjuta-0.1.7.ebuild56
-rw-r--r--dev-util/anjuta/anjuta-0.1.8.ebuild60
-rw-r--r--dev-util/anjuta/anjuta-0.1.9.ebuild32
-rw-r--r--dev-util/anjuta/files/digest-anjuta-0.1.71
-rw-r--r--dev-util/anjuta/files/digest-anjuta-0.1.81
-rw-r--r--dev-util/arch/arch-1.0_pre14.ebuild73
-rw-r--r--dev-util/arch/arch-1.0_pre15.ebuild15
-rw-r--r--dev-util/arch/files/digest-arch-1.0_pre141
-rw-r--r--dev-util/astyle/astyle-1.15.3.ebuild7
-rw-r--r--dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild66
-rw-r--r--dev-util/ccache/ccache-1.9-r1.ebuild7
-rw-r--r--dev-util/ccache/ccache-1.9.ebuild49
-rw-r--r--dev-util/ccache/files/digest-ccache-1.91
-rw-r--r--dev-util/cervisia/cervisia-1.4.1.ebuild6
-rw-r--r--dev-util/colorgcc/colorgcc-1.3.2-r1.ebuild30
-rw-r--r--dev-util/cook/cook-2.18.ebuild27
-rw-r--r--dev-util/cook/cook-2.20.ebuild4
-rw-r--r--dev-util/cook/files/digest-cook-2.181
-rw-r--r--dev-util/cscope/cscope-15.1.ebuild28
-rw-r--r--dev-util/cscope/cscope-15.3.ebuild23
-rw-r--r--dev-util/cscope/files/digest-cscope-15.11
-rw-r--r--dev-util/ctags/ctags-5.0.1.ebuild48
-rw-r--r--dev-util/ctags/ctags-5.2.3.ebuild22
-rw-r--r--dev-util/ctags/files/digest-ctags-5.0.11
-rw-r--r--dev-util/cunit/cunit-1.0.0.6.ebuild6
-rw-r--r--dev-util/cvs/cvs-1.11.2.ebuild20
-rw-r--r--dev-util/cvsup/cvsup-16.1e.ebuild37
-rw-r--r--dev-util/cweb/cweb-3.63.ebuild9
-rw-r--r--dev-util/david/david-0.99.2.ebuild33
-rw-r--r--dev-util/ddd/ddd-3.3.1-r1.ebuild29
-rw-r--r--dev-util/ddd/ddd-3.3.1.ebuild35
-rw-r--r--dev-util/ddd/files/digest-ddd-3.3.12
-rw-r--r--dev-util/devhelp/devhelp-0.4-r1.ebuild63
-rw-r--r--dev-util/devhelp/devhelp-0.4.ebuild62
-rw-r--r--dev-util/devhelp/files/digest-devhelp-0.41
-rw-r--r--dev-util/dialog/dialog-0.7-r1.ebuild21
-rw-r--r--dev-util/dialog/dialog-0.7.ebuild17
-rw-r--r--dev-util/dialog/dialog-0.9_beta20020519.ebuild7
-rw-r--r--dev-util/dialog/files/digest-dialog-0.71
-rw-r--r--dev-util/dialog/files/digest-dialog-0.7-r11
-rw-r--r--dev-util/diffstat/diffstat-1.29.ebuild23
-rw-r--r--dev-util/dmake/dmake-4.1-r1.ebuild39
-rw-r--r--dev-util/dmake/dmake-4.1.ebuild46
-rw-r--r--dev-util/dmake/files/digest-dmake-4.11
44 files changed, 229 insertions, 784 deletions
diff --git a/dev-util/anjuta/anjuta-0.1.7.ebuild b/dev-util/anjuta/anjuta-0.1.7.ebuild
deleted file mode 100644
index 8ef405d60175..000000000000
--- a/dev-util/anjuta/anjuta-0.1.7.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A versatile Integrated Development Environment (IDE) for C and C++."
-SRC_URI="http://anjuta.sourceforge.net/packages/anjuta-${PV}.tar.gz"
-HOMEPAGE="http://anjuta.sourceforge.net/"
-
-DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
- =x11-libs/gtk+-1.2*
- media-libs/audiofile
- dev-libs/libxml
- app-text/scrollkeeper"
-
-RDEPEND="dev-util/glade
- dev-util/glademm
- media-gfx/gnome-iconedit
- app-text/scrollkeeper
- =x11-libs/gtk+-1.2*
- media-libs/audiofile
- media-sound/esound
- sys-apps/bash
- dev-util/ctags
- sys-devel/autoconf
- sys-devel/automake
- sys-devel/gcc
- sys-devel/gdb
- sys-apps/grep
- >=sys-libs/db-3.2.3"
-
-
-src_compile() {
-
- local myconf
- use nls || myconf="--disable-nls"
-
- ./configure --host=${CHOST} --prefix=/usr \
- --mandir=/usr/share/man \
- --localstatedir=/var/lib \
- --infodir=/usr/share/info \
- --sysconfdir=/etc \
- $myconf || die
- emake || die
-}
-
-src_install () {
-
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- infodir=${D}/usr/share/info \
- localstatedir=${D}/var/lib \
- anjutadocdir=${D}/usr/share/doc/${PF} \
- anjuta_docdir=${D}/usr/share/doc/${PF} \
- install || die
-}
-
diff --git a/dev-util/anjuta/anjuta-0.1.8.ebuild b/dev-util/anjuta/anjuta-0.1.8.ebuild
deleted file mode 100644
index db82db97db09..000000000000
--- a/dev-util/anjuta/anjuta-0.1.8.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-0.1.8.ebuild,v 1.5 2002/07/11 06:30:24 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A versatile Integrated Development Environment (IDE) for C and C++."
-SRC_URI="http://anjuta.sourceforge.net/packages/anjuta-${PV}.tar.gz"
-HOMEPAGE="http://anjuta.sourceforge.net/"
-
-DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
- =x11-libs/gtk+-1.2*
- media-libs/audiofile
- dev-libs/libxml
- dev-util/pkgconfig
- app-text/scrollkeeper"
-
-RDEPEND="dev-util/glade
- dev-util/glademm
- media-gfx/gnome-iconedit
- app-text/scrollkeeper
- =x11-libs/gtk+-1.2*
- media-libs/audiofile
- media-sound/esound
- sys-apps/bash
- dev-util/ctags
- sys-devel/autoconf
- sys-devel/automake
- sys-devel/gcc
- sys-devel/gdb
- sys-apps/grep
- >=sys-libs/db-3.2.3
- dev-util/indent"
-
-
-src_compile() {
-
- local myconf
- use nls || myconf="--disable-nls"
-
- ./configure --host=${CHOST} --prefix=/usr \
- --mandir=/usr/share/man \
- --localstatedir=/var/lib \
- --infodir=/usr/share/info \
- --sysconfdir=/etc \
- $myconf || die
-
- emake || die
-}
-
-src_install () {
-
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- infodir=${D}/usr/share/info \
- localstatedir=${D}/var/lib \
- anjutadocdir=${D}/usr/share/doc/${PF} \
- anjuta_docdir=${D}/usr/share/doc/${PF} \
- install || die
-}
-
diff --git a/dev-util/anjuta/anjuta-0.1.9.ebuild b/dev-util/anjuta/anjuta-0.1.9.ebuild
index 3aebc67a6d8d..42b9a5dc2149 100644
--- a/dev-util/anjuta/anjuta-0.1.9.ebuild
+++ b/dev-util/anjuta/anjuta-0.1.9.ebuild
@@ -1,12 +1,16 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-0.1.9.ebuild,v 1.3 2002/07/11 06:30:24 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-0.1.9.ebuild,v 1.4 2002/07/23 10:38:06 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A versatile Integrated Development Environment (IDE) for C and C++."
SRC_URI="http://anjuta.sourceforge.net/packages/anjuta-${PV}.tar.gz"
HOMEPAGE="http://anjuta.sourceforge.net/"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
=x11-libs/gtk+-1.2*
media-libs/audiofile
@@ -21,11 +25,7 @@ RDEPEND="dev-util/glade
=x11-libs/gtk+-1.2*
media-libs/audiofile
media-sound/esound
- sys-apps/bash
dev-util/ctags
- sys-devel/autoconf
- sys-devel/automake
- sys-devel/gcc
sys-devel/gdb
sys-apps/grep
>=sys-libs/db-3.2.3
@@ -37,24 +37,16 @@ src_compile() {
local myconf
use nls || myconf="--disable-nls"
- ./configure --host=${CHOST} --prefix=/usr \
- --mandir=/usr/share/man \
- --localstatedir=/var/lib \
- --infodir=/usr/share/info \
- --sysconfdir=/etc \
- $myconf || die
-
+ econf ${myconf} || die
emake || die
}
src_install () {
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- infodir=${D}/usr/share/info \
- localstatedir=${D}/var/lib \
- anjutadocdir=${D}/usr/share/doc/${PF} \
- anjuta_docdir=${D}/usr/share/doc/${PF} \
- install || die
-}
+ make \
+ anjutadocdir=${D}/usr/share/doc/${PF} \
+ anjuta_docdir=${D}/usr/share/doc/${PF} \
+ install || die
+ dodoc AUTHORS COPYING ChangeLog FUTURE NEWS README THANKS TODO
+}
diff --git a/dev-util/anjuta/files/digest-anjuta-0.1.7 b/dev-util/anjuta/files/digest-anjuta-0.1.7
deleted file mode 100644
index a398967f7333..000000000000
--- a/dev-util/anjuta/files/digest-anjuta-0.1.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2d518592ced3d548d37a73e5f6285af4 anjuta-0.1.7.tar.gz 2114866
diff --git a/dev-util/anjuta/files/digest-anjuta-0.1.8 b/dev-util/anjuta/files/digest-anjuta-0.1.8
deleted file mode 100644
index 946792826e1b..000000000000
--- a/dev-util/anjuta/files/digest-anjuta-0.1.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7bdfe257961dfbdcd63e7b8d7411a5fa anjuta-0.1.8.tar.gz 3016229
diff --git a/dev-util/arch/arch-1.0_pre14.ebuild b/dev-util/arch/arch-1.0_pre14.ebuild
deleted file mode 100644
index a94bd7962386..000000000000
--- a/dev-util/arch/arch-1.0_pre14.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2.
-
-
-MY_P="${P//_/}"
-S="${WORKDIR}/${MY_P}/src/=build"
-DESCRIPTION="revision control system ideal for widely distributed development"
-SRC_URI="ftp://regexps.com/pub/src/arch/${MY_P}.tar.gz"
-HOMEPAGE="http://www.regexps.com/#arch"
-SLOT="0"
-
-DEPEND="sys-apps/diffutils
- sys-apps/fileutils
- sys-apps/findutils
- sys-apps/gawk
- sys-apps/sh-utils
- sys-apps/tar
- sys-apps/textutils
- sys-apps/util-linux
- sys-apps/debianutils
- sys-devel/make
- sys-devel/patch"
-
-src_unpack() {
- local t
-
- unpack "${A}"
- mkdir -p "${MY_P}/src/=build"
-
- # patch arch to install its scripts in /usr/share/arch
- # instead of /usr/libexec/arch (there is only shareables scripts).
- t="${MY_P}/src/build-tools/Makefiles/rules.mk"
-
- cp ${t} ${t}.orig
- sed 's:/libexec:/share:g' ${t}.orig > ${t} || die "Patch failed for $t"
-}
-
-src_compile() {
- # configure
- ../configure --prefix="/usr" \
- --with-posix-shell="/bin/bash" \
- --with-sendmail="/usr/sbin/sendmail" || die "configure failed"
-
- # parallel make may cause problems with this package
- make || die "make failed"
-}
-
-src_install () {
- local name
-
- # install
- make install prefix="${D}/usr" \
- || die "make install failed"
-
- # make symlinks relative instead of absolute
- for name in ${D}/usr/share/arch/arch/*; do
- name="`readlink ${name} | sed 's:^.*/usr/share/arch/::'`"
- if [ "${name}" ]; then
- ln -sf "../${name}" "${D}/usr/share/arch/arch/${name#*/}"
- assert "Fixing symlink for ${name} failed"
- fi
- done
-
- # get some docs
- cd ${WORKDIR}/${MY_P}
- dodoc =NEWS =README COPYING
- dohtml docs/html/*
-}
-
-pkg_postinst() {
- echo "Tom Lord's 'arch' command has been renamed upstream to 'larch'"
- echo "to stop collision with 'arch' command."
-}
diff --git a/dev-util/arch/arch-1.0_pre15.ebuild b/dev-util/arch/arch-1.0_pre15.ebuild
index a94bd7962386..602d5605fe12 100644
--- a/dev-util/arch/arch-1.0_pre15.ebuild
+++ b/dev-util/arch/arch-1.0_pre15.ebuild
@@ -1,13 +1,16 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2.
-
+# $Header: /var/cvsroot/gentoo-x86/dev-util/arch/arch-1.0_pre15.ebuild,v 1.3 2002/07/23 10:38:06 seemant Exp $
MY_P="${P//_/}"
S="${WORKDIR}/${MY_P}/src/=build"
DESCRIPTION="revision control system ideal for widely distributed development"
SRC_URI="ftp://regexps.com/pub/src/arch/${MY_P}.tar.gz"
-HOMEPAGE="http://www.regexps.com/#arch"
+HOMEPAGE="http://www.regexps.com/arch.html"
+
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
DEPEND="sys-apps/diffutils
sys-apps/fileutils
@@ -36,8 +39,8 @@ src_unpack() {
}
src_compile() {
- # configure
- ../configure --prefix="/usr" \
+ ../configure \
+ --prefix="/usr" \
--with-posix-shell="/bin/bash" \
--with-sendmail="/usr/sbin/sendmail" || die "configure failed"
@@ -48,11 +51,9 @@ src_compile() {
src_install () {
local name
- # install
make install prefix="${D}/usr" \
|| die "make install failed"
- # make symlinks relative instead of absolute
for name in ${D}/usr/share/arch/arch/*; do
name="`readlink ${name} | sed 's:^.*/usr/share/arch/::'`"
if [ "${name}" ]; then
@@ -64,7 +65,7 @@ src_install () {
# get some docs
cd ${WORKDIR}/${MY_P}
dodoc =NEWS =README COPYING
- dohtml docs/html/*
+ dohtml -r docs
}
pkg_postinst() {
diff --git a/dev-util/arch/files/digest-arch-1.0_pre14 b/dev-util/arch/files/digest-arch-1.0_pre14
deleted file mode 100644
index 7adba2a47873..000000000000
--- a/dev-util/arch/files/digest-arch-1.0_pre14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e30d7684ed5b478adf555428746a5fb5 arch-1.0pre14.tar.gz 2614812
diff --git a/dev-util/astyle/astyle-1.15.3.ebuild b/dev-util/astyle/astyle-1.15.3.ebuild
index a7ee91546520..457d68f3ecb0 100644
--- a/dev-util/astyle/astyle-1.15.3.ebuild
+++ b/dev-util/astyle/astyle-1.15.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.15.3.ebuild,v 1.3 2002/07/11 06:30:24 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.15.3.ebuild,v 1.4 2002/07/23 10:38:06 seemant Exp $
ZIP="astyle_${PV}.zip"
S=${WORKDIR}
@@ -8,6 +8,11 @@ DESCRIPTION="Artistic Style is a reindenter and reformatter of C++, C and Java
source code."
SRC_URI="mirror://sourceforge/astyle/${ZIP}"
HOMEPAGE="http://astyle.sourceforge.net"
+
+SLOT="0"
+LICENSE="Artistic | GPL-2"
+KEYWORDS="x86"
+
DEPEND=">=app-arch/unzip-5.42"
src_compile() {
diff --git a/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild b/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild
index 5a3cd120f0ec..0fa7a0dee72c 100644
--- a/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild
+++ b/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild
@@ -1,49 +1,51 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild,v 1.3 2002/07/11 06:30:24 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild,v 1.4 2002/07/23 10:38:06 seemant Exp $
+BOA_VER=0.1.0-alpha
+S=${WORKDIR}/boa
DESCRIPTION="Python GUI RAD development tool."
HOMEPAGE="http://boa-constructor.sourceforge.net/"
-
-BOA_VER=0.1.0-alpha
SRC_URI="mirror://sourceforge/boa-constructor/${PN}-${BOA_VER}.src.zip"
-S="${WORKDIR}"/boa
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
RDEPEND=">=dev-lang/python-2.0
- >=dev-python/wxPython-2.3
- dev-libs/expat"
+ >=dev-python/wxPython-2.3
+ dev-libs/expat"
DEPEND="${RDEPEND}
- app-arch/unzip"
+ app-arch/unzip"
src_compile() {
- python -c "import compileall; compileall.compile_dir('.', force=1)"
+ python -c "import compileall; compileall.compile_dir('.', force=1)"
}
src_install () {
- local pv=`python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:'`
- local boadir="/usr/lib/python${pv}/site-packages/boa"
-
- local dir
- for dir in `find . -type d`
- do
- insinto "${boadir}/${dir}"
- cd "${dir}"
- local file
- for file in *
- do
- [ -f "${file}" ] && doins "${file}"
- done
- cd "${S}"
- done
-
- insinto "${boadir}"
- doins *.cfg
- insinto "${boadir}/Plug-ins"
- doins Plug-ins/*
-
- dobin "${FILESDIR}/boa-constructor"
-
- dodoc Bugs.txt Changes.txt Credits.txt PYTHONSTARTUP README.txt
+ local pv=`python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:'`
+ local boadir="/usr/lib/python${pv}/site-packages/boa"
+
+ local dir
+ for dir in `find . -type d`
+ do
+ insinto "${boadir}/${dir}"
+ cd "${dir}"
+ local file
+ for file in *
+ do
+ [ -f "${file}" ] && doins "${file}"
+ done
+ cd "${S}"
+ done
+
+ insinto "${boadir}"
+ doins *.cfg
+ insinto "${boadir}/Plug-ins"
+ doins Plug-ins/*
+
+ dobin "${FILESDIR}/boa-constructor"
+
+ dodoc Bugs.txt Changes.txt Credits.txt PYTHONSTARTUP README.txt
}
diff --git a/dev-util/ccache/ccache-1.9-r1.ebuild b/dev-util/ccache/ccache-1.9-r1.ebuild
index 855fd7ed3c7b..949d035dd12a 100644
--- a/dev-util/ccache/ccache-1.9-r1.ebuild
+++ b/dev-util/ccache/ccache-1.9-r1.ebuild
@@ -1,15 +1,16 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-1.9-r1.ebuild,v 1.1 2002/07/12 06:14:29 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-1.9-r1.ebuild,v 1.2 2002/07/23 10:38:06 seemant Exp $
DESCRIPTION="ccache is a fast compiler cache. It is used as a front end to your
compiler to safely cache compilation output. When the same code is compiled
again the cached output is used giving a significant speedup."
SRC_URI="http://ccache.samba.org/ftp/ccache/${P}.tar.gz"
HOMEPAGE="http://ccache.samba.org/"
-KEYWORDS="x86 ppc"
-LICENSE="GPL-2"
+
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 ppc"
# Note: this version is designed to be auto-detected and used if you happen to have Portage
# 2.0.6+ installed.
diff --git a/dev-util/ccache/ccache-1.9.ebuild b/dev-util/ccache/ccache-1.9.ebuild
deleted file mode 100644
index eac0ac6606e4..000000000000
--- a/dev-util/ccache/ccache-1.9.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-1.9.ebuild,v 1.3 2002/07/12 06:14:29 phoenix Exp $
-
-DESCRIPTION="ccache is a fast compiler cache. It is used as a front end to your
-compiler to safely cache compilation output. When the same code is compiled
-again the cached output is used giving a significant speedup."
-SRC_URI="http://ccache.samba.org/ftp/ccache/${P}.tar.gz"
-HOMEPAGE="http://ccache.samba.org/"
-KEYWORDS="x86 ppc"
-LICENSE="GPL-2"
-SLOT="0"
-
-# Note: this version is designed to be auto-detected and used if you happen to have Portage
-# 2.0.6+ installed.
-
-src_compile() {
- ./configure --prefix=${D}/usr || die
- make || die
-}
-
-src_install () {
- exeinto /usr/bin/ccache
- doexe ccache
- doman ccache.1
- dodoc COPYING README
- cd ${D}/usr/bin/ccache
- ln -s ccache gcc
- ln -s ccache cc
- ln -s ccache c++
- ln -s ccache g++
- ln -s ccache ${CHOST}-c++
- ln -s ccache ${CHOST}-g++
- ln -s ccache ${CHOST}-gcc
-}
-
-pkg_postinst() {
- if [ ! -d ${ROOT}root/.ccache ]
- then
- install -d -m0700 ${ROOT}root/.ccache
- fi
- einfo "To use ccache, add /usr/bin/ccache to your path before /usr/bin."
- einfo "Portage 2.0.6+ will automatically take advantage of ccache with no additional steps."
- einfo "If this is your first install of ccache, type something like this to set a maximum"
- einfo "cache size of 2GB (or whatever you desire):"
- einfo "# /usr/bin/ccache/ccache -M 2G"
-}
-
-
diff --git a/dev-util/ccache/files/digest-ccache-1.9 b/dev-util/ccache/files/digest-ccache-1.9
deleted file mode 100644
index a561ea71b898..000000000000
--- a/dev-util/ccache/files/digest-ccache-1.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8e73f607accc13da52934303140d555e ccache-1.9.tar.gz 62583
diff --git a/dev-util/cervisia/cervisia-1.4.1.ebuild b/dev-util/cervisia/cervisia-1.4.1.ebuild
index 7459ae81b4cf..207ec80d1e4e 100644
--- a/dev-util/cervisia/cervisia-1.4.1.ebuild
+++ b/dev-util/cervisia/cervisia-1.4.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cervisia/cervisia-1.4.1.ebuild,v 1.7 2002/07/11 06:30:24 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cervisia/cervisia-1.4.1.ebuild,v 1.8 2002/07/23 10:38:06 seemant Exp $
inherit kde-base || die
@@ -10,7 +10,9 @@ DESCRIPTION="A CVS Client for KDE"
SRC_URI="mirror://sourceforge/cervisia/${P}.tar.gz"
HOMEPAGE="http://cervisia.sourceforge.net"
+SLOT="0"
LICENSE="QPL-1.0"
+KEYWORDS="x86"
# NOTE: the KDE 3 version of cervisia is part of the kdesdk module,
# emerge that instead
diff --git a/dev-util/colorgcc/colorgcc-1.3.2-r1.ebuild b/dev-util/colorgcc/colorgcc-1.3.2-r1.ebuild
index 0bec663129e2..c1b0260347d1 100644
--- a/dev-util/colorgcc/colorgcc-1.3.2-r1.ebuild
+++ b/dev-util/colorgcc/colorgcc-1.3.2-r1.ebuild
@@ -1,16 +1,18 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/colorgcc/colorgcc-1.3.2-r1.ebuild,v 1.2 2002/07/11 06:30:24 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/colorgcc/colorgcc-1.3.2-r1.ebuild,v 1.3 2002/07/23 10:38:06 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Adds color to gcc output"
+HOMEPAGE="http://packages.debian.org/testing/devel/colorgcc.html"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz
http://ftp.debian.org/debian/pool/main/c/${PN}/${PN}_${PV}-4.1.diff.gz"
-HOMEPAGE="http://packages.debian.org/testing/devel/colorgcc.html"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
-DEPEND="sys-devel/perl
- sys-devel/gcc"
+DEPEND="sys-devel/perl"
src_unpack() {
unpack ${PN}_${PV}.orig.tar.gz
@@ -33,13 +35,13 @@ src_install() {
}
pkg_postinst() {
-if grep /usr/bin/wrappers /etc/profile > /dev/null
-then
- echo "/etc/profile already updated for wrappers"
-else
- echo "Add this to the end of your ${ROOT}etc/profile:"
- echo
- echo "#Put /usr/bin/wrappers in path before /usr/bin"
- echo 'export PATH=/usr/bin/wrappers:${PATH}'
-fi
+ if grep /usr/bin/wrappers /etc/profile > /dev/null
+ then
+ echo "/etc/profile already updated for wrappers"
+ else
+ echo "Add this to the end of your ${ROOT}etc/profile:"
+ echo
+ echo "#Put /usr/bin/wrappers in path before /usr/bin"
+ echo 'export PATH=/usr/bin/wrappers:${PATH}'
+ fi
}
diff --git a/dev-util/cook/cook-2.18.ebuild b/dev-util/cook/cook-2.18.ebuild
deleted file mode 100644
index 2bace35d45f5..000000000000
--- a/dev-util/cook/cook-2.18.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.18.ebuild,v 1.3 2002/07/11 06:30:24 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Cook is a tool for constructing files. It is a replacement for make."
-SRC_URI="http://www.canb.auug.org.au/~millerp/cook/${P}.tar.gz"
-HOMEPAGE="http://www.canb.auug.org.au/~millerp/cook/cook.html"
-DEPEND="sys-devel/bison"
-
-src_compile()
-{
- ./configure --prefix=/usr || die "./configure failed"
-
- # doesn't seem to like emake
- make || die
-}
-
-
-src_install ()
-{
-
- # we'll hijack the RPM_BUILD_ROOT variable which is intended for a
- # similiar purpose anyway
- make RPM_BUILD_ROOT=${D} install || die
-}
-
diff --git a/dev-util/cook/cook-2.20.ebuild b/dev-util/cook/cook-2.20.ebuild
index 7d6bc0afff55..ca002ea9d5ed 100644
--- a/dev-util/cook/cook-2.20.ebuild
+++ b/dev-util/cook/cook-2.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.20.ebuild,v 1.1 2002/07/23 10:02:35 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.20.ebuild,v 1.2 2002/07/23 10:38:06 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Cook is a tool for constructing files. It is a replacement for make."
@@ -8,7 +8,7 @@ SRC_URI="http://www.canb.auug.org.au/~millerp/cook/${P}.tar.gz"
HOMEPAGE="http://www.canb.auug.org.au/~millerp/cook/cook.html"
SLOT="0"
-LICENSE=""
+LICENSE="GPL-2"
KEYWORDS="x86"
DEPEND="sys-devel/bison"
diff --git a/dev-util/cook/files/digest-cook-2.18 b/dev-util/cook/files/digest-cook-2.18
deleted file mode 100644
index 0d0bf9d6625d..000000000000
--- a/dev-util/cook/files/digest-cook-2.18
+++ /dev/null
@@ -1 +0,0 @@
-MD5 85bf33a48ded3857cfd298a3c486dc82 cook-2.18.tar.gz 795495
diff --git a/dev-util/cscope/cscope-15.1.ebuild b/dev-util/cscope/cscope-15.1.ebuild
deleted file mode 100644
index 683ae0301f53..000000000000
--- a/dev-util/cscope/cscope-15.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.1.ebuild,v 1.7 2002/07/11 06:30:24 drobbins Exp $
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="CScope - interactively examine a C program"
-SRC_URI="http://download.sourceforge.net/cscope/${P}.tar.gz"
-HOMEPAGE="http://cscope.sourceforge.net"
-
-RDEPEND="virtual/glibc
- >=sys-libs/ncurses-5.2"
-DEPEND="$RDEPEND sys-devel/flex"
-
-src_compile() {
- try ./configure --prefix=/usr/ --mandir=/usr/share/man --infodir=/usr/share/info
- try make clean
- try make ${MAKEOPTS}
-}
-
-src_install() {
- try make prefix=${D}/usr/ mandir=${D}/usr/share/man infodir=${D}/usr/share/info install
- dodoc NEWS AUTHORS TODO COPYING Changelog INSTALL README*
-}
-
-
-
-
diff --git a/dev-util/cscope/cscope-15.3.ebuild b/dev-util/cscope/cscope-15.3.ebuild
index 246ee785e9f2..5a4e179a2228 100644
--- a/dev-util/cscope/cscope-15.3.ebuild
+++ b/dev-util/cscope/cscope-15.3.ebuild
@@ -1,34 +1,29 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.3.ebuild,v 1.7 2002/07/11 06:30:25 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.3.ebuild,v 1.8 2002/07/23 10:38:06 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="CScope - interactively examine a C program"
SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz"
HOMEPAGE="http://cscope.sourceforge.net"
-RDEPEND="virtual/glibc
- >=sys-libs/ncurses-5.2"
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="x86"
-DEPEND="$RDEPEND
+RDEPEND=">=sys-libs/ncurses-5.2"
+DEPEND="${RDEPEND}
sys-devel/flex"
src_compile() {
- ./configure --prefix=/usr/ \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- assert
-
+ econf || die
make clean || die
emake || die
}
src_install() {
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- install || die
+ einstall || die
dodoc NEWS AUTHORS TODO COPYING Changelog INSTALL README*
}
diff --git a/dev-util/cscope/files/digest-cscope-15.1 b/dev-util/cscope/files/digest-cscope-15.1
deleted file mode 100644
index 886fffc1a21e..000000000000
--- a/dev-util/cscope/files/digest-cscope-15.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4db538deb8b08e7bbc9607a680712704 cscope-15.1.tar.gz 134087
diff --git a/dev-util/ctags/ctags-5.0.1.ebuild b/dev-util/ctags/ctags-5.0.1.ebuild
deleted file mode 100644
index e222e26bf8c4..000000000000
--- a/dev-util/ctags/ctags-5.0.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.0.1.ebuild,v 1.3 2002/07/11 06:30:25 drobbins Exp $
-
-S=${WORKDIR}/${P}
-
-DESCRIPTION="Ctags generates an index (or tag) file of C language objects found in C source and header files that allows these items to be quickly and easily located by a text editor or other utility. Currently supports 22 programming languages."
-
-SRC_URI="mirror://sourceforge/ctags/${P}.tar.gz"
-
-#Homepage, not used by Portage directly but handy for developer reference
-HOMEPAGE="http://ctags.sourceforge.net"
-
-#build-time dependencies
-DEPEND=""
-
-#run-time dependencies, same as DEPEND if RDEPEND isn't defined:
-#RDEPEND=""
-
-src_compile() {
- #the "try" command will stop the build process if the specified command fails. Prefix critical
- #commands with "try"
- try ./configure --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST}
- #Note the use of --infodir and --mandir, above. This is to make this package FHS 2.2-compliant
- #(/usr/share is used for info and man now).
-
- try emake
- #emake (previously known as pmake) is a script that calls the standard GNU make with parallel
- #building options for speedier builds on SMP systems. Use emake first; it make not work. If
- #not, then replace the line above with:
-
- #try make
-}
-
-src_install () {
- #you must *personally verify* that this trick doesn't install
- #anything outside of DESTDIR; do this by reading and understanding
- #the install part of the Makefiles. Also note that this will often
- #also work for autoconf stuff (usually much more often than DESTDIR,
- #which is actually quite rare.
-
- try make prefix=${D}/usr mandir=${D}/usr/share/man install
-
- #try make DESTDIR=${D} install
- #again, verify the Makefiles! We don't want anything falling outside
- #of ${D}.
-}
-
diff --git a/dev-util/ctags/ctags-5.2.3.ebuild b/dev-util/ctags/ctags-5.2.3.ebuild
index 6597aed7edaf..d515e9bcd265 100644
--- a/dev-util/ctags/ctags-5.2.3.ebuild
+++ b/dev-util/ctags/ctags-5.2.3.ebuild
@@ -1,30 +1,24 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.2.3.ebuild,v 1.2 2002/05/20 05:35:55 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.2.3.ebuild,v 1.3 2002/07/23 10:38:07 seemant Exp $
S=${WORKDIR}/${P}
-
-LICENSE="GPL-2"
-
DESCRIPTION="Ctags generates an index (or tag) file of C language objects found in C source and header files that allows these items to be quickly and easily located by a text editor or other utility. Currently supports 22 programming languages."
-
-SRC_URI="http://unc.dl.sourceforge.net/sourceforge/ctags/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/ctags/${P}.tar.gz"
HOMEPAGE="http://ctags.sourceforge.net"
-RDEPEND="virtual/glibc"
DEPEND="${RDEPEND}"
-SLOT=""
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
src_compile() {
- ./configure --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
+ econf \
--with-posix-regex \
--without-readlib \
- --disable-etags \
- --host=${CHOST} ||
- die
+ --disable-etags || die
+
emake || die
}
diff --git a/dev-util/ctags/files/digest-ctags-5.0.1 b/dev-util/ctags/files/digest-ctags-5.0.1
deleted file mode 100644
index 9a65947856e5..000000000000
--- a/dev-util/ctags/files/digest-ctags-5.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1d976ed374389143555da4fb1da31485 ctags-5.0.1.tar.gz 186179
diff --git a/dev-util/cunit/cunit-1.0.0.6.ebuild b/dev-util/cunit/cunit-1.0.0.6.ebuild
index 84a95bcf8250..051ce3bfab53 100644
--- a/dev-util/cunit/cunit-1.0.0.6.ebuild
+++ b/dev-util/cunit/cunit-1.0.0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-1.0.0.6.ebuild,v 1.3 2002/07/11 06:30:25 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-1.0.0.6.ebuild,v 1.4 2002/07/23 10:38:07 seemant Exp $
S=${WORKDIR}/CUnit-1.0-6
DESCRIPTION="CUnit - C Unit Test Framework"
@@ -10,6 +10,10 @@ HOMEPAGE="http://cunit.sourceforge.net"
DEPEND="virtual/glibc"
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="x86"
+
src_compile() {
./configure --prefix=/usr || die
make || die
diff --git a/dev-util/cvs/cvs-1.11.2.ebuild b/dev-util/cvs/cvs-1.11.2.ebuild
index be08459b5c64..43866b56c777 100644
--- a/dev-util/cvs/cvs-1.11.2.ebuild
+++ b/dev-util/cvs/cvs-1.11.2.ebuild
@@ -1,32 +1,26 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.2.ebuild,v 1.3 2002/07/21 01:09:58 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.2.ebuild,v 1.4 2002/07/23 10:38:07 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Concurrent Versions System - source code revision control tools"
SRC_URI="http://ftp.cvshome.org/${P}/${P}.tar.gz"
HOMEPAGE="http://www.cvshome.org/"
DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.1
- >=sys-libs/zlib-1.1.4"
+ >=sys-libs/ncurses-5.1
+ >=sys-libs/zlib-1.1.4"
SLOT="0"
-KEYWORDS="x86 ppc"
LICENSE="GPL-2 LGPL-2"
+KEYWORDS="x86 ppc"
-src_compile() {
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- assert
+src_compile() {
+ econf || die
make || die
}
src_install() {
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- install || die
+ einstall || die
dodoc BUGS COPYING* ChangeLog* DEVEL* FAQ HACKING
dodoc MINOR* NEWS PROJECTS README* TESTS TODO
diff --git a/dev-util/cvsup/cvsup-16.1e.ebuild b/dev-util/cvsup/cvsup-16.1e.ebuild
index 289403c7553a..ee567cd145e8 100644
--- a/dev-util/cvsup/cvsup-16.1e.ebuild
+++ b/dev-util/cvsup/cvsup-16.1e.ebuild
@@ -1,30 +1,25 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsup/cvsup-16.1e.ebuild,v 1.2 2002/07/11 06:30:25 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsup/cvsup-16.1e.ebuild,v 1.3 2002/07/23 10:38:07 seemant Exp $
-S=${WORKDIR}/cvsup
+S=${WORKDIR}
DESCRIPTION="a faster alternative to cvs. binary version"
-SRC_URI="http://people.freebsd.org/~jdp/s1g/debian/cvsup-16.1e-LINUXLIBC6-gui.tar.gz"
+SRC_URI="http://people.freebsd.org/~jdp/s1g/debian/${P}-LINUXLIBC6-gui.tar.gz"
HOMEPAGE="http://people.freebsd.org/~jdp/s1g/"
-src_unpack() {
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="x86"
- cd ${WORKDIR}
- mkdir cvsup
- cd cvsup
- unpack $A
-
-}
-
-src_install() {
+src_install() {
- cd $S
- exeinto /opt/cvsup
- doexe cvsup*
-
- dodoc License
-
- insinto /etc/env.d
- doins $FILESDIR/99cvsup
+ cd ${S}
+ exeinto /opt/cvsup
+ doexe cvsup*
+
+ dodoc License
+
+ insinto /etc/env.d
+ doins $FILESDIR/99cvsup
}
diff --git a/dev-util/cweb/cweb-3.63.ebuild b/dev-util/cweb/cweb-3.63.ebuild
index f62f269a619b..5e31b3426804 100644
--- a/dev-util/cweb/cweb-3.63.ebuild
+++ b/dev-util/cweb/cweb-3.63.ebuild
@@ -1,12 +1,17 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cweb/cweb-3.63.ebuild,v 1.3 2002/07/11 06:30:25 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cweb/cweb-3.63.ebuild,v 1.4 2002/07/23 10:38:07 seemant Exp $
S=${WORKDIR}
DESCRIPTION="Knuth's and Levy's C/C++ documenting system"
SRC_URI="ftp://labrea.stanford.edu/pub/cweb/cweb.tar.gz"
HOMEPAGE="http://www-cs-faculty.standorf.edu/~knuth/cweb.html"
-DEPEND=""
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc"
src_compile() {
#emake won't work, because cweave needs ctangle to compile
diff --git a/dev-util/david/david-0.99.2.ebuild b/dev-util/david/david-0.99.2.ebuild
index 86ffb72a881a..3160c131af17 100644
--- a/dev-util/david/david-0.99.2.ebuild
+++ b/dev-util/david/david-0.99.2.ebuild
@@ -1,46 +1,35 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/david/david-0.99.2.ebuild,v 1.3 2002/07/11 06:30:25 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/david/david-0.99.2.ebuild,v 1.4 2002/07/23 10:38:07 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="The C/C++ Code editor for Gnome"
SRC_URI="http://david.es.gnome.org/downloads/${P}.tar.gz"
HOMEPAGE="http://david.es.gnome.org"
+
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
-DEPEND="virtual/glibc
- >=dev-libs/libxml-1.8.16
+DEPEND=">=dev-libs/libxml-1.8.16
=x11-libs/gtk+-1.2*
>=gnome-base/gnome-libs-1.4.1.5
>=media-libs/audiofile-0.2.3
>=media-sound/esound-0.2.23
- =dev-libs/glib-1.2*
- nls? ( sys-devel/gettext )"
+ =dev-libs/glib-1.2*"
-src_compile() {
- local myconf=""
+RDEPEND="nls? ( sys-devel/gettext )"
- use nls || myconf="${myconf} --disable-nls"
+src_compile() {
+ local myconf=""
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- ${myconf} || die "./configure failed"
+ use nls || myconf="${myconf} --disable-nls"
+ econf ${myconf} || die "./configure failed"
emake || die "emake failed"
}
src_install () {
make DESTDIR=${D} install || die "installation failed"
-
-
- #make \
- # prefix=${D}/usr \
- # mandir=${D}/usr/share/man \
- # infodir=${D}/usr/share/info \
- # install || die
-
dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
}
diff --git a/dev-util/ddd/ddd-3.3.1-r1.ebuild b/dev-util/ddd/ddd-3.3.1-r1.ebuild
index 68cb836bdabb..f6ab89cb2cb5 100644
--- a/dev-util/ddd/ddd-3.3.1-r1.ebuild
+++ b/dev-util/ddd/ddd-3.3.1-r1.ebuild
@@ -1,35 +1,32 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.1-r1.ebuild,v 1.2 2002/07/11 06:30:25 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.1-r1.ebuild,v 1.3 2002/07/23 10:38:07 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GNU DDD is a graphical front-end for command-line debuggers"
-SRC_URI="ftp://ftp.easynet.be/gnu/ddd/${P}.tar.gz \
- ftp://ftp.easynet.be/gnu/ddd/${P}-html-manual.tar.gz"
HOMEPAGE="http://www.gnu.org/software/ddd"
+SRC_URI="ftp://ftp.easynet.be/gnu/ddd/${P}.tar.gz
+ ftp://ftp.easynet.be/gnu/ddd/${P}-html-manual.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2 LGPL-2.1 FDL-1.1"
+KEYWORDS="x86"
-DEPEND="virtual/glibc
- virtual/x11
+DEPEND="virtual/x11
>=sys-devel/gdb-4.16
>=x11-libs/openmotif-2.1.30"
src_compile() {
- try ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
-
- try emake
+ econf || die
+ emake || die
}
src_install () {
- try make DESTDIR=${D} install
+ make DESTDIR=${D} install || die
mv ${S}/doc/README ${S}/doc/README-DOC
dodoc ANNOUNCE AUTHORS BUGS COPYING* CREDITS INSTALL NEWS* NICKNAMES \
- OPENBUGS PROBLEMS README* TIPS TODO doc/README-DOC
+ OPENBUGS PROBLEMS README* TIPS TODO
- rm ${S}/doc/README-DOC
mv ${S}/doc/* ${D}/usr/share/doc/${PF}
}
-
diff --git a/dev-util/ddd/ddd-3.3.1.ebuild b/dev-util/ddd/ddd-3.3.1.ebuild
deleted file mode 100644
index 4e38418e2f0d..000000000000
--- a/dev-util/ddd/ddd-3.3.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.1.ebuild,v 1.2 2002/07/11 06:30:25 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="GNU DDD is a graphical front-end for command-line debuggers"
-SRC_URI="ftp://ftp.easynet.be/gnu/ddd/${P}.tar.gz \
- ftp://ftp.easynet.be/gnu/ddd/${P}-html-manual.tar.gz"
-HOMEPAGE="http://www.gnu.org/software/ddd"
-
-DEPEND="virtual/glibc
- virtual/x11
- >=sys-devel/gdb-4.16
- motif? ( >=x11-libs/openmotif-2.1.30 )"
-
-src_compile() {
- try ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
-
- try emake
-}
-
-src_install () {
- try make DESTDIR=${D} install
-
- mv ${S}/doc/README ${S}/doc/README-DOC
- dodoc ANNOUNCE AUTHORS BUGS COPYING* CREDITS INSTALL NEWS* NICKNAMES \
- OPENBUGS PROBLEMS README* TIPS TODO doc/README-DOC
-
- rm ${S}/doc/README-DOC
- mv ${S}/doc/* ${D}/usr/share/doc/${PF}
-}
-
diff --git a/dev-util/ddd/files/digest-ddd-3.3.1 b/dev-util/ddd/files/digest-ddd-3.3.1
deleted file mode 100644
index 12b848a8cb9a..000000000000
--- a/dev-util/ddd/files/digest-ddd-3.3.1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 38589618d7cd02a03d062bb116bbf1d2 ddd-3.3.1.tar.gz 5820713
-MD5 e74807d11ae6caaa2f3ef82791384ce0 ddd-3.3.1-html-manual.tar.gz 5129744
diff --git a/dev-util/devhelp/devhelp-0.4-r1.ebuild b/dev-util/devhelp/devhelp-0.4-r1.ebuild
index e1dc3dbd0e8e..d9a1a3c01b21 100644
--- a/dev-util/devhelp/devhelp-0.4-r1.ebuild
+++ b/dev-util/devhelp/devhelp-0.4-r1.ebuild
@@ -1,64 +1,59 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.4-r1.ebuild,v 1.1 2002/07/04 14:45:29 stroke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.4-r1.ebuild,v 1.2 2002/07/23 10:38:07 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Developer help browser"
SRC_URI="http://devhelp.codefactory.se/download/${P}.tar.gz"
HOMEPAGE="http://devhelp.codefactory.se/"
-LICENSE="GPL-2"
+
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
-RDEPEND=">=gnome-base/gnome-libs-1.4.1.7
+DEPEND=">=gnome-base/gnome-libs-1.4.1.7
>=gnome-base/ORBit-0.5.10-r1
>=gnome-base/bonobo-1.0.19
- ( >=gnome-base/libglade-0.17-r1
- <gnome-base/libglade-2.0.0 )
+ =gnome-base/libglade-0*
>=dev-libs/libxml-1.8.17
>=gnome-extra/gtkhtml-1.0.2
=gnome-base/gconf-1.0*
- ( >=gnome-base/gnome-vfs-1.0.2-r1
- <gnome-base/gnome-vfs-2.0.0 )
+ =gnome-base/gnome-vfs-1*
>=gnome-base/oaf-0.6.8-r1
>=gnome-base/gnome-print-0.30"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
- >=dev-util/intltool-0.11"
+RDEPEND="nls? ( sys-devel/gettext
+ >=dev-util/intltool-0.11 )"
src_compile() {
local myconf
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
+ use nls || myconf="--disable-nls"
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --disable-more-warnings \
- --disable-install-schemas \
- --without-python $myconf || die
+ econf \
+ --disable-more-warnings \
+ --disable-install-schemas \
+ --without-python \
+ ${myconf} || die
emake || die
}
src_install () {
- make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog README NEWS TODO
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS COPYING ChangeLog README NEWS TODO
}
pkg_postinst() {
- # This is directly from the rpm specfile for devhelp...
- # Fix gconf permissions
- killall gconfd-1 2>/dev/null >/dev/null
- chmod o+rX /etc/gconf -R
- # Install schemas
- gconftool-1 --shutdown
- SOURCE=xml::/etc/gconf/gconf.xml.defaults
- GCONF_CONFIG_SOURCE=$SOURCE \
- gconftool-1 --makefile-install-rule \
- /etc/gconf/schemas/devhelp.schemas \
- # 2>/dev/null >/dev/null || exit 1
- assert "gconftool-1 execution failed"
+ # This is directly from the rpm specfile for devhelp...
+ # Fix gconf permissions
+ killall gconfd-1 2>/dev/null >/dev/null
+ chmod o+rX /etc/gconf -R
+ # Install schemas
+ gconftool-1 --shutdown
+ SOURCE=xml::/etc/gconf/gconf.xml.defaults
+ GCONF_CONFIG_SOURCE=$SOURCE \
+ gconftool-1 --makefile-install-rule \
+ /etc/gconf/schemas/devhelp.schemas \
+ || "gconftool-1 execution failed"
}
diff --git a/dev-util/devhelp/devhelp-0.4.ebuild b/dev-util/devhelp/devhelp-0.4.ebuild
deleted file mode 100644
index a0e86892cbfd..000000000000
--- a/dev-util/devhelp/devhelp-0.4.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.4.ebuild,v 1.2 2002/07/11 06:30:25 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Developer help browser"
-SRC_URI="http://devhelp.codefactory.se/download/${P}.tar.gz"
-HOMEPAGE="http://devhelp.codefactory.se/"
-LICENSE="GPL"
-SLOT="0"
-
-RDEPEND=">=gnome-base/gnome-libs-1.2.8
- >=gnome-base/ORBit-0.5.10-r1
- >=gnome-base/bonobo-1.0.9-r1
- >=gnome-base/libglade-0.17-r1
- >=dev-libs/libxml-1.8.15
- >=gnome-extra/gtkhtml-0.10.0
- >=gnome-base/gconf-1.0.4-r2
- >=gnome-base/gnome-vfs-1.0.2-r1
- >=gnome-base/oaf-0.6.6-r1
- >=gnome-base/gnome-print-0.30"
-
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
- >=dev-util/intltool-0.11"
-
-src_compile() {
- local myconf
-
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --disable-more-warnings \
- --disable-install-schemas \
- --without-python $myconf || die
-
- emake || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog README NEWS TODO
-}
-
-pkg_postinst() {
- # This is directly from the rpm specfile for devhelp...
- # Fix gconf permissions
- killall gconfd-1 2>/dev/null >/dev/null
- chmod o+rX /etc/gconf -R
- # Install schemas
- gconftool-1 --shutdown
- SOURCE=xml::/etc/gconf/gconf.xml.defaults
- GCONF_CONFIG_SOURCE=$SOURCE \
- gconftool-1 --makefile-install-rule \
- /etc/gconf/schemas/devhelp.schemas \
- # 2>/dev/null >/dev/null || exit 1
- assert "gconftool-1 execution failed"
-}
diff --git a/dev-util/devhelp/files/digest-devhelp-0.4 b/dev-util/devhelp/files/digest-devhelp-0.4
deleted file mode 100644
index b851b8dd107c..000000000000
--- a/dev-util/devhelp/files/digest-devhelp-0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0475b6a225d76173702d26dc05fba278 devhelp-0.4.tar.gz 363429
diff --git a/dev-util/dialog/dialog-0.7-r1.ebuild b/dev-util/dialog/dialog-0.7-r1.ebuild
deleted file mode 100644
index bc7a01e4683d..000000000000
--- a/dev-util/dialog/dialog-0.7-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-0.7-r1.ebuild,v 1.3 2002/07/11 06:30:25 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A Tool to display Dialog boxes from Shell"
-SRC_URI="http://www.advancedresearch.org/dialog/${P}.tar.gz"
-HOMEPAGE="http://www.advancedresearch.org/dialog/"
-
-DEPEND=">=sys-apps/bash-2.04-r3
- >=sys-libs/ncurses-5.2"
-
-src_install () {
- make \
- DESTDIR=${D} \
- MANDIR=${D}/usr/share/man \
- install || die
-
- dodoc AUTHORS COPYING ChangeLog README
- doman dialog.1
-}
diff --git a/dev-util/dialog/dialog-0.7.ebuild b/dev-util/dialog/dialog-0.7.ebuild
deleted file mode 100644
index 386a0d230cac..000000000000
--- a/dev-util/dialog/dialog-0.7.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-0.7.ebuild,v 1.6 2002/07/11 06:30:25 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A Tool to display Dialog boxes from Shell"
-SRC_URI="http://www.advancedresearch.org/dialog/${P}.tar.gz"
-HOMEPAGE="http://www.advancedresearch.org/dialog/"
-
-DEPEND=">=sys-apps/bash-2.04-r3
- >=sys-libs/ncurses-5.2"
-
-src_install () {
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS COPYING ChangeLog README
-}
diff --git a/dev-util/dialog/dialog-0.9_beta20020519.ebuild b/dev-util/dialog/dialog-0.9_beta20020519.ebuild
index 96712c0ee11c..ed43bbba1bbf 100644
--- a/dev-util/dialog/dialog-0.9_beta20020519.ebuild
+++ b/dev-util/dialog/dialog-0.9_beta20020519.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-0.9_beta20020519.ebuild,v 1.3 2002/07/11 06:30:25 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-0.9_beta20020519.ebuild,v 1.4 2002/07/23 10:38:07 seemant Exp $
MY_PV="0.9b-20020519"
S=${WORKDIR}/dialog-${MY_PV}
@@ -8,6 +8,10 @@ DESCRIPTION="A Tool to display Dialog boxes from Shell"
SRC_URI="ftp://ftp.debian.org/debian/pool/main/d/dialog/dialog_${MY_PV}.orig.tar.gz"
HOMEPAGE="http://www.advancedresearch.org/dialog/"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
DEPEND=">=sys-apps/bash-2.04-r3
>=sys-libs/ncurses-5.2-r5"
@@ -20,4 +24,3 @@ src_install() {
dodoc CHANGES COPYING README VERSION
}
-
diff --git a/dev-util/dialog/files/digest-dialog-0.7 b/dev-util/dialog/files/digest-dialog-0.7
deleted file mode 100644
index 7b786f08becc..000000000000
--- a/dev-util/dialog/files/digest-dialog-0.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 42e82e38563f92721893ed8d0f8eb693 dialog-0.7.tar.gz 59384
diff --git a/dev-util/dialog/files/digest-dialog-0.7-r1 b/dev-util/dialog/files/digest-dialog-0.7-r1
deleted file mode 100644
index 7b786f08becc..000000000000
--- a/dev-util/dialog/files/digest-dialog-0.7-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 42e82e38563f92721893ed8d0f8eb693 dialog-0.7.tar.gz 59384
diff --git a/dev-util/diffstat/diffstat-1.29.ebuild b/dev-util/diffstat/diffstat-1.29.ebuild
index ce94bc27528e..e12727d7b4a6 100644
--- a/dev-util/diffstat/diffstat-1.29.ebuild
+++ b/dev-util/diffstat/diffstat-1.29.ebuild
@@ -1,21 +1,26 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.29.ebuild,v 1.2 2002/07/11 06:30:25 drobbins Exp $
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.29.ebuild,v 1.3 2002/07/23 10:38:07 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="diffstat reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file"
-SRC_URI="ftp://invisible-island.net/diffstat/diffstat.tar.gz"
+SRC_URI="ftp://invisible-island.net/${PN}/${PN}.tar.gz"
HOMEPAGE="http://dickey.his.com/diffstat/diffstat.html"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="x86"
+
DEPEND="sys-apps/diffutils"
-src_compile() {
- ./configure --prefix=/usr --host="${CHOST}"
- assert
+src_compile() {
- make CFLAGS="-Wshadow -Wconversion -Wstrict-prototypes -Wmissing-prototypes ${CFLAGS}" || die
+ econf || die
+ export CFLAGS="-Wshadow -Wconversion -Wstrict-prototypes -Wmissing-prototypes ${CFLAGS}"
+ make || die
}
-src_install() {
+src_install() {
dobin diffstat
doman diffstat.1
dodoc README CHANGES
diff --git a/dev-util/dmake/dmake-4.1-r1.ebuild b/dev-util/dmake/dmake-4.1-r1.ebuild
index 4938709cf610..e10c174dde48 100644
--- a/dev-util/dmake/dmake-4.1-r1.ebuild
+++ b/dev-util/dmake/dmake-4.1-r1.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/dmake-4.1-r1.ebuild,v 1.2 2002/07/11 06:30:25 drobbins Exp $
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/dmake-4.1-r1.ebuild,v 1.3 2002/07/23 10:38:07 seemant Exp $
S=${WORKDIR}/${P}
-
DESCRIPTION="Improved make"
-
SRC_URI="http://plg.uwaterloo.ca/~ftp/dmake/dmake-v4.1-src-export.all-unknown-all.tar.gz"
+HOMEPAGE="http://www.scri.fsu.edu/~dwyer/dmake.html"
-HOMEPAGE=""
+SLOT="0"
+LICENSE="GPL-1"
+KEYWORDS="x86"
-DEPEND="virtual/glibc
- sys-apps/groff"
+DEPEND="sys-apps/groff"
src_unpack() {
@@ -19,25 +19,25 @@ src_unpack() {
unpack dmake-v4.1-src-export.all-unknown-all.tar.gz
mv dmake ${P}
- cp ${S}/unix/runargv.c ${S}/unix/runargv.c.orig
-
- cat ${S}/unix/runargv.c.orig | \
- sed -e "s:extern.*char \*sys_errlist\[\];::" \
- > ${S}/unix/runargv.c
- cp ${S}/unix/startup.h ${S}/unix/startup.h.orig
+ cd ${S}
+ cp unix/runargv.c unix/runargv.c.orig
+ cat unix/runargv.c.orig | \
+ sed -e "s:extern.*char \*sys_errlist\[\];::" \
+ > unix/runargv.c
+
+ cp unix/startup.h unix/startup.h.orig
- cat ${S}/unix/startup.h | \
- sed -e "s:usr/local/lib/dmake:usr/share/dmake:" \
- > ${S}/unix/startup.h
+ cat unix/startup.h | \
+ sed -e "s:usr/local/lib/dmake:usr/share/dmake:" \
+ > unix/startup.h
}
src_compile() {
sh unix/linux/gnu/make.sh
-
- cat man/dmake.tf > man/dmake.1
+ cp man/dmake.tf man/dmake.1
}
@@ -52,4 +52,3 @@ src_install () {
doins startup/{startup.mk,config.mk} startup/unix
}
-
diff --git a/dev-util/dmake/dmake-4.1.ebuild b/dev-util/dmake/dmake-4.1.ebuild
deleted file mode 100644
index 0a1ad212c356..000000000000
--- a/dev-util/dmake/dmake-4.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/dmake-4.1.ebuild,v 1.2 2002/07/11 06:30:25 drobbins Exp $
-
-S=${WORKDIR}/${P}
-
-DESCRIPTION="Improved make"
-
-SRC_URI="http://plg.uwaterloo.ca/~ftp/dmake/dmake-v4.1-src-export.all-unknown-all.tar.gz"
-
-HOMEPAGE=""
-
-DEPEND="virtual/glibc
- sys-apps/groff"
-
-src_unpack() {
-
- cd ${WORKDIR}
- unpack dmake-v4.1-src-export.all-unknown-all.tar.gz
-
- mv dmake ${P}
-
- cp ${S}/unix/runargv.c ${S}/unix/runargv.c.orig
-
- cat ${S}/unix/runargv.c.orig | \
- sed -e "s:extern.*char \*sys_errlist\[\];::" \
- > ${S}/unix/runargv.c
-
-}
-
-src_compile() {
-
- sh unix/linux/gnu/make.sh
-
- cat man/dmake.tf > man/dmake.1
-
-}
-
-src_install () {
-
- into /usr
-
- doman man/dmake.1
- dobin dmake
-}
-
diff --git a/dev-util/dmake/files/digest-dmake-4.1 b/dev-util/dmake/files/digest-dmake-4.1
deleted file mode 100644
index e3b84b04cb32..000000000000
--- a/dev-util/dmake/files/digest-dmake-4.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5841be5f11b8294e95edc1f28cc11c5b dmake-v4.1-src-export.all-unknown-all.tar.gz 473427