diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2003-10-05 00:44:19 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2003-10-05 00:44:19 +0000 |
commit | 446774b32f795eb57364b3825b6c5d332e42c383 (patch) | |
tree | d85d864d40e55e2d2782a8a47e00061de27f9502 /app-sci | |
parent | version bump (diff) | |
download | gentoo-2-446774b32f795eb57364b3825b6c5d332e42c383.tar.gz gentoo-2-446774b32f795eb57364b3825b6c5d332e42c383.tar.bz2 gentoo-2-446774b32f795eb57364b3825b6c5d332e42c383.zip |
Adding what appears to be a non-optional tetex dependency. However there are sandbox issues at present (bug #20657).
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/moldy/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/moldy/Manifest | 6 | ||||
-rw-r--r-- | app-sci/moldy/metadata.xml | 4 | ||||
-rw-r--r-- | app-sci/moldy/moldy-2.16e.ebuild | 5 |
4 files changed, 15 insertions, 6 deletions
diff --git a/app-sci/moldy/ChangeLog b/app-sci/moldy/ChangeLog index 3fc7478ebac0..0f33ed41b929 100644 --- a/app-sci/moldy/ChangeLog +++ b/app-sci/moldy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-sci/moldy # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/moldy/ChangeLog,v 1.3 2003/02/12 05:17:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/moldy/ChangeLog,v 1.4 2003/10/05 00:44:16 spyderous Exp $ + + 04 Oct 2003; Donnie Berkholz <spyderous@gentoo.org>; moldy-2.16e.ebuild: + Adding what appears to be a non-optional tetex dependency. However there are + sandbox issues at present (bug #20657). *moldy-2.16e (1 Feb 2002) diff --git a/app-sci/moldy/Manifest b/app-sci/moldy/Manifest index de001323a14c..b370f6496ad7 100644 --- a/app-sci/moldy/Manifest +++ b/app-sci/moldy/Manifest @@ -1,4 +1,4 @@ -MD5 43913061ee5d6dd12d4996e8b3fec279 ChangeLog 667 -MD5 608b2b5374089bd060f547ed21f38037 moldy-2.16e.ebuild 1642 -MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 94aea7631e31e8bf2fbdfebca684729a ChangeLog 867 +MD5 af1bfbb0777267a03e889b08173f2757 metadata.xml 248 +MD5 a399ef4390329dfebef4dbb86236c28f moldy-2.16e.ebuild 1651 MD5 073b906dd873064f8f0f5bab474fda43 files/digest-moldy-2.16e 63 diff --git a/app-sci/moldy/metadata.xml b/app-sci/moldy/metadata.xml index b229aec85b8f..211b8bd0f0a4 100644 --- a/app-sci/moldy/metadata.xml +++ b/app-sci/moldy/metadata.xml @@ -2,4 +2,8 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>sci</herd> +<maintainer> +<email>spyderous@gentoo.org</email> +<name>Donnie Berkholz</name> +</maintainer> </pkgmetadata> diff --git a/app-sci/moldy/moldy-2.16e.ebuild b/app-sci/moldy/moldy-2.16e.ebuild index ddb66d0ebd28..a5e3647dbc3a 100644 --- a/app-sci/moldy/moldy-2.16e.ebuild +++ b/app-sci/moldy/moldy-2.16e.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/app-sci/moldy/moldy-2.16e.ebuild,v 1.8 2003/02/13 09:23:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/moldy/moldy-2.16e.ebuild,v 1.9 2003/10/05 00:44:16 spyderous Exp $ IUSE="X" @@ -15,12 +15,13 @@ SLOT="0" KEYWORDS="x86" DEPEND="virtual/glibc + app-text/tetex X? ( x11-base/xfree )" src_compile() { local myconf - use X || myconf="--without-x" + myconf=`use_with X` #Individuals may want to edit the OPT* variables below. #From the READ.ME: |