summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-05-20 12:05:42 +0000
committerMarinus Schraal <foser@gentoo.org>2003-05-20 12:05:42 +0000
commitf92fd54488f5d95f93b4d9aed2a1fb0b94078390 (patch)
tree3afa36b867384964698812b51a5ac6bb9eec487f /net-libs/linc
parentInitial commit (diff)
downloadgentoo-2-f92fd54488f5d95f93b4d9aed2a1fb0b94078390.tar.gz
gentoo-2-f92fd54488f5d95f93b4d9aed2a1fb0b94078390.tar.bz2
gentoo-2-f92fd54488f5d95f93b4d9aed2a1fb0b94078390.zip
New version 'n cleanup
Diffstat (limited to 'net-libs/linc')
-rw-r--r--net-libs/linc/ChangeLog7
-rw-r--r--net-libs/linc/files/digest-linc-0.5.21
-rw-r--r--net-libs/linc/files/digest-linc-0.5.51
-rw-r--r--net-libs/linc/files/digest-linc-1.0.21
-rw-r--r--net-libs/linc/linc-0.5.2.ebuild44
-rw-r--r--net-libs/linc/linc-0.5.5.ebuild43
-rw-r--r--net-libs/linc/linc-1.0.2.ebuild27
7 files changed, 34 insertions, 90 deletions
diff --git a/net-libs/linc/ChangeLog b/net-libs/linc/ChangeLog
index 5e7e6b5a97d3..1d22c40073c3 100644
--- a/net-libs/linc/ChangeLog
+++ b/net-libs/linc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/linc
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/ChangeLog,v 1.20 2003/04/09 02:58:04 todd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/ChangeLog,v 1.21 2003/05/20 12:05:40 foser Exp $
+
+*linc-1.0.2 (19 May 20030
+
+ 19 May 2003; foser <foser@gentoo.org> linc-1.0.2.ebuild :
+ New version
*linc-1.0.1 (21 Jan 2003)
diff --git a/net-libs/linc/files/digest-linc-0.5.2 b/net-libs/linc/files/digest-linc-0.5.2
deleted file mode 100644
index 165fb14ef584..000000000000
--- a/net-libs/linc/files/digest-linc-0.5.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0f1e73ba511ea6fdd729c56234419e52 linc-0.5.2.tar.bz2 180692
diff --git a/net-libs/linc/files/digest-linc-0.5.5 b/net-libs/linc/files/digest-linc-0.5.5
deleted file mode 100644
index 5ddd91c2da02..000000000000
--- a/net-libs/linc/files/digest-linc-0.5.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 611219ed481b1a891d523a82d82f49e2 linc-0.5.5.tar.bz2 179324
diff --git a/net-libs/linc/files/digest-linc-1.0.2 b/net-libs/linc/files/digest-linc-1.0.2
new file mode 100644
index 000000000000..2385ab190059
--- /dev/null
+++ b/net-libs/linc/files/digest-linc-1.0.2
@@ -0,0 +1 @@
+MD5 67a89895babf7d1a07da0438108d33e8 linc-1.0.2.tar.bz2 190722
diff --git a/net-libs/linc/linc-0.5.2.ebuild b/net-libs/linc/linc-0.5.2.ebuild
deleted file mode 100644
index d07a7b4bada7..000000000000
--- a/net-libs/linc/linc-0.5.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-0.5.2.ebuild,v 1.10 2003/02/13 14:20:27 vapier Exp $
-
-IUSE="doc"
-
-
-inherit libtool
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A library to ease the writing of networked applications"
-SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://www.gnome.org/"
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="x86 ppc sparc alpha"
-
-RDEPEND=">=dev-libs/glib-2.0.6
- >=dev-libs/openssl-0.9.6"
-
-DEPEND="${RDEPEND}
- doc? ( >=dev-util/gtk-doc-0.9-r2 )
- >=dev-util/pkgconfig-0.12.0"
-
-src_compile() {
- elibtoolize
- local myconf
- use doc \
- && myconf="${myconf} --enable-gtk-doc" \
- || myconf="${myconf} --disable-gtk-doc"
-
- # if this is disabled (use) ORBit2 will fail to build. Just force it on
- myconf="${myconf} --with-openssl"
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- einstall || die
-
- dodoc AUTHORS ChangeLog COPYING HACKING MAINTAINERS README* NEWS TODO
-}
diff --git a/net-libs/linc/linc-0.5.5.ebuild b/net-libs/linc/linc-0.5.5.ebuild
deleted file mode 100644
index 68b34375718e..000000000000
--- a/net-libs/linc/linc-0.5.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-0.5.5.ebuild,v 1.7 2003/02/13 14:20:39 vapier Exp $
-
-IUSE="doc ssl"
-
-inherit libtool gnome.org
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A library to ease the writing of networked applications"
-HOMEPAGE="http://www.gnome.org/"
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="x86 ~ppc ~sparc alpha"
-
-RDEPEND=">=dev-libs/glib-2.0.6
- ssl? ( >=dev-libs/openssl-0.9.6 )"
-
-DEPEND="${RDEPEND}
- doc? ( >=dev-util/gtk-doc-0.9-r2 )
- >=dev-util/pkgconfig-0.12.0"
-
-src_compile() {
- elibtoolize
- local myconf
- use doc \
- && myconf="${myconf} --enable-gtk-doc" \
- || myconf="${myconf} --disable-gtk-doc"
-
- use ssl \
- && myconf="${myconf} --with-openssl" \
- || myconf="${myconf} --without-openssl"
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- einstall || die
-
- dodoc AUTHORS ChangeLog COPYING HACKING MAINTAINERS README* NEWS TODO
-}
diff --git a/net-libs/linc/linc-1.0.2.ebuild b/net-libs/linc/linc-1.0.2.ebuild
new file mode 100644
index 000000000000..5ccfc287a8b3
--- /dev/null
+++ b/net-libs/linc/linc-1.0.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-1.0.2.ebuild,v 1.1 2003/05/20 12:05:42 foser Exp $
+
+IUSE="doc ssl"
+
+inherit libtool gnome2
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A library to ease the writing of networked applications"
+HOMEPAGE="http://www.gnome.org/"
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+
+RDEPEND=">=dev-libs/glib-2
+ ssl? ( >=dev-libs/openssl-0.9.6 )"
+
+DEPEND="${RDEPEND}
+ doc? ( >=dev-util/gtk-doc-0.6 )
+ >=dev-util/pkgconfig-0.12.0"
+
+G2CONF="${G2CONF} $(use_with ssl openssl)"
+
+DOCS="AUTHORS ChangeLog COPYING HACKING MAINTAINERS README* NEWS TODO"
+