diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-06-20 02:33:45 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-06-20 02:33:45 +0000 |
commit | 59fc5a96078aedd552fc1d945d5571ce55eb31a3 (patch) | |
tree | a331d2916546362a8f5557d964a2bc3cc308cc00 /app-misc/dnetc | |
parent | Initial import, ebuild based on net-irc/epic4 (Manifest recommit) (diff) | |
download | gentoo-2-59fc5a96078aedd552fc1d945d5571ce55eb31a3.tar.gz gentoo-2-59fc5a96078aedd552fc1d945d5571ce55eb31a3.tar.bz2 gentoo-2-59fc5a96078aedd552fc1d945d5571ce55eb31a3.zip |
Sparc stable, support for ogr-p2
Diffstat (limited to 'app-misc/dnetc')
-rw-r--r-- | app-misc/dnetc/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/dnetc/dnetc-2.9008.490.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/dnetc/ChangeLog b/app-misc/dnetc/ChangeLog index 5c567b71f4b0..067cd2c56b9f 100644 --- a/app-misc/dnetc/ChangeLog +++ b/app-misc/dnetc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/dnetc # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/ChangeLog,v 1.27 2004/06/15 22:53:33 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/ChangeLog,v 1.28 2004/06/20 02:33:45 gustavoz Exp $ + + 19 Jun 2004; Gustavo Zacarias <gustavoz@gentoo.org> dnetc-2.9008.490.ebuild: + Sparc stable, support for ogr-p2 15 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> files/dnetc.init: Make initscript run before net, closing #53914. diff --git a/app-misc/dnetc/dnetc-2.9008.490.ebuild b/app-misc/dnetc/dnetc-2.9008.490.ebuild index 87b9ba916e82..25e2d09ae586 100644 --- a/app-misc/dnetc/dnetc-2.9008.490.ebuild +++ b/app-misc/dnetc/dnetc-2.9008.490.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/dnetc-2.9008.490.ebuild,v 1.4 2004/06/05 21:37:03 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/dnetc-2.9008.490.ebuild,v 1.5 2004/06/20 02:33:45 gustavoz Exp $ MAJ_PV=${PV:0:6} MIN_PV=${PV:7:9} @@ -12,7 +12,7 @@ SRC_URI=" x86? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}- ppc? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-ppc.tar.gz )" LICENSE="distributed.net" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc -alpha -mips -hppa" +KEYWORDS="~x86 ~ppc sparc -alpha -mips -hppa" IUSE="" DEPEND="" RDEPEND="net-dns/bind-tools" |