summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2003-09-07 00:33:04 +0000
committerDaniel Robbins <drobbins@gentoo.org>2003-09-07 00:33:04 +0000
commit389baf58dd6b895147801327be4771fe56176332 (patch)
tree8c0c4444cf7730d258bb4268d4754f03e2756f28 /net-dialup
parentrepoman: trim trailing whitespace (diff)
downloadhistorical-389baf58dd6b895147801327be4771fe56176332.tar.gz
historical-389baf58dd6b895147801327be4771fe56176332.tar.bz2
historical-389baf58dd6b895147801327be4771fe56176332.zip
closing bug 28014 (crazy tetex dep by default)
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/mgetty/ChangeLog14
-rw-r--r--net-dialup/mgetty/Manifest8
-rw-r--r--net-dialup/mgetty/mgetty-1.1.28.ebuild8
-rw-r--r--net-dialup/mgetty/mgetty-1.1.30.ebuild10
4 files changed, 21 insertions, 19 deletions
diff --git a/net-dialup/mgetty/ChangeLog b/net-dialup/mgetty/ChangeLog
index bc9bbbf8d2f6..c44decf56d31 100644
--- a/net-dialup/mgetty/ChangeLog
+++ b/net-dialup/mgetty/ChangeLog
@@ -1,12 +1,14 @@
# ChangeLog for net-dialup/mgetty
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.14 2003/06/09 19:49:09 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.15 2003/09/07 00:33:01 drobbins Exp $
- 23 May 2003; Chuck Brewer <killian@gentoo.org>:
- Added manifest.
-
- 29 Apr 2003; Daniel Ahlberg <aliz@gentoo.org> mgetty-1.1.30.ebuild :
- Added fax user to allow installation to finish. Closes #19469.
+ 06 Sep 2003; Daniel Robbins <drobbins@gentoo.org> mgetty-1.1.30.ebuild,
+ mgetty-1.1.28.ebuild: made tetex dependency conditional on "doc" USE
+ variable. Too insane to depend on 100MB of sources to generate a postscript
+ doc file by default. Closing bug 28014.
+
+ 29 Apr 2003; Daniel Ahlberg <aliz@gentoo.org> mgetty-1.1.30.ebuild : Added
+ fax user to allow installation to finish. Closes #19469.
*mgetty-1.1.30 (28 Apr 2003)
diff --git a/net-dialup/mgetty/Manifest b/net-dialup/mgetty/Manifest
index e9a660fff71b..d5961c89797e 100644
--- a/net-dialup/mgetty/Manifest
+++ b/net-dialup/mgetty/Manifest
@@ -1,7 +1,7 @@
-MD5 b10975023036c88f1cabda52098bf521 ChangeLog 2455
-MD5 6168952dc692b0c7217eb592af463098 mgetty-1.1.28.ebuild 2579
-MD5 90f8a86ec1b8ec715703752813689287 mgetty-1.1.30.ebuild 2601
-MD5 504eadb9fddc097570882ddc40a66997 files/digest-mgetty-1.1.28 283
+MD5 cfe513ae828da5d140b3743684e8da41 mgetty-1.1.30.ebuild 2633
+MD5 5a496b9f19feab61d2603a30348eaffa mgetty-1.1.28.ebuild 2602
+MD5 e73a0ffc86e8dd5adde70473472ec16a ChangeLog 2658
MD5 bc47f96a12b21b779d57c0c2ad4b6837 files/mgetty-1.1.30-gentoo.diff 2771
MD5 a1e05459ce2d5ff673bad552f355be4f files/mgetty-1.1.28-gentoo.diff 2308
+MD5 504eadb9fddc097570882ddc40a66997 files/digest-mgetty-1.1.28 283
MD5 c9b070dfabf7bd139d53d263f869b4f0 files/digest-mgetty-1.1.30 70
diff --git a/net-dialup/mgetty/mgetty-1.1.28.ebuild b/net-dialup/mgetty/mgetty-1.1.28.ebuild
index 72adf0ba04e6..d6b852d66eb9 100644
--- a/net-dialup/mgetty/mgetty-1.1.28.ebuild
+++ b/net-dialup/mgetty/mgetty-1.1.28.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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.28.ebuild,v 1.11 2003/09/07 00:09:22 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.28.ebuild,v 1.12 2003/09/07 00:33:01 drobbins Exp $
inherit flag-o-matic
@@ -11,7 +11,7 @@ HOMEPAGE="http://alpha.greenie.net/mgetty/"
DEPEND=">=sys-apps/portage-2.0.47-r10
>=sys-apps/sed-4.0.5
- app-text/tetex
+ doc? app-text/tetex
sys-apps/gawk
dev-lang/perl"
@@ -25,7 +25,6 @@ src_unpack() {
unpack ${A}
epatch ${FILESDIR}/mgetty-${PV}-gentoo.diff
-
cd ${S}/doc
sed -i "s:dvips -o mgetty.ps:dvips -M -o mgetty.ps:" Makefile
@@ -79,7 +78,8 @@ src_install () {
cd ${S}
dodoc BUGS ChangeLog FTP README.1st Recommend THANKS TODO
cd doc
- dodoc *.txt modems.db mgetty.ps
+ dodoc *.txt modems.db
+ use doc && dodoc mgetty.ps
#generate missing fonts if any.
if [ -f ${S}/doc/missfont.log ]
diff --git a/net-dialup/mgetty/mgetty-1.1.30.ebuild b/net-dialup/mgetty/mgetty-1.1.30.ebuild
index 2d6047128894..5413429ebb0b 100644
--- a/net-dialup/mgetty/mgetty-1.1.30.ebuild
+++ b/net-dialup/mgetty/mgetty-1.1.30.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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.3 2003/09/07 00:09:22 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.30.ebuild,v 1.4 2003/09/07 00:33:01 drobbins Exp $
inherit flag-o-matic eutils
@@ -11,22 +11,21 @@ HOMEPAGE="http://alpha.greenie.net/mgetty/"
DEPEND=">=sys-apps/portage-2.0.47-r10
>=sys-apps/sed-4.0.5
- app-text/tetex
+ doc? app-text/tetex
sys-apps/gawk
dev-lang/perl"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
+IUSE="doc"
src_unpack() {
unpack ${A}
epatch ${FILESDIR}/mgetty-${PV}-gentoo.diff
-
cd ${S}/doc
sed -i "s:dvips -o mgetty.ps:dvips -M -o mgetty.ps:" Makefile
-
cd ${S}
sed -e 's:var/log/mgetty:var/log/mgetty/mgetty:' \
-e 's:var/log/sendfax:var/log/mgetty/sendfax:' \
@@ -81,7 +80,8 @@ src_install () {
cd ${S}
dodoc BUGS ChangeLog FTP README.1st Recommend THANKS TODO
cd doc
- dodoc *.txt modems.db mgetty.ps
+ dodoc *.txt modems.db
+ use doc && dodoc mgetty.ps
#generate missing fonts if any.
if [ -f ${S}/doc/missfont.log ]