diff options
author | 2002-07-17 10:43:25 +0000 | |
---|---|---|
committer | 2002-07-17 10:43:25 +0000 | |
commit | 89cf85367cad185b35b75ffde6e12f0673cae8eb (patch) | |
tree | 499f20156c7ae9f69bede3e80b43db78b8511997 /net-dialup/isdn4k-utils | |
parent | SLOT, KEYWORDS, LICENSE, 1.0.x unfriendly notice (diff) | |
download | historical-89cf85367cad185b35b75ffde6e12f0673cae8eb.tar.gz historical-89cf85367cad185b35b75ffde6e12f0673cae8eb.tar.bz2 historical-89cf85367cad185b35b75ffde6e12f0673cae8eb.zip |
repoman'd
Diffstat (limited to 'net-dialup/isdn4k-utils')
-rw-r--r-- | net-dialup/isdn4k-utils/ChangeLog | 12 | ||||
-rw-r--r-- | net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r2.ebuild | 66 | ||||
-rw-r--r-- | net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r3.ebuild | 64 |
3 files changed, 69 insertions, 73 deletions
diff --git a/net-dialup/isdn4k-utils/ChangeLog b/net-dialup/isdn4k-utils/ChangeLog new file mode 100644 index 000000000000..01b7766aef79 --- /dev/null +++ b/net-dialup/isdn4k-utils/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for net-dialup/isdn4k-utils +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/ChangeLog,v 1.1 2002/07/17 10:43:24 seemant Exp $ + +*isdn4k-utils-3.1_p1-r3 (16 Jul 2002) + + 16 Jul 2002; Seemant Kulleen <seemant@gentoo.org> + isdn4k-utils-3.1_p1-r3.ebuild ChangeLog + files/digest-isdn4k-utils-3.1_p1-r3 : + + No, I am not the maintainer of this. I just added the ChangeLog file and + did some cleaning up of the ebuild. diff --git a/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r2.ebuild b/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r2.ebuild index af6cf22d753b..0d2b668e050f 100644 --- a/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r2.ebuild +++ b/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r2.ebuild @@ -1,53 +1,45 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r2.ebuild,v 1.3 2002/07/11 06:30:45 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r2.ebuild,v 1.4 2002/07/17 10:43:24 seemant Exp $ -A=isdn4k-utils.v3.1pre1.tar.gz -S=${WORKDIR}/isdn4k-utils +MY_P=${PN}.v3.1pre1 +S=${WORKDIR}/${PN} DESCRIPTION="ISDN-4-Linux Utils" -SRC_URI="ftp://ftp.isdn4linux.de/pub/isdn4linux/utils/"${A} +SRC_URI="ftp://ftp.isdn4linux.de/pub/isdn4linux/utils/${MY_P}.tar.gz" HOMEPAGE="http://www.isdn4linux.de/" -DEPEND="virtual/glibc - >=virtual/linux-sources-2.4 +DEPEND="virtual/linux-sources >=sys-libs/ncurses-5.1 >=sys-libs/gdbm-1.8.0 mysql? ( >=dev-db/mysql-3.23.26 ) - >=dev-lang/tcl-tk-8.1" + dev-lang/tcl + dev-lang/tk" + +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" src_unpack() { - unpack ${A} - cd ${S} - # sed -e "s:CONFIG_KERNELDIR=.*:CONFIG_KERNELDIR='${WORKDIR}/../../linux-2\.4\.0_rc103/work/linux':" ${O}/files/${P}.config > .config - cp ${FILESDIR}/${P}.config .config + unpack ${A} + cd ${S} + cp ${FILESDIR}/${P}.config .config } -src_compile() { - cd ${S} - try make subconfig - try make +src_compile() { + cd ${S} + make subconfig || die + make || die } -src_install() { - cd ${S} - dodir /dev - dodir /usr/sbin - dodir /usr/bin - try make install DESTDIR=${D} - - dodoc COPYING NEWS README Mini-FAQ/isdn-faq.txt - mv ${D}/usr/doc/vbox ${D}/usr/doc/isdn4k-utils-3.1_p1-r1 - - +src_install() { + cd ${S} + dodir /dev + dodir /usr/sbin + dodir /usr/bin + make install DESTDIR=${D} || die + + dodoc COPYING NEWS README Mini-FAQ/isdn-faq.txt + mv ${D}/usr/doc/vbox ${D}/usr/share/doc/${PF} + + } - - - - - - - - - - - diff --git a/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r3.ebuild b/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r3.ebuild index 72fb0af40111..3ddb6aef0234 100644 --- a/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r3.ebuild +++ b/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r3.ebuild @@ -1,53 +1,45 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r3.ebuild,v 1.3 2002/07/11 06:30:45 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r3.ebuild,v 1.4 2002/07/17 10:43:24 seemant Exp $ -A=isdn4k-utils.v3.1pre1.tar.gz -S=${WORKDIR}/isdn4k-utils +MY_P=isdn4k-utils.v3.1pre1 +S=${WORKDIR}/${PN} DESCRIPTION="ISDN-4-Linux Utils" -SRC_URI="ftp://ftp.isdn4linux.de/pub/isdn4linux/utils/"${A} +SRC_URI="ftp://ftp.isdn4linux.de/pub/isdn4linux/utils/${MY_P}.tar.gz" HOMEPAGE="http://www.isdn4linux.de/" -DEPEND="virtual/glibc - >=virtual/linux-sources-2.4 +DEPEND="virtual/linux-sources >=sys-libs/ncurses-5.1 >=sys-libs/gdbm-1.8.0 mysql? ( >=dev-db/mysql-3.23.26 ) >=dev-lang/tk-8.1" +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" + src_unpack() { - unpack ${A} - cd ${S} - # sed -e "s:CONFIG_KERNELDIR=.*:CONFIG_KERNELDIR='${WORKDIR}/../../linux-2\.4\.0_rc103/work/linux':" ${O}/files/${P}.config > .config - cp ${FILESDIR}/${P}.config .config + unpack ${A} + cd ${S} + cp ${FILESDIR}/${P}.config .config } -src_compile() { - cd ${S} - try make subconfig - try make +src_compile() { + cd ${S} + make subconfig || die + make || die } -src_install() { - cd ${S} - dodir /dev - dodir /usr/sbin - dodir /usr/bin - try make install DESTDIR=${D} - - dodoc COPYING NEWS README Mini-FAQ/isdn-faq.txt - mv ${D}/usr/doc/vbox ${D}/usr/doc/isdn4k-utils-3.1_p1-r1 - - +src_install() { + cd ${S} + dodir /dev + dodir /usr/sbin + dodir /usr/bin + make install DESTDIR=${D} || die + + dodoc COPYING NEWS README Mini-FAQ/isdn-faq.txt + mv ${D}/usr/doc/vbox ${D}/usr/share/doc/isdn4k-utils-3.1_p1-r1 + + rm -rf ${D}/usr/doc + } - - - - - - - - - - - |