diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-01-26 09:28:50 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-01-26 09:28:50 +0000 |
commit | acf5ae057e61b890217622f99a3ac08cf5468c35 (patch) | |
tree | fa4b83d0d3a13847479a9e58d776c2a103bed319 /net-libs | |
parent | dev-lang/ruby: Fix slot conflicts, #498970 (diff) | |
download | gentoo-2-acf5ae057e61b890217622f99a3ac08cf5468c35.tar.gz gentoo-2-acf5ae057e61b890217622f99a3ac08cf5468c35.tar.bz2 gentoo-2-acf5ae057e61b890217622f99a3ac08cf5468c35.zip |
Revision bump: add multilib support, wrt bug #498036
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libcapi/ChangeLog | 9 | ||||
-rw-r--r-- | net-libs/libcapi/libcapi-3.0.7-r1.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/net-libs/libcapi/ChangeLog b/net-libs/libcapi/ChangeLog index 9cd3ff053dff..c369204e63e2 100644 --- a/net-libs/libcapi/ChangeLog +++ b/net-libs/libcapi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libcapi -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libcapi/ChangeLog,v 1.1 2013/04/09 06:43:21 pinkbyte Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libcapi/ChangeLog,v 1.2 2014/01/26 09:28:50 pinkbyte Exp $ + +*libcapi-3.0.7-r1 (26 Jan 2014) + + 26 Jan 2014; Sergey Popov <pinkbyte@gentoo.org> +libcapi-3.0.7-r1.ebuild: + Revision bump: add multilib support, wrt bug #498036 *libcapi-3.0.7 (09 Apr 2013) diff --git a/net-libs/libcapi/libcapi-3.0.7-r1.ebuild b/net-libs/libcapi/libcapi-3.0.7-r1.ebuild new file mode 100644 index 000000000000..d27ae006693b --- /dev/null +++ b/net-libs/libcapi/libcapi-3.0.7-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libcapi/libcapi-3.0.7-r1.ebuild,v 1.1 2014/01/26 09:28:50 pinkbyte Exp $ + +EAPI=5 + +AUTOTOOLS_AUTORECONF=1 +AUTOTOOLS_IN_SOURCE_BUILD=1 +inherit autotools-multilib + +DESCRIPTION="CAPI library used by AVM products" +HOMEPAGE="http://www.tabos.org/ffgtk" +SRC_URI="http://www.tabos.org/ffgtk/download/libcapi20-${PV}.tar.bz2" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/capi20" + +PATCHES=( "${FILESDIR}/${P}-remove-libcapi20dyn.patch" ) |