diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-04-18 03:29:34 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-04-18 03:29:34 +0000 |
commit | 5173b191b1af30e518a39db5924a188874fd68c6 (patch) | |
tree | 002eeb681ebc6d5dbb9fedd8d89e733b70c29f68 | |
parent | Initial Commit of s390-tools (Manifest recommit) (diff) | |
download | gentoo-2-5173b191b1af30e518a39db5924a188874fd68c6.tar.gz gentoo-2-5173b191b1af30e518a39db5924a188874fd68c6.tar.bz2 gentoo-2-5173b191b1af30e518a39db5924a188874fd68c6.zip |
Homedirectory move - ref bug #47792. Thanks Aaron Peterson <alpeterson@wsu.edu>
-rw-r--r-- | app-misc/jail/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/jail/jail-1.9-r1.ebuild | 9 | ||||
-rw-r--r-- | app-misc/jail/metadata.xml | 15 |
3 files changed, 24 insertions, 5 deletions
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 <dragonheart@gentoo.org> jail-1.9-r1.ebuild: + Homedirectory move - ref bug #47792. Thanks Aaron Peterson <alpeterson@wsu.edu> 16 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>bug-wranglers@gentoo.org</email> + <description>This package lacks a primary herd or maintainer.</description> + </maintainer> + <longdescription> +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.</longdescription> +</pkgmetadata> |