From 5173b191b1af30e518a39db5924a188874fd68c6 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Sun, 18 Apr 2004 03:29:34 +0000 Subject: Homedirectory move - ref bug #47792. Thanks Aaron Peterson --- app-misc/jail/ChangeLog | 5 ++++- app-misc/jail/jail-1.9-r1.ebuild | 9 +++++---- app-misc/jail/metadata.xml | 15 +++++++++++++++ 3 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 app-misc/jail/metadata.xml (limited to 'app-misc/jail') diff --git a/app-misc/jail/ChangeLog b/app-misc/jail/ChangeLog index 382ad005d646..00701d527ded 100644 --- a/app-misc/jail/ChangeLog +++ b/app-misc/jail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/jail # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/jail/ChangeLog,v 1.10 2004/04/17 06:17:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jail/ChangeLog,v 1.11 2004/04/18 03:29:34 dragonheart Exp $ + + 18 Apr 2004; Daniel Black jail-1.9-r1.ebuild: + Homedirectory move - ref bug #47792. Thanks Aaron Peterson 16 Apr 2004; Michael Sterrett jail-1.9.ebuild: clean older version diff --git a/app-misc/jail/jail-1.9-r1.ebuild b/app-misc/jail/jail-1.9-r1.ebuild index 0a227cfc3fd1..03e1ecf0ca9d 100644 --- a/app-misc/jail/jail-1.9-r1.ebuild +++ b/app-misc/jail/jail-1.9-r1.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/jail/jail-1.9-r1.ebuild,v 1.9 2004/03/14 10:59:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jail/jail-1.9-r1.ebuild,v 1.10 2004/04/18 03:29:34 dragonheart Exp $ inherit eutils S="${WORKDIR}/${PN}_1-9_stable" DESCRIPTION="Jail Chroot Project is a tool that builds a chrooted environment and automagically configures and builds all the required files, directories and libraries" -SRC_URI="http://www.gsyc.inf.uc3m.es/~assman/downloads/jail/${PN}_${PV}.tar.gz" -HOMEPAGE="http://www.gsyc.inf.uc3m.es/~assman/jail/" - +SRC_URI="mirror://sourceforge/jail/${PN}_${PV}.tar.gz" +HOMEPAGE="http://www.jmcresearch.com/projects/jail/" +RESTRICT="nomirror" +IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 -ppc -sparc" diff --git a/app-misc/jail/metadata.xml b/app-misc/jail/metadata.xml new file mode 100644 index 000000000000..f5debc05255a --- /dev/null +++ b/app-misc/jail/metadata.xml @@ -0,0 +1,15 @@ + + + + no-herd + + bug-wranglers@gentoo.org + This package lacks a primary herd or maintainer. + + +Jail Chroot Project is an attempt of write a tool that builds a chrooted environment. +The main goal of Jail is to be as simple as possible, and highly portable. The most +difficult step when building a chrooted environment is to set up the right libraries and +files. Here, Jail comes to the rescue with a tool to automagically configures and builds +all the required files, directories and libraries. + -- cgit v1.2.3-65-gdbad