summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2005-01-02 10:23:49 +0000
committerStuart Herbert <stuart@gentoo.org>2005-01-02 10:23:49 +0000
commit893496016e2cdcbb4a8891087905b5fa1ecd2732 (patch)
treec1e2fb174f2362d80fd9aa410c58b500772e005e /net-misc/nxcomp
parentRemoved nxcomp-1.4*; this is now installed by nx-x11 (diff)
downloadhistorical-893496016e2cdcbb4a8891087905b5fa1ecd2732.tar.gz
historical-893496016e2cdcbb4a8891087905b5fa1ecd2732.tar.bz2
historical-893496016e2cdcbb4a8891087905b5fa1ecd2732.zip
Removed obsolete versions
Diffstat (limited to 'net-misc/nxcomp')
-rw-r--r--net-misc/nxcomp/ChangeLog8
-rw-r--r--net-misc/nxcomp/files/digest-nxcomp-1.2.2-r11
-rw-r--r--net-misc/nxcomp/files/digest-nxcomp-1.3.01
-rw-r--r--net-misc/nxcomp/files/digest-nxcomp-1.3.21
-rw-r--r--net-misc/nxcomp/nxcomp-1.2.2-r1.ebuild32
-rw-r--r--net-misc/nxcomp/nxcomp-1.3.0.ebuild38
-rw-r--r--net-misc/nxcomp/nxcomp-1.3.2.ebuild38
7 files changed, 7 insertions, 112 deletions
diff --git a/net-misc/nxcomp/ChangeLog b/net-misc/nxcomp/ChangeLog
index 5b564d3db303..46be77597852 100644
--- a/net-misc/nxcomp/ChangeLog
+++ b/net-misc/nxcomp/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/nxcomp
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcomp/ChangeLog,v 1.16 2005/01/02 10:19:41 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcomp/ChangeLog,v 1.17 2005/01/02 10:21:26 stuart Exp $
+
+*nxcomp-1.2.2-r1 (02 Jan 2005)
+
+ 02 Jan 2005; Stuart Herbert <stuart@gentoo.org> -nxcomp-1.2.2-r1.ebuild,
+ -nxcomp-1.3.0.ebuild, -nxcomp-1.3.2.ebuild:
+ Removed obsolete version
02 Jan 2005; Stuart Herbert <stuart@gentoo.org> -nxcomp-1.4.0.ebuild:
Now installed by nx-x11
diff --git a/net-misc/nxcomp/files/digest-nxcomp-1.2.2-r1 b/net-misc/nxcomp/files/digest-nxcomp-1.2.2-r1
deleted file mode 100644
index 84076ead3a3b..000000000000
--- a/net-misc/nxcomp/files/digest-nxcomp-1.2.2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d49e8aaa218ccd5776d0b1b9eb0127d3 nxcomp-1.2.2-67.tar.gz 360600
diff --git a/net-misc/nxcomp/files/digest-nxcomp-1.3.0 b/net-misc/nxcomp/files/digest-nxcomp-1.3.0
deleted file mode 100644
index 65df4defd1f8..000000000000
--- a/net-misc/nxcomp/files/digest-nxcomp-1.3.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b2f221fba2ad7327efb87be9fc35d0fb nxcomp-1.3.0-48.tar.gz 429738
diff --git a/net-misc/nxcomp/files/digest-nxcomp-1.3.2 b/net-misc/nxcomp/files/digest-nxcomp-1.3.2
deleted file mode 100644
index 6753c94d74cd..000000000000
--- a/net-misc/nxcomp/files/digest-nxcomp-1.3.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1790feafa93c3ca58af117ab6f1f5bca nxcomp-1.3.2-4.tar.gz 432456
diff --git a/net-misc/nxcomp/nxcomp-1.2.2-r1.ebuild b/net-misc/nxcomp/nxcomp-1.2.2-r1.ebuild
deleted file mode 100644
index 6b8a161e58c4..000000000000
--- a/net-misc/nxcomp/nxcomp-1.2.2-r1.ebuild
+++ /dev/null
@@ -1,32 +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/nxcomp/nxcomp-1.2.2-r1.ebuild,v 1.4 2005/01/02 10:19:41 stuart Exp $
-
-MY_P="${P}-67"
-DESCRIPTION="X11 protocol compression library"
-HOMEPAGE="http://www.nomachine.com/"
-SRC_URI="http://www.nomachine.com/download/nxsources/nxcomp/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-DEPEND=""
-# Run-time dependencies, same as DEPEND if RDEPEND isn't defined:
-#RDEPEND=""
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- ./configure
- emake || die "compile problem"
-}
-
-src_install() {
- insinto /usr/NX/lib
- dolib libXcomp.so.1.2.2
-
- dodoc README README-IPAQ LICENSE VERSION
-
- insinto /usr/NX/include
- doins NX.h
-}
diff --git a/net-misc/nxcomp/nxcomp-1.3.0.ebuild b/net-misc/nxcomp/nxcomp-1.3.0.ebuild
deleted file mode 100644
index 97d28ad59e8c..000000000000
--- a/net-misc/nxcomp/nxcomp-1.3.0.ebuild
+++ /dev/null
@@ -1,38 +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/nxcomp/nxcomp-1.3.0.ebuild,v 1.8 2005/01/02 10:19:41 stuart Exp $
-
-MY_P="${PN}-1.3.0-48"
-DESCRIPTION="X11 protocol compression library"
-HOMEPAGE="http://www.nomachine.com/"
-SRC_URI="http://www.nomachine.com/download/nxsources/nxcomp/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE=""
-DEPEND=">=media-libs/jpeg-6b-r3
->=media-libs/libpng-1.2.5-r4
->=sys-devel/gcc-3.2.3-r2
->=sys-libs/glibc-2.3.2-r3
->=sys-libs/zlib-1.1.4-r2
-virtual/x11"
-
-# Run-time dependencies, same as DEPEND if RDEPEND isn't defined:
-#RDEPEND=""
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- ./configure
- DISTCC_HOSTS="localhost" CCACHE_DISABLE="1" emake || die "compile problem"
-}
-
-src_install() {
- insinto /usr/NX/lib
- dolib libXcomp.so.1.3.0
-
- dodoc README README-IPAQ LICENSE VERSION
-
- insinto /usr/NX/include
- doins NX.h
-}
diff --git a/net-misc/nxcomp/nxcomp-1.3.2.ebuild b/net-misc/nxcomp/nxcomp-1.3.2.ebuild
deleted file mode 100644
index 9097662fc5b5..000000000000
--- a/net-misc/nxcomp/nxcomp-1.3.2.ebuild
+++ /dev/null
@@ -1,38 +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/nxcomp/nxcomp-1.3.2.ebuild,v 1.6 2005/01/02 10:19:41 stuart Exp $
-
-MY_P="${PN}-1.3.2-4"
-DESCRIPTION="X11 protocol compression library"
-HOMEPAGE="http://www.nomachine.com/"
-SRC_URI="http://www.nomachine.com/download/nxsources/nxcomp/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE=""
-DEPEND=">=media-libs/jpeg-6b-r3
->=media-libs/libpng-1.2.5-r4
->=sys-devel/gcc-3.2.3-r2
->=sys-libs/glibc-2.3.2-r3
->=sys-libs/zlib-1.1.4-r2
-virtual/x11"
-
-# Run-time dependencies, same as DEPEND if RDEPEND isn't defined:
-#RDEPEND=""
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- ./configure
- DISTCC_HOSTS="localhost" CCACHE_DISABLE="1" emake || die "compile problem"
-}
-
-src_install() {
- dolib libXcomp.so.${PV}
- preplib
-
- dodoc README README-IPAQ LICENSE VERSION
-
- insinto /usr/NX/include
- doins NX.h
-}