diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-12-19 08:52:03 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-12-19 08:52:03 +0000 |
commit | f237a7aaf5376ad6ade51a3ea28b1e1301aa166f (patch) | |
tree | d9d4aef1cfe19d42f388910bb4f4ca09ec1c6a45 /net-dialup/mingetty | |
parent | Fixed wrong file creation bug (diff) | |
download | historical-f237a7aaf5376ad6ade51a3ea28b1e1301aa166f.tar.gz historical-f237a7aaf5376ad6ade51a3ea28b1e1301aa166f.tar.bz2 historical-f237a7aaf5376ad6ade51a3ea28b1e1301aa166f.zip |
move to rpm eclass and eutils eclass to use rpm_src_unpack magic and epatch, respectively
Diffstat (limited to 'net-dialup/mingetty')
-rw-r--r-- | net-dialup/mingetty/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/mingetty/Manifest | 4 | ||||
-rw-r--r-- | net-dialup/mingetty/mingetty-1.00.3.ebuild | 12 |
3 files changed, 12 insertions, 10 deletions
diff --git a/net-dialup/mingetty/ChangeLog b/net-dialup/mingetty/ChangeLog index 45f53fcb8bbb..77452247d9fd 100644 --- a/net-dialup/mingetty/ChangeLog +++ b/net-dialup/mingetty/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/mingetty # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/ChangeLog,v 1.8 2003/11/19 14:43:26 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/ChangeLog,v 1.9 2003/12/19 08:51:57 seemant Exp $ + + 19 Dec 2003; Seemant Kulleen <seemant@gentoo.org> mingetty-1.00.3.ebuild: + move to rpm eclass and eutils eclass to use rpm_src_unpack magic and epatch, + respectively 19 Nov 2003; Heinrich Wendel <lanius@gentoo.org> metadata.xml: metadata.xml diff --git a/net-dialup/mingetty/Manifest b/net-dialup/mingetty/Manifest index 517ece87c6c1..d4bed0c78fc5 100644 --- a/net-dialup/mingetty/Manifest +++ b/net-dialup/mingetty/Manifest @@ -1,5 +1,5 @@ -MD5 23eeb2a8793a4b9951f27bb41731ddae ChangeLog 1426 +MD5 f24494502fd311a3d610c2349d11558f ChangeLog 1598 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 -MD5 9d5db3a517970e8a7781587bf3716c52 mingetty-1.00.3.ebuild 992 +MD5 0cdde5552ce3507098dc6f96ec8f9195 mingetty-1.00.3.ebuild 845 MD5 5f50d456f26044f81b45f8ca250ab5c6 files/digest-mingetty-1.00.3 67 MD5 2468fd4da2ffd9439faecf5eb7630d85 files/mingetty-1.00-autologin.patch 13742 diff --git a/net-dialup/mingetty/mingetty-1.00.3.ebuild b/net-dialup/mingetty/mingetty-1.00.3.ebuild index b283ec96ccd4..4bd4f7aa0340 100644 --- a/net-dialup/mingetty/mingetty-1.00.3.ebuild +++ b/net-dialup/mingetty/mingetty-1.00.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/mingetty-1.00.3.ebuild,v 1.7 2003/10/20 00:18:49 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/mingetty-1.00.3.ebuild,v 1.8 2003/12/19 08:51:57 seemant Exp $ + +inherit rpm eutils RHP=${PN}-1.00 S=${WORKDIR}/${RHP} @@ -13,15 +15,11 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc hppa amd64 alpha ~sparc" -DEPEND="app-arch/rpm2targz" RDEPEND="virtual/glibc" src_unpack() { - cd ${WORKDIR} - rpm2targz ${DISTDIR}/${MYP}.src.rpm || die - tar zxf ${WORKDIR}/${MYP}.src.tar.gz || die - tar zxf ${WORKDIR}/${RHP}.tar.gz || die - patch -p0 < ${FILESDIR}/mingetty-1.00-autologin.patch || die + rpm_src_unpack + epatch ${FILESDIR}/mingetty-1.00-autologin.patch } src_compile() { |