diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-09-22 23:12:28 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-09-22 23:12:50 +0200 |
commit | b8a81019f7c0ac837e25b1234114fdc84b73358d (patch) | |
tree | 5e641f890da1d7a2857805d0c966813d8163a95e /dev-libs/libbytesize | |
parent | dev-libs/libbytesize: Bump to version 1.1 (diff) | |
download | gentoo-b8a81019f7c0ac837e25b1234114fdc84b73358d.tar.gz gentoo-b8a81019f7c0ac837e25b1234114fdc84b73358d.tar.bz2 gentoo-b8a81019f7c0ac837e25b1234114fdc84b73358d.zip |
dev-libs/libbytesize: Removed old.
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'dev-libs/libbytesize')
-rw-r--r-- | dev-libs/libbytesize/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/libbytesize/libbytesize-0.10.ebuild | 55 |
2 files changed, 0 insertions, 56 deletions
diff --git a/dev-libs/libbytesize/Manifest b/dev-libs/libbytesize/Manifest index 728b87f3bf82..63a492e7d977 100644 --- a/dev-libs/libbytesize/Manifest +++ b/dev-libs/libbytesize/Manifest @@ -1,3 +1,2 @@ -DIST libbytesize-0.10.tar.gz 67461 SHA256 6178bebe3d966ef477c9507a7b8da5c7fb5ff52e792763270286a42e6b892aee SHA512 26dcca781c70b5fdc0c0ef973ce65db2c4ce4520bb413b2e0137e3c8a0ccef0b0b47f46e50e13035fb74c3bd2a16ab8faad8c4fb843f33419a5e5d70dae73587 WHIRLPOOL c91b63e76a368aff4434cc09f546b1ee2265afa95fa6ef6ad25e6ed3554262361342c60ff7fddcc9887b3ddb53c2d5c6890dd28427e35be4af9c12fdc1dc6d53 DIST libbytesize-0.11.tar.gz 68322 SHA256 3eff9a4b3350420b5e1ecfff523a739049d000b34485e3e1ccf4a4d7685490cb SHA512 3275116a74ead484508da494934062e77d19b50dcd124d7b309137e52a416474099685c39ddc63090d6ed124a667c7fc8c2a7a5844712b33f277703bb52d54ec WHIRLPOOL 717b33b11739747245f74cb6a9b33cbf6cc0e421c5464f253254642e82dfbf55dad26fcf440db3c345dfad7c721c10e0501be409f7b6f8ebcbc6bb0c276687c7 DIST libbytesize-1.1.tar.gz 70495 SHA256 1d17e8ab347e0496d7976b840c9ce230896674b8dc913cad7a9faa3cea92c193 SHA512 3d376dd0f9a10974f2392e3417e8e99ac57313be3ec945eeb7c84f72ddd51a5f29b61c7268c8c870dbe941eebf8d9027f8f5b7e0140790510bd8fb6b2c8db35b WHIRLPOOL f0da803649188ad631f10948ab4795d19771ee88d74e7398b78c81c34f966584ef97a542d0d85d7dd8269dd001107bd5731fb38fb3949055dd11286b7814fd38 diff --git a/dev-libs/libbytesize/libbytesize-0.10.ebuild b/dev-libs/libbytesize/libbytesize-0.10.ebuild deleted file mode 100644 index 9a089877335e..000000000000 --- a/dev-libs/libbytesize/libbytesize-0.10.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) - -inherit autotools python-single-r1 - -DESCRIPTION="Tiny library providing a C \"class\" for working with arbitrary big sizes in bytes" -HOMEPAGE="https://github.com/rhinstaller/libbytesize" -SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc test" - -CDEPEND=" - ${PYTHON_DEPS} - dev-libs/gmp:0= - >=dev-libs/libpcre-8.32 -" - -DEPEND=" - ${CDEPEND} - sys-devel/gettext - doc? ( dev-util/gtk-doc ) - test? ( - dev-python/pocketlint - dev-python/polib - ) -" - -RDEPEND=" - ${CDEPEND} -" - -# https://github.com/rhinstaller/libbytesize/issues/27 -RESTRICT="test" - -pkg_setup() { - python-single-r1_pkg_setup -} - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_with doc gtk-doc) - ) - econf "${myeconfargs[@]}" -} |