From 3f2be35377686d31df5a734264dda7cb03c20d1f Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Tue, 23 Jul 2002 10:38:07 +0000 Subject: repoman'd --- dev-util/dmake/dmake-4.1-r1.ebuild | 39 +++++++++++++++-------------- dev-util/dmake/dmake-4.1.ebuild | 46 ----------------------------------- dev-util/dmake/files/digest-dmake-4.1 | 1 - 3 files changed, 19 insertions(+), 67 deletions(-) delete mode 100644 dev-util/dmake/dmake-4.1.ebuild delete mode 100644 dev-util/dmake/files/digest-dmake-4.1 (limited to 'dev-util/dmake') 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 -- cgit v1.2.3-65-gdbad