summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2013-06-23 22:19:25 +0000
committerMichael Weber <xmw@gentoo.org>2013-06-23 22:19:25 +0000
commitd58cb41325bef3b50d8c563ea4f880c2e5ef966f (patch)
treecf02ace80a2c345622ba0253c5040659a2373075 /dev-libs/yajl/yajl-1.0.11-r1.ebuild
parentUpdate PIL imports and depend on virtual/python-imaging, bug 471514. (diff)
downloadgentoo-2-d58cb41325bef3b50d8c563ea4f880c2e5ef966f.tar.gz
gentoo-2-d58cb41325bef3b50d8c563ea4f880c2e5ef966f.tar.bz2
gentoo-2-d58cb41325bef3b50d8c563ea4f880c2e5ef966f.zip
Revbump, USE=static-libs (bug 447376, thanks ago), fix multilib test (bug 467808, thanks Alphat-PC). Drop old.
(Portage version: 2.2.0_alpha183/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'dev-libs/yajl/yajl-1.0.11-r1.ebuild')
-rw-r--r--dev-libs/yajl/yajl-1.0.11-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-libs/yajl/yajl-1.0.11-r1.ebuild b/dev-libs/yajl/yajl-1.0.11-r1.ebuild
deleted file mode 100644
index cf53b7068311..000000000000
--- a/dev-libs/yajl/yajl-1.0.11-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-1.0.11-r1.ebuild,v 1.1 2011/02/11 18:41:01 scarabeus Exp $
-
-EAPI=3
-
-inherit cmake-utils
-
-DESCRIPTION="Small event-driven (SAX-style) JSON parser"
-HOMEPAGE="http://lloyd.github.com/yajl/"
-SRC_URI="http://github.com/lloyd/yajl/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-
-IUSE=""
-
-src_prepare() {
- cd "${WORKDIR}"/lloyd-${PN}-*
- S=$(pwd)
-
- epatch "${FILESDIR}"/${PN}-fix_static_linking.patch
-}
-
-src_test() {
- pushd "${CMAKE_BUILD_DIR}" > /dev/null
- emake test
- popd > /dev/null
-}