summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-08-13 01:31:27 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-08-13 01:31:27 +0000
commitc8d23b9220ca071666f114d1addac41427a08303 (patch)
tree35c9c3e40e3c5a5e6d59ca5aac41b103e24777db /dev-libs/libbsd
parentUse EAPI 2 for better upgrade path. (diff)
downloadgentoo-2-c8d23b9220ca071666f114d1addac41427a08303.tar.gz
gentoo-2-c8d23b9220ca071666f114d1addac41427a08303.tar.bz2
gentoo-2-c8d23b9220ca071666f114d1addac41427a08303.zip
old
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'dev-libs/libbsd')
-rw-r--r--dev-libs/libbsd/ChangeLog6
-rw-r--r--dev-libs/libbsd/libbsd-0.4.2.ebuild39
-rw-r--r--dev-libs/libbsd/libbsd-0.5.2.ebuild37
3 files changed, 5 insertions, 77 deletions
diff --git a/dev-libs/libbsd/ChangeLog b/dev-libs/libbsd/ChangeLog
index a1ce58adca2d..ad13edf96f6f 100644
--- a/dev-libs/libbsd/ChangeLog
+++ b/dev-libs/libbsd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libbsd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/ChangeLog,v 1.19 2013/08/12 22:21:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/ChangeLog,v 1.20 2013/08/13 01:31:27 ssuominen Exp $
+
+ 13 Aug 2013; Samuli Suominen <ssuominen@gentoo.org> -libbsd-0.4.2.ebuild,
+ -libbsd-0.5.2.ebuild:
+ old
12 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libbsd-0.6.0.ebuild:
Stable for x86, wrt bug #480692
diff --git a/dev-libs/libbsd/libbsd-0.4.2.ebuild b/dev-libs/libbsd/libbsd-0.4.2.ebuild
deleted file mode 100644
index 3f7767a70745..000000000000
--- a/dev-libs/libbsd/libbsd-0.4.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/libbsd-0.4.2.ebuild,v 1.3 2012/07/02 08:25:53 jdhore Exp $
-
-EAPI=4
-inherit eutils multilib
-
-DESCRIPTION="An library to provide useful functions commonly found on BSD systems"
-HOMEPAGE="http://libbsd.freedesktop.org/wiki/"
-SRC_URI="http://${PN}.freedesktop.org/releases/${P}.tar.gz"
-
-LICENSE="BSD BSD-2 BSD-4 ISC"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="static-libs"
-
-DOCS="ChangeLog README TODO"
-
-pkg_setup() {
- local f="${ROOT}/usr/$(get_libdir)/${PN}.a"
- local m="You need to remove ${f} by hand or re-emerge sys-libs/glibc first."
- if ! has_version ${CATEGORY}/${PN}; then
- if [[ -e ${f} ]]; then
- eerror "${m}"
- die "${m}"
- fi
- fi
-}
-
-src_configure() {
- econf \
- --disable-silent-rules \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- prune_libtool_files
-}
diff --git a/dev-libs/libbsd/libbsd-0.5.2.ebuild b/dev-libs/libbsd/libbsd-0.5.2.ebuild
deleted file mode 100644
index 9697f850db01..000000000000
--- a/dev-libs/libbsd/libbsd-0.5.2.ebuild
+++ /dev/null
@@ -1,37 +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/libbsd/libbsd-0.5.2.ebuild,v 1.1 2013/06/10 04:06:27 ssuominen Exp $
-
-EAPI=5
-inherit eutils multilib
-
-DESCRIPTION="An library to provide useful functions commonly found on BSD systems"
-HOMEPAGE="http://libbsd.freedesktop.org/wiki/"
-SRC_URI="http://${PN}.freedesktop.org/releases/${P}.tar.xz"
-
-LICENSE="BSD BSD-2 BSD-4 ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-DOCS="ChangeLog README TODO"
-
-pkg_setup() {
- local f="${ROOT}/usr/$(get_libdir)/${PN}.a"
- local m="You need to remove ${f} by hand or re-emerge sys-libs/glibc first."
- if ! has_version ${CATEGORY}/${PN}; then
- if [[ -e ${f} ]]; then
- eerror "${m}"
- die "${m}"
- fi
- fi
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- prune_libtool_files
-}