diff options
author | Scott W Taylor <swtaylor@gentoo.org> | 2004-04-28 10:10:32 +0000 |
---|---|---|
committer | Scott W Taylor <swtaylor@gentoo.org> | 2004-04-28 10:10:32 +0000 |
commit | 4395138fe96a581f86cb9afc705da261b99b3472 (patch) | |
tree | f55947d0d1b63d4a24c838911d9eef9ab26ca4cf /net-dialup/mgetty | |
parent | get ppc up to speed (Manifest recommit) (diff) | |
download | gentoo-2-4395138fe96a581f86cb9afc705da261b99b3472.tar.gz gentoo-2-4395138fe96a581f86cb9afc705da261b99b3472.tar.bz2 gentoo-2-4395138fe96a581f86cb9afc705da261b99b3472.zip |
lose unneeded ${S} definition
Diffstat (limited to 'net-dialup/mgetty')
-rw-r--r-- | net-dialup/mgetty/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/mgetty/Manifest | 2 | ||||
-rw-r--r-- | net-dialup/mgetty/mgetty-1.1.30.ebuild | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/net-dialup/mgetty/ChangeLog b/net-dialup/mgetty/ChangeLog index d2b6662f2454..a49667d6f81c 100644 --- a/net-dialup/mgetty/ChangeLog +++ b/net-dialup/mgetty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/mgetty # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.27 2004/04/28 10:00:42 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.28 2004/04/28 10:10:32 swtaylor Exp $ + + 28 Apr 2004; Scott W Taylor <swtaylor@gentoo.org> mgetty-1.1.30.ebuild: + drop unneeded $S definition 28 Apr 2004; Scott W Taylor <swtaylor@gentoo.org> mgetty-1.1.30.ebuild: stable promotion diff --git a/net-dialup/mgetty/Manifest b/net-dialup/mgetty/Manifest index 4a45c5d5e154..cb5e4415a138 100644 --- a/net-dialup/mgetty/Manifest +++ b/net-dialup/mgetty/Manifest @@ -1,4 +1,4 @@ -MD5 d153e84f66da65469e7e983857384541 mgetty-1.1.30.ebuild 3375 +MD5 043390a3147eb10283ae85b1cbb9914e mgetty-1.1.30.ebuild 3357 MD5 8ae3ec358fe5b7471a21d77a68934dae mgetty-1.1.28.ebuild 2608 MD5 9ff87f97f7233f74a5fcff727bc51d15 ChangeLog 3927 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 diff --git a/net-dialup/mgetty/mgetty-1.1.30.ebuild b/net-dialup/mgetty/mgetty-1.1.30.ebuild index 6efb992a67f6..3f525b13ad85 100644 --- a/net-dialup/mgetty/mgetty-1.1.30.ebuild +++ b/net-dialup/mgetty/mgetty-1.1.30.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.30.ebuild,v 1.14 2004/04/28 10:00:42 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.30.ebuild,v 1.15 2004/04/28 10:10:32 swtaylor Exp $ inherit flag-o-matic eutils -S=${WORKDIR}/${P} DESCRIPTION="Fax and Voice modem programs." SRC_URI="ftp://alpha.greenie.net/pub/mgetty/source/1.1/${PN}${PV}-Dec16.tar.gz" HOMEPAGE="http://alpha.greenie.net/mgetty/" |