diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-05-05 03:52:57 +0300 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-05-10 17:28:07 +0800 |
commit | 7dc255948d5a1ff6f089310653947ade098d2516 (patch) | |
tree | 18ac0ed13295eda70084b4659faa97ef0c0d6517 /dev-libs/uchardet/uchardet-0.0.1.ebuild | |
parent | dev-libs/uchardet: add live ebuild (diff) | |
download | gentoo-7dc255948d5a1ff6f089310653947ade098d2516.tar.gz gentoo-7dc255948d5a1ff6f089310653947ade098d2516.tar.bz2 gentoo-7dc255948d5a1ff6f089310653947ade098d2516.zip |
dev-libs/uchardet: remove old
Closes: https://github.com/gentoo/gentoo/pull/1438
Package-Manager: portage-2.2.28
Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'dev-libs/uchardet/uchardet-0.0.1.ebuild')
-rw-r--r-- | dev-libs/uchardet/uchardet-0.0.1.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-libs/uchardet/uchardet-0.0.1.ebuild b/dev-libs/uchardet/uchardet-0.0.1.ebuild deleted file mode 100644 index baa94326585b..000000000000 --- a/dev-libs/uchardet/uchardet-0.0.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit cmake-utils - -DESCRIPTION="C port of Mozilla's Automatic Charset Detection algorithm" -HOMEPAGE="https://github.com/BYVoid/uchardet" -SRC_URI="https://uchardet.googlecode.com/files/${P}.tar.gz" - -LICENSE="MPL-1.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="static-libs" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_install() { - cmake-utils_src_install - use static-libs || find "${ED}" -name '*.a' -delete -} |