summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2014-10-10 03:28:12 +0000
committerYixun Lan <dlan@gentoo.org>2014-10-10 03:28:12 +0000
commit4f6e87734b39d3ec8f8d550e83a922b4a26ee840 (patch)
tree6866a239ad4123d03affd43b495c6cc6ac02e3f5 /dev-libs/jansson
parentrevision bump, fix security bug 524200, 523524 (diff)
downloadgentoo-2-4f6e87734b39d3ec8f8d550e83a922b4a26ee840.tar.gz
gentoo-2-4f6e87734b39d3ec8f8d550e83a922b4a26ee840.tar.bz2
gentoo-2-4f6e87734b39d3ec8f8d550e83a922b4a26ee840.zip
clean up old ebuilds after talking to maintainer
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'dev-libs/jansson')
-rw-r--r--dev-libs/jansson/ChangeLog6
-rw-r--r--dev-libs/jansson/jansson-2.3.1.ebuild38
-rw-r--r--dev-libs/jansson/jansson-2.5.ebuild38
3 files changed, 5 insertions, 77 deletions
diff --git a/dev-libs/jansson/ChangeLog b/dev-libs/jansson/ChangeLog
index f3478bd41dd7..68cde7390586 100644
--- a/dev-libs/jansson/ChangeLog
+++ b/dev-libs/jansson/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/jansson
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v 1.19 2014/10/10 02:25:06 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v 1.20 2014/10/10 03:28:12 dlan Exp $
+
+ 10 Oct 2014; Yixun Lan <dlan@gentoo.org> -jansson-2.3.1.ebuild,
+ -jansson-2.5.ebuild:
+ clean up old ebuilds after talking to maintainer
*jansson-2.7 (10 Oct 2014)
diff --git a/dev-libs/jansson/jansson-2.3.1.ebuild b/dev-libs/jansson/jansson-2.3.1.ebuild
deleted file mode 100644
index cbd060387b5c..000000000000
--- a/dev-libs/jansson/jansson-2.3.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.3.1.ebuild,v 1.4 2013/04/23 23:29:35 radhermit Exp $
-
-EAPI="3"
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils
-
-DESCRIPTION="C library for encoding, decoding and manipulating JSON data"
-HOMEPAGE="http://www.digip.org/jansson/"
-SRC_URI="http://www.digip.org/jansson/releases/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc static-libs"
-
-DEPEND="doc? ( >=dev-python/sphinx-1.0.4 )"
-RDEPEND=""
-
-DOCS=(CHANGES README.rst)
-
-src_prepare() {
- sed -ie 's/-Werror//' src/Makefile.am || die
- autotools-utils_src_prepare
-}
-
-src_compile() {
- autotools-utils_src_compile
-
- use doc && autotools-utils_src_compile html
-}
-
-src_install() {
- use doc && HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/doc/_build/html/")
- autotools-utils_src_install
-}
diff --git a/dev-libs/jansson/jansson-2.5.ebuild b/dev-libs/jansson/jansson-2.5.ebuild
deleted file mode 100644
index 4d65f5351010..000000000000
--- a/dev-libs/jansson/jansson-2.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.5.ebuild,v 1.1 2013/10/21 07:42:19 tomwij Exp $
-
-EAPI="4"
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils
-
-DESCRIPTION="C library for encoding, decoding and manipulating JSON data"
-HOMEPAGE="http://www.digip.org/jansson/"
-SRC_URI="http://www.digip.org/jansson/releases/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="doc static-libs"
-
-DEPEND="doc? ( >=dev-python/sphinx-1.0.4 )"
-RDEPEND=""
-
-DOCS=(CHANGES README.rst)
-
-src_prepare() {
- sed -ie 's/-Werror//' src/Makefile.am || die
- autotools-utils_src_prepare
-}
-
-src_compile() {
- autotools-utils_src_compile
-
- use doc && autotools-utils_src_compile html
-}
-
-src_install() {
- use doc && HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/doc/_build/html/")
- autotools-utils_src_install
-}