diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2010-09-06 08:46:11 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2010-09-06 08:46:11 +0000 |
commit | ce2edfd1b627d3a156ed4fd0448f69d6b3b6576f (patch) | |
tree | 61bd67e9b5c335da2a564e18235653e221083d51 /sys-apps/qingy | |
parent | Some ebuild QA, honour Gentoo LDFLAGS. Closes bug #335986. (diff) | |
download | gentoo-2-ce2edfd1b627d3a156ed4fd0448f69d6b3b6576f.tar.gz gentoo-2-ce2edfd1b627d3a156ed4fd0448f69d6b3b6576f.tar.bz2 gentoo-2-ce2edfd1b627d3a156ed4fd0448f69d6b3b6576f.zip |
Small change to fix bug 336117.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'sys-apps/qingy')
-rw-r--r-- | sys-apps/qingy/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/qingy/qingy-0.9.6-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/qingy/qingy-0.9.6-r3.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/qingy/qingy-0.9.7.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/qingy/qingy-0.9.8.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/qingy/qingy-0.9.9.ebuild | 4 |
6 files changed, 18 insertions, 15 deletions
diff --git a/sys-apps/qingy/ChangeLog b/sys-apps/qingy/ChangeLog index 8544f22e6c32..60c11525e6d7 100644 --- a/sys-apps/qingy/ChangeLog +++ b/sys-apps/qingy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/qingy # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/ChangeLog,v 1.61 2010/03/11 16:06:12 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/ChangeLog,v 1.62 2010/09/06 08:46:11 s4t4n Exp $ + + 06 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> qingy-*.ebuild: + Small change to fix bug 336117. 11 Mar 2010; Michele Noberasco <s4t4n@gentoo.org> qingy-0.9.9.ebuild: Ported ebuild to EAPI-2. See bug #266839. diff --git a/sys-apps/qingy/qingy-0.9.6-r1.ebuild b/sys-apps/qingy/qingy-0.9.6-r1.ebuild index 8ab72d6ce81b..370079c6984c 100644 --- a/sys-apps/qingy/qingy-0.9.6-r1.ebuild +++ b/sys-apps/qingy/qingy-0.9.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.6-r1.ebuild,v 1.5 2009/02/09 09:12:12 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.6-r1.ebuild,v 1.6 2010/09/06 08:46:11 s4t4n Exp $ inherit elisp-common eutils @@ -73,7 +73,7 @@ src_unpack() src_compile() { local crypto_support="--disable-crypto" - local emacs_support="--disable-emacs" + local emacs_support="--disable-emacs --without-lispdir" use emacs && emacs_support="--enable-emacs --with-lispdir=${SITELISP}/${PN}" use opensslcrypt && crypto_support="--enable-crypto=openssl" diff --git a/sys-apps/qingy/qingy-0.9.6-r3.ebuild b/sys-apps/qingy/qingy-0.9.6-r3.ebuild index 5fb37636e659..f177fbf76a54 100644 --- a/sys-apps/qingy/qingy-0.9.6-r3.ebuild +++ b/sys-apps/qingy/qingy-0.9.6-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.6-r3.ebuild,v 1.6 2009/10/19 10:43:37 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.6-r3.ebuild,v 1.7 2010/09/06 08:46:11 s4t4n Exp $ inherit elisp-common eutils pam @@ -76,7 +76,7 @@ src_unpack() src_compile() { local crypto_support="--disable-crypto" - local emacs_support="--disable-emacs" + local emacs_support="--disable-emacs --without-lispdir" use emacs && emacs_support="--enable-emacs --with-lispdir=${SITELISP}/${PN}" use opensslcrypt && crypto_support="--enable-crypto=openssl" diff --git a/sys-apps/qingy/qingy-0.9.7.ebuild b/sys-apps/qingy/qingy-0.9.7.ebuild index 65a6ef9eab4b..49826ecda2b5 100644 --- a/sys-apps/qingy/qingy-0.9.7.ebuild +++ b/sys-apps/qingy/qingy-0.9.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.7.ebuild,v 1.6 2009/10/19 10:43:37 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.7.ebuild,v 1.7 2010/09/06 08:46:11 s4t4n Exp $ inherit elisp-common eutils pam @@ -76,7 +76,7 @@ src_unpack() src_compile() { local crypto_support="--disable-crypto" - local emacs_support="--disable-emacs" + local emacs_support="--disable-emacs --without-lispdir" use emacs && emacs_support="--enable-emacs --with-lispdir=${SITELISP}/${PN}" use opensslcrypt && crypto_support="--enable-crypto=openssl" diff --git a/sys-apps/qingy/qingy-0.9.8.ebuild b/sys-apps/qingy/qingy-0.9.8.ebuild index 13ff879b4fcc..28a44bd46eab 100644 --- a/sys-apps/qingy/qingy-0.9.8.ebuild +++ b/sys-apps/qingy/qingy-0.9.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.8.ebuild,v 1.2 2009/10/19 10:43:37 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.8.ebuild,v 1.3 2010/09/06 08:46:11 s4t4n Exp $ inherit elisp-common eutils pam @@ -76,7 +76,7 @@ src_unpack() src_compile() { local crypto_support="--disable-crypto" - local emacs_support="--disable-emacs" + local emacs_support="--disable-emacs --without-lispdir" use emacs && emacs_support="--enable-emacs --with-lispdir=${SITELISP}/${PN}" use opensslcrypt && crypto_support="--enable-crypto=openssl" diff --git a/sys-apps/qingy/qingy-0.9.9.ebuild b/sys-apps/qingy/qingy-0.9.9.ebuild index 5f64c9ac9d4f..b2aaebd4de41 100644 --- a/sys-apps/qingy/qingy-0.9.9.ebuild +++ b/sys-apps/qingy/qingy-0.9.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.9.ebuild,v 1.3 2010/03/11 16:06:12 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.9.ebuild,v 1.4 2010/09/06 08:46:11 s4t4n Exp $ EAPI="2" @@ -39,7 +39,7 @@ SITEFILE=50${PN}-gentoo.el src_configure() { local crypto_support="--disable-crypto" - local emacs_support="--disable-emacs" + local emacs_support="--disable-emacs --without-lispdir" if use crypt && use opensslcrypt; then echo |