public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/enca/
Date: Mon, 19 Sep 2016 23:34:32 +0000 (UTC)	[thread overview]
Message-ID: <1474328070.2b06cf0ea82a7d715a053b208bbbb33682324c20.dlan@gentoo> (raw)

commit:     2b06cf0ea82a7d715a053b208bbbb33682324c20
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Fri Sep 16 07:59:20 2016 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 23:34:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b06cf0e

app-i18n/enca: remove old

Closes: https://github.com/gentoo/gentoo/pull/2340

Package-Manager: portage-2.3.0

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-i18n/enca/Manifest         |  1 -
 app-i18n/enca/enca-1.18.ebuild | 57 ------------------------------------------
 2 files changed, 58 deletions(-)

diff --git a/app-i18n/enca/Manifest b/app-i18n/enca/Manifest
index 1cd01ad..984bb55 100644
--- a/app-i18n/enca/Manifest
+++ b/app-i18n/enca/Manifest
@@ -1,4 +1,3 @@
 DIST enca-1.13.tar.bz2 532000 SHA256 6c091455d524b3ddae3533fe9bb375092f60ad6fe252e0777c873bd7869c7432 SHA512 7c5cb7b28eea271c4c94135082c1aa3f312bf790aaa4f51c954fd87ed734fae04ec07be99b20e7dfa3a668349c17d97f1eeea1ee553f9b841e74bfafc5a5906a WHIRLPOOL 0080ce92c22c5ad8b34eea767133602d73e3ebcbcb5084794e5e5da37edceab1bba9785f3884aa5c84749be89116eecf7bc59faa0ebb7118e97411f97e97e4a8
 DIST enca-1.14.tar.bz2 560982 SHA256 7f33e3953fbbdac8ed144b31bbab1bb3bf181150db6ba4cd812fd958ce5f4b58 SHA512 9d0582cc8187f3e868339c3e13ca2c654359b240dd564b64a31615aeffb0ec7ae025659576cc72f6cab73b0bfa22286060f665f2c952f8dfe702cf97a39d2245 WHIRLPOOL 921038e3c6a612b38820d7314a7afe83c231e48396cd801dcbeb3f64afe157b0b5009ada00ae59f35ee4a882c4a40f46ac3346139c99da00611b073b561cfbee
-DIST enca-1.18.tar.xz 453512 SHA256 019995e9324510f0667b73e88753bc496c744f93bff48bbfb114165f8875326c SHA512 4b2d91efd023b4ed964dc4ef01bbacba7dd4866e727b1e3652c283978c75687b7502be41865f6d6e251bf1c5c7de20a40b51ffeab7c5db7776a3361bab651d08 WHIRLPOOL cc0646091e6f6726057741a86315368a31c1313b2840c4c6b4bd954d8ef26d01729c422e1d181ec566b99eb9d4577400504be7cdc1deaa2d756f320719c574da
 DIST enca-1.19.tar.xz 465412 SHA256 3a487eca40b41021e2e4b7a6440b97d822e6532db5464471f572ecf77295e8b8 SHA512 6678639992685180457bbef7b0da6e475071ec6935dfd672188fc242ef80b906e75eff9a206e07989893d0ef4ae5eb500f1d0bbd6b4d58146c94bb143b5fb296 WHIRLPOOL 56a4ed0027ae2f68d769f1bf3201b57127be5b7e42ca35fa2e92dd755cf0691163ec0fbc7cdee57e6a2b528b36d0471bdd1666a42224e82e1d157b4f92598c1d

diff --git a/app-i18n/enca/enca-1.18.ebuild b/app-i18n/enca/enca-1.18.ebuild
deleted file mode 100644
index 32da0ca..00000000
--- a/app-i18n/enca/enca-1.18.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=2.52
-
-inherit eutils toolchain-funcs autotools-multilib
-
-DESCRIPTION="ENCA detects the character coding of a file and converts it if desired"
-HOMEPAGE="http://gitorious.org/enca"
-SRC_URI="http://dl.cihar.com/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="doc +recode"
-
-RDEPEND="recode? ( >=app-text/recode-3.6_p15 )"
-DEPEND="${RDEPEND}
-	sys-devel/gettext"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-1.14-gcc4.8-avx-bug.patch
-	rm missing # too old, automake will update it
-	# fix crosscompilation, bug #424473
-	if tc-is-cross-compiler; then
-		sed -e "s#./make_hash#./native_make_hash#" -i tools/Makefile.am || die
-	fi
-	autotools-multilib_src_prepare
-}
-
-src_configure() {
-	local myeconfargs=(
-		--enable-external
-		--disable-static
-		$(use_with recode librecode "${EPREFIX}"/usr)
-		$(use_enable doc gtk-doc)
-	)
-	autotools-multilib_src_configure
-}
-
-multilib_src_compile() {
-	if tc-is-cross-compiler; then
-		pushd "${BUILD_DIR}"/tools > /dev/null
-		$(tc-getBUILD_CC) -o native_make_hash "${S}"/tools/make_hash.c || die "native make_hash failed"
-		popd > /dev/null
-	fi
-	# It will fail if we run these twice...
-	if ! multilib_is_native_abi ; then
-		sed -i -e 's/ src / /'\
-			-e '/SUBDIRS/s/ test//' Makefile\
-			-e 's/install-data-hook:/install-data-hook:\n\ndisabled:/' Makefile || die
-	fi
-	autotools-utils_src_compile
-}


             reply	other threads:[~2016-09-19 23:34 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-19 23:34 Yixun Lan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-14 10:48 [gentoo-commits] repo/gentoo:master commit in: app-i18n/enca/ Yixun Lan
2021-01-24 13:50 Sam James
2021-01-24 13:35 Sam James
2021-01-24 13:33 Sam James
2021-01-23 22:55 Sam James
2021-01-22 16:53 Agostino Sarubbo
2021-01-22  2:12 Sam James
2021-01-22  1:50 Sam James
2021-01-06 13:13 Fabian Groffen
2021-01-04  5:34 Sam James
2021-01-04  5:27 Sam James
2020-05-16 14:42 Mike Gilbert
2017-07-23  1:11 Michael Palimaka
2017-02-03 20:01 Jeroen Roovers
2017-01-29 17:01 Michael Palimaka
2016-11-16  9:10 Tobias Klausmann
2016-11-13  8:54 Markus Meier
2016-09-20 20:55 Yixun Lan
2016-09-19 23:34 Yixun Lan
2016-09-19 23:34 Yixun Lan
2016-08-21 17:28 Patrice Clement
2016-01-07 17:05 Lars Wendler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1474328070.2b06cf0ea82a7d715a053b208bbbb33682324c20.dlan@gentoo \
    --to=dlan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox