From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 604A01395E2 for ; Tue, 29 Nov 2016 20:27:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4142FE0BEF; Tue, 29 Nov 2016 20:27:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19F01E0BEF for ; Tue, 29 Nov 2016 20:27:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38AB934162D for ; Tue, 29 Nov 2016 20:27:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A8CC91A for ; Tue, 29 Nov 2016 20:27:18 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1480451230.c691ddbf9d1592a818eb8ee1aff0283971466206.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/liblangtag/Manifest app-text/liblangtag/liblangtag-0.5.6.ebuild X-VCS-Directories: app-text/liblangtag/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: c691ddbf9d1592a818eb8ee1aff0283971466206 X-VCS-Branch: master Date: Tue, 29 Nov 2016 20:27:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f9e4681b-31f1-4bec-8bc9-515702595b13 X-Archives-Hash: ed76803daaaac12f530e344368db9a95 commit: c691ddbf9d1592a818eb8ee1aff0283971466206 Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Nov 29 19:59:20 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Tue Nov 29 20:27:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c691ddbf app-text/liblangtag: Remove old Package-Manager: portage-2.3.2 app-text/liblangtag/Manifest | 1 - app-text/liblangtag/liblangtag-0.5.6.ebuild | 44 ----------------------------- 2 files changed, 45 deletions(-) diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest index 2504be4..0b16cec 100644 --- a/app-text/liblangtag/Manifest +++ b/app-text/liblangtag/Manifest @@ -1,2 +1 @@ -DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52 WHIRLPOOL 0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5 DIST liblangtag-0.6.2.tar.bz2 766080 SHA256 d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e SHA512 812e00d0a26eedc1fa9bee6d0b9da53b8faca8d1fc5f93a0423106b5b777c7b1ec5854da7d02606c215ad1a1248de93016559c7a55288a4b427857fb1ed1ad8f WHIRLPOOL 6eeba5e4aeb432cc2a3ac102aaa7d4c448afa137c0c9056e7b7f86e4589b76463e6de6b12ad05ca3302ed66305f525c5c418ccf59589b5b5212ec9061c17717f diff --git a/app-text/liblangtag/liblangtag-0.5.6.ebuild b/app-text/liblangtag/liblangtag-0.5.6.ebuild deleted file mode 100644 index 15b0a21..00000000 --- a/app-text/liblangtag/liblangtag-0.5.6.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit xdg-utils autotools-utils - -DESCRIPTION="An interface library to access tags for identifying languages" -HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/" -SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2" - -LICENSE="|| ( LGPL-3 MPL-1.1 )" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86" -IUSE="introspection static-libs test" - -RDEPEND=" - dev-libs/glib - dev-libs/libxml2 - introspection? ( >=dev-libs/gobject-introspection-0.10.8 )" -DEPEND="${RDEPEND} - dev-libs/gobject-introspection-common - sys-devel/gettext - test? ( dev-libs/check )" - -# Upstream expect liblangtag to be installed when one runs tests... -RESTRICT="test" - -PATCHES=( "${FILESDIR}/${PN}-0.5.6-musl.patch" ) - -src_configure() { - xdg_environment_reset - local myeconfargs=( - $(use_enable introspection) - $(use_enable test) - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - prune_libtool_files --all -}