summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2002-12-01 18:29:10 +0000
committerMarinus Schraal <foser@gentoo.org>2002-12-01 18:29:10 +0000
commit2f5a6ce7d63751da47434a4d772f1ab438a25baf (patch)
tree65475777bef681b87a975436fafaf8b4ed5627f7 /net-libs
parentunmask x86 (diff)
downloadhistorical-2f5a6ce7d63751da47434a4d772f1ab438a25baf.tar.gz
historical-2f5a6ce7d63751da47434a4d772f1ab438a25baf.tar.bz2
historical-2f5a6ce7d63751da47434a4d772f1ab438a25baf.zip
unmask gnome 2.0.3 x86
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/linc/ChangeLog5
-rw-r--r--net-libs/linc/linc-0.5.5.ebuild4
-rw-r--r--net-libs/linc/linc-0.7.0.ebuild17
3 files changed, 14 insertions, 12 deletions
diff --git a/net-libs/linc/ChangeLog b/net-libs/linc/ChangeLog
index 4e3bf029dd1d..045d05197ead 100644
--- a/net-libs/linc/ChangeLog
+++ b/net-libs/linc/ChangeLog
@@ -1,6 +1,6 @@
# 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.10 2002/11/13 05:10:33 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/ChangeLog,v 1.11 2002/12/01 18:29:10 foser Exp $
*linc-0.5.5 (13 Nov 2002)
@@ -15,6 +15,9 @@
27 Oct 2002; foser <foser@gentoo.org> linc-0.7.0.ebuild :
Gnome 2.1
+ 28 Oct 2002; foser <foser@gentoo.org> linc-0.7.0.ebuild :
+ Re-enstate ssl USE flag, problems seem to be fixed
+
*linc-0.5.3 (06 Sep 2002)
06 Sep 2002; Spider <spider@gentoo.org> linc-0.5.3.ebuild :
new version again
diff --git a/net-libs/linc/linc-0.5.5.ebuild b/net-libs/linc/linc-0.5.5.ebuild
index c11317e490d5..29fa0b20ba90 100644
--- a/net-libs/linc/linc-0.5.5.ebuild
+++ b/net-libs/linc/linc-0.5.5.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-0.5.5.ebuild,v 1.1 2002/11/13 05:10:33 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-0.5.5.ebuild,v 1.2 2002/12/01 18:29:10 foser Exp $
IUSE="doc ssl"
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/"
SLOT="0"
LICENSE="LGPL-2.1"
-KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha"
+KEYWORDS="x86 ~ppc ~sparc ~sparc64 ~alpha"
RDEPEND=">=dev-libs/glib-2.0.6
ssl? ( >=dev-libs/openssl-0.9.6 )"
diff --git a/net-libs/linc/linc-0.7.0.ebuild b/net-libs/linc/linc-0.7.0.ebuild
index 0a08ee9f81b2..c0dba14d46d2 100644
--- a/net-libs/linc/linc-0.7.0.ebuild
+++ b/net-libs/linc/linc-0.7.0.ebuild
@@ -1,22 +1,21 @@
# 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.1 2002/10/27 15:10:34 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-0.7.0.ebuild,v 1.2 2002/12/01 18:29:10 foser Exp $
-IUSE="doc"
+IUSE="doc ssl"
inherit libtool gnome.org debug
S=${WORKDIR}/${P}
DESCRIPTION="A library to ease the writing of networked applications"
-#SRC_URI="mirror://gnome/2.0.1/sources/${PN}/${P}.tar.bz2"
HOMEPAGE="http://www.gnome.org/"
SLOT="0"
LICENSE="LGPL-2.1"
-KEYWORDS="x86 ppc sparc sparc64 alpha"
+KEYWORDS="x86"
-RDEPEND=">=dev-libs/glib-2.0.6
- >=dev-libs/openssl-0.9.6"
+RDEPEND=">=dev-libs/glib-2
+ ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
doc? ( >=dev-util/gtk-doc-0.9-r2 )
@@ -28,9 +27,9 @@ src_compile() {
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"
+ use ssl \
+ && myconf="${myconf} --with-openssl" \
+ || myconf="${myconf} --without-openssl"
econf ${myconf} || die
emake || die