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 | 422952fb3f7850844c29c1d716b6859e435e41b0 (patch) | |
tree | 393a85d1ee5764d0b66dba38254aa6692caf8488 /net-libs/linc | |
parent | remove 2.1 stuff (diff) | |
download | gentoo-2-422952fb3f7850844c29c1d716b6859e435e41b0.tar.gz gentoo-2-422952fb3f7850844c29c1d716b6859e435e41b0.tar.bz2 gentoo-2-422952fb3f7850844c29c1d716b6859e435e41b0.zip |
2.1 be gone
Diffstat (limited to 'net-libs/linc')
-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 -} |