diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-02-09 15:19:04 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-02-09 15:19:04 +0000 |
commit | 11b9d4bd241760317e696a6704530cf374f7b8ae (patch) | |
tree | a290d91dfa7d8203dceb5fb15b264840ff2450f8 /net-libs/linc | |
parent | x86 stable (diff) | |
download | gentoo-2-11b9d4bd241760317e696a6704530cf374f7b8ae.tar.gz gentoo-2-11b9d4bd241760317e696a6704530cf374f7b8ae.tar.bz2 gentoo-2-11b9d4bd241760317e696a6704530cf374f7b8ae.zip |
mark x86 stable
Diffstat (limited to 'net-libs/linc')
-rw-r--r-- | net-libs/linc/files/digest-linc-0.7.1 | 1 | ||||
-rw-r--r-- | net-libs/linc/linc-0.7.1.ebuild | 43 | ||||
-rw-r--r-- | net-libs/linc/linc-1.0.1.ebuild | 4 |
3 files changed, 2 insertions, 46 deletions
diff --git a/net-libs/linc/files/digest-linc-0.7.1 b/net-libs/linc/files/digest-linc-0.7.1 deleted file mode 100644 index 0b5fd0118a19..000000000000 --- a/net-libs/linc/files/digest-linc-0.7.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 423d96e02aa2a6130f331bc6923a36e6 linc-0.7.1.tar.bz2 182008 diff --git a/net-libs/linc/linc-0.7.1.ebuild b/net-libs/linc/linc-0.7.1.ebuild deleted file mode 100644 index d6a93ddd9970..000000000000 --- a/net-libs/linc/linc-0.7.1.ebuild +++ /dev/null @@ -1,43 +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.7.1.ebuild,v 1.1 2003/01/09 14:53:00 mholzer 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.1.ebuild b/net-libs/linc/linc-1.0.1.ebuild index f543572f6510..0a312e560c86 100644 --- a/net-libs/linc/linc-1.0.1.ebuild +++ b/net-libs/linc/linc-1.0.1.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-1.0.1.ebuild,v 1.2 2003/02/09 15:19:04 foser Exp $ IUSE="doc ssl" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnome.org/" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" RDEPEND=">=dev-libs/glib-2 ssl? ( >=dev-libs/openssl-0.9.6 )" |