diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-06-14 04:26:31 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-06-14 04:26:31 +0000 |
commit | ffc433c6604694d6b797039d9bbd77068847d18f (patch) | |
tree | 1889e29a0ec7584ed4e50c5fa4ada825ad363933 /dev-libs | |
parent | bump; switch to setuptools proper rather than distribute, fixes Bug #472808 (diff) | |
download | gentoo-2-ffc433c6604694d6b797039d9bbd77068847d18f.tar.gz gentoo-2-ffc433c6604694d6b797039d9bbd77068847d18f.tar.bz2 gentoo-2-ffc433c6604694d6b797039d9bbd77068847d18f.zip |
Version bump.
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libpipeline/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libpipeline/libpipeline-1.2.4.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-libs/libpipeline/ChangeLog b/dev-libs/libpipeline/ChangeLog index cfdf7be1c747..aed2bae502c5 100644 --- a/dev-libs/libpipeline/ChangeLog +++ b/dev-libs/libpipeline/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libpipeline # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpipeline/ChangeLog,v 1.27 2013/05/10 05:43:49 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpipeline/ChangeLog,v 1.28 2013/06/14 04:26:31 radhermit Exp $ + +*libpipeline-1.2.4 (14 Jun 2013) + + 14 Jun 2013; Tim Harder <radhermit@gentoo.org> +libpipeline-1.2.4.ebuild: + Version bump. *libpipeline-1.2.3 (10 May 2013) diff --git a/dev-libs/libpipeline/libpipeline-1.2.4.ebuild b/dev-libs/libpipeline/libpipeline-1.2.4.ebuild new file mode 100644 index 000000000000..cde9857a8b2d --- /dev/null +++ b/dev-libs/libpipeline/libpipeline-1.2.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpipeline/libpipeline-1.2.4.ebuild,v 1.1 2013/06/14 04:26:31 radhermit Exp $ + +EAPI="5" + +inherit autotools-utils + +DESCRIPTION="a pipeline manipulation library" +HOMEPAGE="http://libpipeline.nongnu.org/" +SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +IUSE="static-libs test" + +DEPEND="virtual/pkgconfig + test? ( dev-libs/check )" |