diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-01-28 00:12:55 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-01-28 00:12:55 +0000 |
commit | 81ad8f5f84e50839e64bf477cac9fd437b8e84e4 (patch) | |
tree | 29bf9a4368b6e0e81439d54bb203b5db247c6910 /net-misc | |
parent | Adding meta for 2.20.3 (diff) | |
download | gentoo-2-81ad8f5f84e50839e64bf477cac9fd437b8e84e4.tar.gz gentoo-2-81ad8f5f84e50839e64bf477cac9fd437b8e84e4.tar.bz2 gentoo-2-81ad8f5f84e50839e64bf477cac9fd437b8e84e4.zip |
Fix einfo output per bug #207781, and clean up old ebuilds.
(Portage version: 2.1.4)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/nstx/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/nstx/files/digest-nstx-1.1_beta6 | 3 | ||||
-rw-r--r-- | net-misc/nstx/files/digest-nstx-1.1_beta6-r1 | 3 | ||||
-rw-r--r-- | net-misc/nstx/nstx-1.1_beta6-r1.ebuild | 34 | ||||
-rw-r--r-- | net-misc/nstx/nstx-1.1_beta6-r2.ebuild | 6 | ||||
-rw-r--r-- | net-misc/nstx/nstx-1.1_beta6.ebuild | 36 |
6 files changed, 9 insertions, 81 deletions
diff --git a/net-misc/nstx/ChangeLog b/net-misc/nstx/ChangeLog index 378e322c05f4..a0bd52f264ee 100644 --- a/net-misc/nstx/ChangeLog +++ b/net-misc/nstx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/nstx -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nstx/ChangeLog,v 1.5 2007/06/12 21:48:58 jokey Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/nstx/ChangeLog,v 1.6 2008/01/28 00:12:54 robbat2 Exp $ + + 28 Jan 2008; Robin H. Johnson <robbat2@gentoo.org> -nstx-1.1_beta6.ebuild, + -nstx-1.1_beta6-r1.ebuild, nstx-1.1_beta6-r2.ebuild: + Fix einfo output per bug #207781, and clean up old ebuilds. 12 Jun 2007; Markus Ullmann <jokey@gentoo.org> nstx-1.1_beta6-r2.ebuild: Stable on x86 wrt bug #181603 diff --git a/net-misc/nstx/files/digest-nstx-1.1_beta6 b/net-misc/nstx/files/digest-nstx-1.1_beta6 deleted file mode 100644 index ed1ad906ccce..000000000000 --- a/net-misc/nstx/files/digest-nstx-1.1_beta6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 275abd75a856b07a798b1f2360088cf5 nstx-1.1-beta6.tgz 20458 -RMD160 1392d7f96c9668cc40b65fa30cbaf8cf1b64feb2 nstx-1.1-beta6.tgz 20458 -SHA256 57a1962a66e9cb64fe70839d852c56cd253092260eab589a8173740b75b21450 nstx-1.1-beta6.tgz 20458 diff --git a/net-misc/nstx/files/digest-nstx-1.1_beta6-r1 b/net-misc/nstx/files/digest-nstx-1.1_beta6-r1 deleted file mode 100644 index ed1ad906ccce..000000000000 --- a/net-misc/nstx/files/digest-nstx-1.1_beta6-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 275abd75a856b07a798b1f2360088cf5 nstx-1.1-beta6.tgz 20458 -RMD160 1392d7f96c9668cc40b65fa30cbaf8cf1b64feb2 nstx-1.1-beta6.tgz 20458 -SHA256 57a1962a66e9cb64fe70839d852c56cd253092260eab589a8173740b75b21450 nstx-1.1-beta6.tgz 20458 diff --git a/net-misc/nstx/nstx-1.1_beta6-r1.ebuild b/net-misc/nstx/nstx-1.1_beta6-r1.ebuild deleted file mode 100644 index 005413bbf9ce..000000000000 --- a/net-misc/nstx/nstx-1.1_beta6-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nstx/nstx-1.1_beta6-r1.ebuild,v 1.1 2005/07/21 03:06:47 robbat2 Exp $ - -inherit versionator toolchain-funcs - -MY_PV=$(replace_version_separator 2 - "${PV}") -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="IP over DNS tunnel" -SRC_URI="http://dereference.de/nstx/${MY_P}.tgz" -HOMEPAGE="http://dereference.de/nstx/" -DEPEND="virtual/os-headers" -RDEPEND="" -KEYWORDS="~x86" -IUSE="" -LICENSE="GPL-2" -SLOT="0" -S="${WORKDIR}/${MY_P}" - -src_compile() { - emake CC="$(tc-getCC)" || die -} - -src_install() { - into /usr - dosbin nstxcd nstxd - dodoc README Changelog -} - -pkg_postinst() { - einfo "Please read the documentation provided in" - einfo " /usr/share/doc/${PF}/README.gz" -} diff --git a/net-misc/nstx/nstx-1.1_beta6-r2.ebuild b/net-misc/nstx/nstx-1.1_beta6-r2.ebuild index 5572fc90bf17..a28b50a827ea 100644 --- a/net-misc/nstx/nstx-1.1_beta6-r2.ebuild +++ b/net-misc/nstx/nstx-1.1_beta6-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nstx/nstx-1.1_beta6-r2.ebuild,v 1.2 2007/06/12 21:48:58 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nstx/nstx-1.1_beta6-r2.ebuild,v 1.3 2008/01/28 00:12:54 robbat2 Exp $ inherit versionator toolchain-funcs eutils @@ -40,5 +40,5 @@ src_install() { pkg_postinst() { einfo "Please read the documentation provided in" - einfo " /usr/share/doc/${PF}/README.gz" + einfo " `find /usr/share/doc/${PF}/ -name 'README*'`" } diff --git a/net-misc/nstx/nstx-1.1_beta6.ebuild b/net-misc/nstx/nstx-1.1_beta6.ebuild deleted file mode 100644 index 74e8a094edcd..000000000000 --- a/net-misc/nstx/nstx-1.1_beta6.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nstx/nstx-1.1_beta6.ebuild,v 1.1 2005/06/08 19:49:03 robbat2 Exp $ - -inherit linux-info versionator - -MY_PV=$(replace_version_separator 2 - "${PV}") -MY_P="${PN}-${MY_PV}" - -CONFIG_CHECK="ETHERTAP" - -DESCRIPTION="IP over DNS tunnel" -SRC_URI="http://dereference.de/nstx/${MY_P}.tgz" -HOMEPAGE="http://dereference.de/nstx/" -DEPEND="virtual/linux-sources" -RDEPEND="" -KEYWORDS="~x86" -IUSE="" -LICENSE="GPL-2" -SLOT="0" -S="${WORKDIR}/${MY_P}" - -src_compile() { - emake || die -} - -src_install() { - into /usr - dosbin nstxcd nstxd - dodoc README Changelog -} - -pkg_postinst() { - einfo "Please read the documentation provided in" - einfo " /usr/share/doc/${PF}/README.gz" -} |