summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2006-01-02 19:21:17 +0000
committerJory Pratt <anarchy@gentoo.org>2006-01-02 19:21:17 +0000
commit91e364cc2737e12e14b86f70cfe4f5c4a46a0da8 (patch)
tree57908deebdc209c2d27b45ad97ac7fe006a91a27 /app-editors
parentAdd an optional xinetd.d file by Malte S. Stretz #117466. (diff)
downloadhistorical-91e364cc2737e12e14b86f70cfe4f5c4a46a0da8.tar.gz
historical-91e364cc2737e12e14b86f70cfe4f5c4a46a0da8.tar.bz2
historical-91e364cc2737e12e14b86f70cfe4f5c4a46a0da8.zip
DEPEND correction wrt bug#115339
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/nvu/ChangeLog7
-rw-r--r--app-editors/nvu/Manifest14
-rw-r--r--app-editors/nvu/nvu-1.0-r2.ebuild7
3 files changed, 11 insertions, 17 deletions
diff --git a/app-editors/nvu/ChangeLog b/app-editors/nvu/ChangeLog
index f955f14a2efe..6a4a9da1b902 100644
--- a/app-editors/nvu/ChangeLog
+++ b/app-editors/nvu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/nvu
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/ChangeLog,v 1.14 2005/11/18 03:03:27 anarchy Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/ChangeLog,v 1.15 2006/01/02 19:21:17 anarchy Exp $
+
+ 02 Jan 2006; Jory A. Pratt <anarchy@gentoo.org> nvu-1.0-r2.ebuild:
+ DEPEND correction wrt bug#115339
*nvu-1.0-r2 (18 Nov 2005)
diff --git a/app-editors/nvu/Manifest b/app-editors/nvu/Manifest
index c78588dafafe..68acc010164b 100644
--- a/app-editors/nvu/Manifest
+++ b/app-editors/nvu/Manifest
@@ -1,7 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 5c373eba2329362112eb26c95503c130 ChangeLog 4943
+MD5 80e048d8574c106a2735af8672e93e4a ChangeLog 5048
MD5 565f1133c57a789f0cf51c02510a6f9c files/1.0/mozconfig-1.0 1367
MD5 841f7a0a89c5d8be3841444ce2dd0b85 files/1.0/nvu-0.50-dir.patch 713
MD5 952edf776beb47f9ddeeed1eb3a9407f files/1.0/nvu-0.50-freetype-compile.patch 13641
@@ -14,11 +11,4 @@ MD5 a05fdf2c14ab81e5c9e6827958cc4a2c files/digest-nvu-1.0-r2 70
MD5 91bb5e61f505e2e53aa42345431c8fa7 files/mozconfig2 2160
MD5 2f058933e09a68513c1ca3022b81a441 metadata.xml 433
MD5 c3c4cbc233f87340d78fab34edbc469e nvu-0.90-r2.ebuild 2298
-MD5 7610a81d26637144949e3881091505d3 nvu-1.0-r2.ebuild 3081
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDff272G5bA0cA/ScRAtVTAJ41nOTLAHeN6sFNmM0NiTVU8tuAjwCg5N8X
-4VERerQB7y3cur6Pp3i6cXY=
-=kRgM
------END PGP SIGNATURE-----
+MD5 f71aac9cd14f142bff51d1f51c8ac89c nvu-1.0-r2.ebuild 3124
diff --git a/app-editors/nvu/nvu-1.0-r2.ebuild b/app-editors/nvu/nvu-1.0-r2.ebuild
index 5835cc3bf65b..13906dfef2d6 100644
--- a/app-editors/nvu/nvu-1.0-r2.ebuild
+++ b/app-editors/nvu/nvu-1.0-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/nvu-1.0-r2.ebuild,v 1.2 2005/11/18 16:13:32 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/nvu-1.0-r2.ebuild,v 1.3 2006/01/02 19:21:17 anarchy Exp $
inherit eutils mozconfig flag-o-matic multilib
@@ -12,7 +12,8 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~amd64"
IUSE=""
-DEPEND="sys-apps/gawk
+DEPEND="|| ( x11-proto/printproto virtual/x11 )
+ sys-apps/gawk
dev-lang/perl
>=media-libs/freetype-2.1.9-r1"