summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2015-02-03 06:54:51 +0000
committerEray Aslan <eras@gentoo.org>2015-02-03 06:54:51 +0000
commite8d1dfe744170cb20c40226cdf02dc5d9491235f (patch)
tree1ca8ec9936189765b957ef76477013c81f8e1a87 /dev-db
parentremove old (bug #514100) (diff)
downloadgentoo-2-e8d1dfe744170cb20c40226cdf02dc5d9491235f.tar.gz
gentoo-2-e8d1dfe744170cb20c40226cdf02dc5d9491235f.tar.bz2
gentoo-2-e8d1dfe744170cb20c40226cdf02dc5d9491235f.zip
Remove old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/lmdb/ChangeLog6
-rw-r--r--dev-db/lmdb/lmdb-0.9.10.ebuild52
-rw-r--r--dev-db/lmdb/lmdb-0.9.11.ebuild53
-rw-r--r--dev-db/lmdb/lmdb-0.9.13.ebuild51
4 files changed, 5 insertions, 157 deletions
diff --git a/dev-db/lmdb/ChangeLog b/dev-db/lmdb/ChangeLog
index 9e0ac798fc3c..583edb3aaeb8 100644
--- a/dev-db/lmdb/ChangeLog
+++ b/dev-db/lmdb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/lmdb
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/lmdb/ChangeLog,v 1.22 2015/01/02 12:30:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/lmdb/ChangeLog,v 1.23 2015/02/03 06:54:51 eras Exp $
+
+ 03 Feb 2015; Eray Aslan <eras@gentoo.org> -lmdb-0.9.10.ebuild,
+ -lmdb-0.9.11.ebuild, -lmdb-0.9.13.ebuild:
+ Remove old
02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> lmdb-0.9.14.ebuild:
Stable for sparc, wrt bug #531430
diff --git a/dev-db/lmdb/lmdb-0.9.10.ebuild b/dev-db/lmdb/lmdb-0.9.10.ebuild
deleted file mode 100644
index a1ac59cb9f33..000000000000
--- a/dev-db/lmdb/lmdb-0.9.10.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/lmdb/lmdb-0.9.10.ebuild,v 1.4 2014/10/27 21:28:47 robbat2 Exp $
-
-EAPI=5
-inherit toolchain-funcs
-
-OPENLDAP_VERSION="2.4.38"
-
-DESCRIPTION="An ultra-fast, ultra-compact key-value embedded data store"
-HOMEPAGE="http://symas.com/mdb/"
-SRC_URI="mirror://openldap/openldap-release/openldap-${OPENLDAP_VERSION}.tgz"
-
-LICENSE="OPENLDAP"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="static-libs"
-
-DEPEND=""
-# =net-nds/openldap-2.4.40 installs lmdb files.
-RDEPEND="!=net-nds/openldap-2.4.40"
-
-S="${WORKDIR}/openldap-${OPENLDAP_VERSION}/libraries/liblmdb"
-
-src_prepare() {
- sed -i -e "s/^CC.*/CC = $(tc-getCC)/" \
- -e "s/^CFLAGS.*/CFLAGS = ${CFLAGS}/" \
- -e "s/ar rs/$(tc-getAR) rs/" \
- -e "s:^prefix.*:prefix = /usr:" \
- -e "s:/man/:/share/man/:" \
- -e "/for f/s:lib:$(get_libdir):" \
- -e "s:shared:shared -Wl,-soname,liblmdb.so.0:" \
- "${S}/Makefile" || die
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- emake LDLIBS+=" -pthread"
-}
-
-src_install() {
- mkdir -p "${D}"/usr/{bin,$(get_libdir),include,share/man/man1}
- default
-
- mv "${D}"/usr/$(get_libdir)/liblmdb.so{,.0} || die
- dosym liblmdb.so.0 /usr/$(get_libdir)/liblmdb.so
-
- use static-libs || rm -f "${D}"/usr/$(get_libdir)/liblmdb.a
-}
diff --git a/dev-db/lmdb/lmdb-0.9.11.ebuild b/dev-db/lmdb/lmdb-0.9.11.ebuild
deleted file mode 100644
index 06d91fcb17c6..000000000000
--- a/dev-db/lmdb/lmdb-0.9.11.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/lmdb/lmdb-0.9.11.ebuild,v 1.8 2014/10/27 21:28:47 robbat2 Exp $
-
-EAPI=5
-inherit toolchain-funcs
-
-OPENLDAP_VERSION="2.4.38"
-
-DESCRIPTION="An ultra-fast, ultra-compact key-value embedded data store"
-HOMEPAGE="http://symas.com/mdb/"
-SRC_URI="https://gitorious.org/mdb/mdb/archive/aa3463ec7c5e979420b13c8f37caa377ed2c1cf1.tar.gz
- -> lmtp-0.9.11.tar.gz"
-
-LICENSE="OPENLDAP"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 x86"
-IUSE="static-libs"
-
-DEPEND=""
-# =net-nds/openldap-2.4.40 installs lmdb files.
-RDEPEND="!=net-nds/openldap-2.4.40"
-
-S="${WORKDIR}/mdb-mdb/libraries/liblmdb"
-
-src_prepare() {
- sed -i -e "s/^CC.*/CC = $(tc-getCC)/" \
- -e "s/^CFLAGS.*/CFLAGS = ${CFLAGS}/" \
- -e "s/ar rs/$(tc-getAR) rs/" \
- -e "s:^prefix.*:prefix = /usr:" \
- -e "s:/man/:/share/man/:" \
- -e "/for f/s:lib:$(get_libdir):" \
- -e "s:shared:shared -Wl,-soname,liblmdb.so.0:" \
- "${S}/Makefile" || die
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- emake LDLIBS+=" -pthread"
-}
-
-src_install() {
- mkdir -p "${D}"/usr/{bin,$(get_libdir),include,share/man/man1}
- default
-
- mv "${D}"/usr/$(get_libdir)/liblmdb.so{,.0} || die
- dosym liblmdb.so.0 /usr/$(get_libdir)/liblmdb.so
-
- use static-libs || rm -f "${D}"/usr/$(get_libdir)/liblmdb.a
-}
diff --git a/dev-db/lmdb/lmdb-0.9.13.ebuild b/dev-db/lmdb/lmdb-0.9.13.ebuild
deleted file mode 100644
index c51e7fb9cddc..000000000000
--- a/dev-db/lmdb/lmdb-0.9.13.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/lmdb/lmdb-0.9.13.ebuild,v 1.3 2014/10/27 21:28:47 robbat2 Exp $
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="An ultra-fast, ultra-compact key-value embedded data store"
-HOMEPAGE="http://symas.com/mdb/"
-SRC_URI="https://gitorious.org/mdb/mdb/archive/59d30a49c3ad403235ba30f65e074eddf1c125f0.tar.gz
- -> lmdb-0.9.13.tar.gz"
-
-LICENSE="OPENLDAP"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE="static-libs"
-
-DEPEND=""
-# =net-nds/openldap-2.4.40 installs lmdb files.
-RDEPEND="!=net-nds/openldap-2.4.40"
-
-S="${WORKDIR}/mdb-mdb/libraries/liblmdb"
-
-src_prepare() {
- sed -i -e "s/^CC.*/CC = $(tc-getCC)/" \
- -e "s/^CFLAGS.*/CFLAGS = ${CFLAGS}/" \
- -e "s/ar rs/$(tc-getAR) rs/" \
- -e "s:^prefix.*:prefix = /usr:" \
- -e "s:/man/:/share/man/:" \
- -e "/for f/s:lib:$(get_libdir):" \
- -e "s:shared:shared -Wl,-soname,liblmdb.so.0:" \
- "${S}/Makefile" || die
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- emake LDLIBS+=" -pthread"
-}
-
-src_install() {
- mkdir -p "${D}"/usr/{bin,$(get_libdir),include,share/man/man1}
- default
-
- mv "${D}"/usr/$(get_libdir)/liblmdb.so{,.0} || die
- dosym liblmdb.so.0 /usr/$(get_libdir)/liblmdb.so
-
- use static-libs || rm -f "${D}"/usr/$(get_libdir)/liblmdb.a
-}