diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-12-07 14:48:53 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-12-07 14:48:53 +0000 |
commit | 79b3e3b17891778fd11208f34bacac0ae1558844 (patch) | |
tree | da8b20322d7af8ece5f89b7d30a68efbbb79d8da /net-libs | |
parent | remove 2.1 stuff (diff) | |
download | historical-79b3e3b17891778fd11208f34bacac0ae1558844.tar.gz historical-79b3e3b17891778fd11208f34bacac0ae1558844.tar.bz2 historical-79b3e3b17891778fd11208f34bacac0ae1558844.zip |
2.1 be gone
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/linc/files/digest-linc-0.7.0 | 1 | ||||
-rw-r--r-- | net-libs/linc/linc-0.7.0.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/net-libs/linc/files/digest-linc-0.7.0 b/net-libs/linc/files/digest-linc-0.7.0 deleted file mode 100644 index ee5d685099ed..000000000000 --- a/net-libs/linc/files/digest-linc-0.7.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 f9c075337b141f57e145e7b05ed730e2 linc-0.7.0.tar.bz2 181681 diff --git a/net-libs/linc/linc-0.7.0.ebuild b/net-libs/linc/linc-0.7.0.ebuild deleted file mode 100644 index 31ce1ce2eadb..000000000000 --- a/net-libs/linc/linc-0.7.0.ebuild +++ /dev/null @@ -1,42 +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.0.ebuild,v 1.3 2002/12/03 14:46:00 nall Exp $ - -IUSE="doc ssl" - -inherit libtool gnome.org debug - -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" - -RDEPEND=">=dev-libs/glib-2 - ssl? ( dev-libs/openssl )" - -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 -} |