commit: ddf00a290ce1efbe4ca7dc1fd4d1ab1fecf4a890 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Feb 23 09:28:15 2019 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Feb 23 09:28:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddf00a29
dev-libs/fstrm: Drop old Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> dev-libs/fstrm/Manifest | 1 - dev-libs/fstrm/fstrm-0.2.0-r1.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-libs/fstrm/Manifest b/dev-libs/fstrm/Manifest index e10e3bcd959..2e97c37e0c8 100644 --- a/dev-libs/fstrm/Manifest +++ b/dev-libs/fstrm/Manifest @@ -1,2 +1 @@ -DIST fstrm-0.2.0.tar.gz 434627 BLAKE2B df3d3994adf0f7f2ee734dbd4e20fa4fd5ec8856b8127b172412dfd091f2640e3c2df3d5a65063a8f24c6a1ea83ecbf13f826e5e533c9b9d9d67488ea8e2bc1a SHA512 4425c3aa57f7c87dfa2a5cc6e3c9b7f8e293086c2092b57b5d227b13dba3ec23cb8460abbfaf153b2f3a27c6a613e31e7a805948cbc5d567707880f353453f42 DIST fstrm-0.3.0.tar.gz 185153 BLAKE2B 1e1e16792288255c1d963f2831b6f362d08a343cb58ae7ae8e24c5d9a70d870b238c399b9f2cb30da939dbfbf5faa49a61609725036113e579f2c7d63a36e599 SHA512 4134da0ed8579cb6784a419bba76b3be7487ec67b6fad65e0e662b40e668389010381176794d15da9c96339292f0faedc143f87b7ef3815b69bbc8b165af5c4d diff --git a/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild b/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild deleted file mode 100644 index 1dbd918d64a..00000000000 --- a/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools-multilib - -DESCRIPTION="Frame Streams implementation in C" -HOMEPAGE="https://github.com/farsightsec/fstrm" -SRC_URI="https://github.com/farsightsec/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 x86" -IUSE="static-libs utils" - -RDEPEND="utils? ( dev-libs/libevent[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND} - virtual/pkgconfig[${MULTILIB_USEDEP}]" - -src_configure() { - local myeconfargs=( - $(use_enable utils programs) - ) - autotools-multilib_src_configure -}
