summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-29 20:15:35 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-29 20:15:35 +0000
commit27878f2807299622e622dd4a5a795e0e60900e47 (patch)
tree962b53c65c75dea0871dfabc50a461c9dbd6dd28 /net-misc/nstx
parentRemove old. (diff)
downloadgentoo-2-27878f2807299622e622dd4a5a795e0e60900e47.tar.gz
gentoo-2-27878f2807299622e622dd4a5a795e0e60900e47.tar.bz2
gentoo-2-27878f2807299622e622dd4a5a795e0e60900e47.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-misc/nstx')
-rw-r--r--net-misc/nstx/ChangeLog7
-rw-r--r--net-misc/nstx/nstx-1.1_beta6-r2.ebuild44
2 files changed, 5 insertions, 46 deletions
diff --git a/net-misc/nstx/ChangeLog b/net-misc/nstx/ChangeLog
index d66fda7861bf..f598242c28b3 100644
--- a/net-misc/nstx/ChangeLog
+++ b/net-misc/nstx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/nstx
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nstx/ChangeLog,v 1.13 2014/03/10 10:59:21 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nstx/ChangeLog,v 1.14 2015/04/29 20:15:35 mrueg Exp $
+
+ 29 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -nstx-1.1_beta6-r2.ebuild:
+ Remove old.
10 Mar 2014; Samuli Suominen <ssuominen@gentoo.org> nstx-1.1_beta6-r3.ebuild:
Punt virtual/libc dependency.
diff --git a/net-misc/nstx/nstx-1.1_beta6-r2.ebuild b/net-misc/nstx/nstx-1.1_beta6-r2.ebuild
deleted file mode 100644
index 930701e2596d..000000000000
--- a/net-misc/nstx/nstx-1.1_beta6-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2010 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.6 2010/10/28 10:28:52 ssuominen Exp $
-
-inherit versionator toolchain-funcs eutils
-
-MY_PV=$(replace_version_separator 2 - "${PV}")
-MY_P="${PN}-${MY_PV}"
-DEBIAN_PV="4"
-DEBIAN_A="${PN}_${MY_PV}-${DEBIAN_PV}.diff.gz"
-
-DESCRIPTION="IP over DNS tunnel"
-SRC_URI="http://dereference.de/nstx/${MY_P}.tgz
- mirror://debian/pool/main/${PN:0:1}/${PN}/${DEBIAN_A}"
-HOMEPAGE="http://dereference.de/nstx/"
-RDEPEND=""
-DEPEND="virtual/os-headers
- ${RDEPEND}"
-KEYWORDS="~amd64 x86"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${MY_P}.tgz
- epatch "${DISTDIR}"/${DEBIAN_A}
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die
-}
-
-src_install() {
- into /usr
- dosbin nstxcd nstxd
- dodoc README Changelog
- doman *.8
-}
-
-pkg_postinst() {
- einfo "Please read the documentation provided in"
- einfo " `find /usr/share/doc/${PF}/ -name 'README*'`"
-}