summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-01-11 02:06:25 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-01-11 02:06:25 +0000
commit892493bb108a7aff0d3822445bad3e47c9e2caa3 (patch)
tree5413e160733172fea6b6b38c6c3b7138c7075736 /net-news/snownews
parentBump. (diff)
downloadgentoo-2-892493bb108a7aff0d3822445bad3e47c9e2caa3.tar.gz
gentoo-2-892493bb108a7aff0d3822445bad3e47c9e2caa3.tar.bz2
gentoo-2-892493bb108a7aff0d3822445bad3e47c9e2caa3.zip
stop using built_with_use
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-news/snownews')
-rw-r--r--net-news/snownews/ChangeLog9
-rw-r--r--net-news/snownews/snownews-1.5.12-r1.ebuild13
2 files changed, 9 insertions, 13 deletions
diff --git a/net-news/snownews/ChangeLog b/net-news/snownews/ChangeLog
index 90808015c793..a0af646ed832 100644
--- a/net-news/snownews/ChangeLog
+++ b/net-news/snownews/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-news/snownews
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/snownews/ChangeLog,v 1.37 2012/07/29 16:13:32 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-news/snownews/ChangeLog,v 1.38 2013/01/11 02:06:25 mr_bones_ Exp $
+
+ 11 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
+ snownews-1.5.12-r1.ebuild:
+ stop using built_with_use
29 Jul 2012; Raúl Porcel <armin76@gentoo.org> snownews-1.5.10.ebuild,
snownews-1.5.12-r1.ebuild:
@@ -230,4 +234,3 @@
08 Oct 2003; Bartosch Pixa <darkspecter@gentoo.org> metadata.xml,
snownews-1.2.3.ebuild:
initial import, ebuild submited by Jan Brinkmann <lucky@the-luckyduck.de>
-
diff --git a/net-news/snownews/snownews-1.5.12-r1.ebuild b/net-news/snownews/snownews-1.5.12-r1.ebuild
index 66cb8af4e17e..129d6b58c634 100644
--- a/net-news/snownews/snownews-1.5.12-r1.ebuild
+++ b/net-news/snownews/snownews-1.5.12-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/snownews/snownews-1.5.12-r1.ebuild,v 1.7 2012/07/29 16:13:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/snownews/snownews-1.5.12-r1.ebuild,v 1.8 2013/01/11 02:06:25 mr_bones_ Exp $
EAPI=3
inherit eutils toolchain-funcs
@@ -15,20 +15,13 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE="unicode"
DEPEND=">=dev-libs/libxml2-2.5.6
- >=sys-libs/ncurses-5.3
+ >=sys-libs/ncurses-5.3[unicode?]
dev-libs/openssl"
RDEPEND="${DEPEND}
dev-perl/XML-LibXML
dev-perl/libwww-perl"
-pkg_setup() {
- if use unicode && ! built_with_use sys-libs/ncurses unicode; then
- eerror "sys-libs/ncurses must be build with unicode"
- die "${PN} requires sys-libs/ncurses with USE=unicode"
- fi
-}
-
src_prepare() {
use unicode && sed -i -e "s/-lncurses/-lncursesw/" \
configure