summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-01-21 23:49:15 +0000
committerMarinus Schraal <foser@gentoo.org>2003-01-21 23:49:15 +0000
commit9d943453f205304825c1dfc5610016596ed2ef98 (patch)
treea24ef335a96b3acb977540fbce4143782c099e4c /net-libs
parentquick dep fix (diff)
downloadgentoo-2-9d943453f205304825c1dfc5610016596ed2ef98.tar.gz
gentoo-2-9d943453f205304825c1dfc5610016596ed2ef98.tar.bz2
gentoo-2-9d943453f205304825c1dfc5610016596ed2ef98.zip
New version
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/linc/ChangeLog7
-rw-r--r--net-libs/linc/files/digest-linc-0.5.0-r21
-rw-r--r--net-libs/linc/files/digest-linc-0.5.11
-rw-r--r--net-libs/linc/files/digest-linc-1.0.11
-rw-r--r--net-libs/linc/linc-0.5.0-r2.ebuild51
-rw-r--r--net-libs/linc/linc-0.5.1.ebuild51
-rw-r--r--net-libs/linc/linc-1.0.1.ebuild43
7 files changed, 50 insertions, 105 deletions
diff --git a/net-libs/linc/ChangeLog b/net-libs/linc/ChangeLog
index febf29e60a1d..ff651b608326 100644
--- a/net-libs/linc/ChangeLog
+++ b/net-libs/linc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/linc
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/ChangeLog,v 1.16 2003/01/09 14:53:00 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/ChangeLog,v 1.17 2003/01/21 23:49:15 foser Exp $
+
+*linc-1.0.1 (21 Jan 2003)
+
+ 21 Jan 2003; foser <foser@gentoo.org> linc-1.0.1.ebuild :
+ New version, minor dep fix
*linc-0.7.1 (09 Jan 2003)
diff --git a/net-libs/linc/files/digest-linc-0.5.0-r2 b/net-libs/linc/files/digest-linc-0.5.0-r2
deleted file mode 100644
index 596aace964e4..000000000000
--- a/net-libs/linc/files/digest-linc-0.5.0-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2793b19b769be65ed3cb7df786b8032e linc-0.5.0.tar.bz2 177900
diff --git a/net-libs/linc/files/digest-linc-0.5.1 b/net-libs/linc/files/digest-linc-0.5.1
deleted file mode 100644
index 9172c7ccb5e7..000000000000
--- a/net-libs/linc/files/digest-linc-0.5.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ddef2cc516388e5db356914fdea00d84 linc-0.5.1.tar.bz2 179545
diff --git a/net-libs/linc/files/digest-linc-1.0.1 b/net-libs/linc/files/digest-linc-1.0.1
new file mode 100644
index 000000000000..d379eabaa06e
--- /dev/null
+++ b/net-libs/linc/files/digest-linc-1.0.1
@@ -0,0 +1 @@
+MD5 77f43d6582f695b76fbb5b751a41c9d0 linc-1.0.1.tar.bz2 186287
diff --git a/net-libs/linc/linc-0.5.0-r2.ebuild b/net-libs/linc/linc-0.5.0-r2.ebuild
deleted file mode 100644
index 5137c705cd90..000000000000
--- a/net-libs/linc/linc-0.5.0-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2002 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.0-r2.ebuild,v 1.9 2002/12/09 04:33:13 manson Exp $
-
-IUSE="doc"
-inherit debug
-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 "
-
-RDEPEND=">=dev-libs/glib-2.0.4-r1
- >=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"
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- ${myconf} \
- --enable-debug=yes || die
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- infodir=${D}/usr/share/info \
- mandir=${D}/usr/share/man \
- install || die
-
- dodoc AUTHORS ChangeLog COPYING HACKING MAINTAINERS README* INSTALL NEWS TODO
-}
diff --git a/net-libs/linc/linc-0.5.1.ebuild b/net-libs/linc/linc-0.5.1.ebuild
deleted file mode 100644
index 275a4c01fcb7..000000000000
--- a/net-libs/linc/linc-0.5.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2002 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.1.ebuild,v 1.6 2002/12/09 04:33:13 manson Exp $
-
-IUSE="doc"
-inherit debug
-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 "
-
-RDEPEND=">=dev-libs/glib-2.0.4-r1
- >=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"
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- ${myconf} \
- --enable-debug=yes || die
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- infodir=${D}/usr/share/info \
- mandir=${D}/usr/share/man \
- install || die
-
- dodoc AUTHORS ChangeLog COPYING HACKING MAINTAINERS README* INSTALL NEWS TODO
-}
diff --git a/net-libs/linc/linc-1.0.1.ebuild b/net-libs/linc/linc-1.0.1.ebuild
new file mode 100644
index 000000000000..f543572f6510
--- /dev/null
+++ b/net-libs/linc/linc-1.0.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2002 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.1.ebuild,v 1.1 2003/01/21 23:49:15 foser 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
+ ssl? ( >=dev-libs/openssl-0.9.6 )"
+
+DEPEND="${RDEPEND}
+ doc? ( >=dev-util/gtk-doc-0.6 )
+ >=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
+}