diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-25 21:55:58 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-25 21:55:58 +0000 |
commit | 190417c9de53fbb86c151c3722a424fa057aafa6 (patch) | |
tree | 83d2c22e5a6939fc3468843865179a9cab88118a /net-nds/gq | |
parent | vapier proxy (diff) | |
download | gentoo-2-190417c9de53fbb86c151c3722a424fa057aafa6.tar.gz gentoo-2-190417c9de53fbb86c151c3722a424fa057aafa6.tar.bz2 gentoo-2-190417c9de53fbb86c151c3722a424fa057aafa6.zip |
Betas will be betas - removed gq-0.7.0_beta2.ebuild as per bug #76057
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-nds/gq')
-rw-r--r-- | net-nds/gq/ChangeLog | 9 | ||||
-rw-r--r-- | net-nds/gq/files/digest-gq-0.7.0_beta2 | 1 | ||||
-rw-r--r-- | net-nds/gq/gq-0.7.0_beta2.ebuild | 47 |
3 files changed, 7 insertions, 50 deletions
diff --git a/net-nds/gq/ChangeLog b/net-nds/gq/ChangeLog index b5ff0012bb35..decc7b7c9d28 100644 --- a/net-nds/gq/ChangeLog +++ b/net-nds/gq/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-nds/gq -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/gq/ChangeLog,v 1.13 2004/12/04 07:16:54 dragonheart Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nds/gq/ChangeLog,v 1.14 2005/01/25 21:55:58 dragonheart Exp $ + + 26 Jan 2005; Daniel Black <dragonheart@gentoo.org> -gq-0.7.0_beta2.ebuild: + Betas will be betas - removed gq-0.7.0_beta2.ebuild as per bug #76057. Known + problems with gq-1.0_beta1 (same bug). Thanks to Jan Van Uytven + <wyvern@crm3.com> 04 Dec 2004; Daniel Black <dragonheart@gentoo.org> gq-0.6.0.ebuild, gq-0.7.0_beta2.ebuild, gq-1.0_beta1.ebuild: diff --git a/net-nds/gq/files/digest-gq-0.7.0_beta2 b/net-nds/gq/files/digest-gq-0.7.0_beta2 deleted file mode 100644 index a86379c1989e..000000000000 --- a/net-nds/gq/files/digest-gq-0.7.0_beta2 +++ /dev/null @@ -1 +0,0 @@ -MD5 2764f14a484504528e7855b01adaf116 gq-0.7.0beta2.tar.gz 342751 diff --git a/net-nds/gq/gq-0.7.0_beta2.ebuild b/net-nds/gq/gq-0.7.0_beta2.ebuild deleted file mode 100644 index d93b516f8307..000000000000 --- a/net-nds/gq/gq-0.7.0_beta2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/gq/gq-0.7.0_beta2.ebuild,v 1.6 2004/12/04 07:16:54 dragonheart Exp $ - -S=${WORKDIR}/${PN}-${PV/_/} -DESCRIPTION="GTK-based LDAP client" - -SRC_URI="mirror://sourceforge/gqclient/${PN}-${PV/_/}.tar.gz" -HOMEPAGE="http://www.biot.com/gq/" -IUSE="kerberos jpeg nls ssl" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc" - -DEPEND="=x11-libs/gtk+-1.2* - >=net-nds/openldap-2 - kerberos? ( app-crypt/mit-krb5 ) - jpeg? ( media-libs/gdk-pixbuf ) - ssl? ( dev-libs/openssl )" - -src_unpack() { - unpack ${A} || die - cd ${S} || die - # Fix timestamp skews - touch aclocal.m4 configure `find . -name Makefile.in` -} - -src_compile() { - local myconf="--enable-browser-dnd --enable-cache" - - use nls \ - && myconf="${myconf} --with-included-gettext" \ - || myconf="${myconf} --disable-nls" - - use kerberos && myconf="${myconf} --with-kerberos-prefix=/usr" - - econf $myconf || die "./configure failed" - - emake || die "Compilation failed" -} - -src_install() { - emake DESTDIR=${D} install || die "Installation failed" - rm -f ${D}/usr/share/locale/locale.alias - dodoc ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README* TODO -} |