public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/blueness:loongson commit in: app-i18n/enca/, app-i18n/enca/files/
Date: Sun,  1 Jul 2012 13:18:21 +0000 (UTC)	[thread overview]
Message-ID: <1341148693.bd58b96cbc99334f675ffa1f95e6127b1a32e335.blueness@gentoo> (raw)

commit:     bd58b96cbc99334f675ffa1f95e6127b1a32e335
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  1 13:18:13 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jul  1 13:18:13 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=bd58b96c

app-i18n/enca: fixed in tree, bug #424171

---
 app-i18n/enca/Manifest                             |   14 ------
 app-i18n/enca/enca-1.13-r3.ebuild                  |   48 --------------------
 .../enca/files/enca-remove-dirty-path-hack.patch   |   19 --------
 app-i18n/enca/metadata.xml                         |   14 ------
 4 files changed, 0 insertions(+), 95 deletions(-)

diff --git a/app-i18n/enca/Manifest b/app-i18n/enca/Manifest
deleted file mode 100644
index 37e7d12..0000000
--- a/app-i18n/enca/Manifest
+++ /dev/null
@@ -1,14 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-AUX enca-remove-dirty-path-hack.patch 667 RMD160 359f7517994196573b2230092c3a833fddfebea2 SHA1 a71a4c1d7c71685ceb9435913f8eedaeb197b191 SHA256 92db99e7b9bc50d116ce1880ef026057f4cc12c28222ef7e1c4dd7bbfea4511c
-DIST enca-1.13.tar.bz2 532000 RMD160 347d81c5211a74aad1e5aca9ba6a86883158a804 SHA1 448e5a6d356980ca6d489e760eacbcca118b320f SHA256 6c091455d524b3ddae3533fe9bb375092f60ad6fe252e0777c873bd7869c7432
-EBUILD enca-1.13-r3.ebuild 1154 RMD160 55cd06091c551176b5ac364ae41ab12e47c9bea7 SHA1 68da3e0f9db8e655b7d58d5925aa5cfcd7112cb0 SHA256 9ff3e7c91adacdcd1db0160877f091eb65dac015f3352c794373be15db469d6b
-MISC metadata.xml 397 RMD160 9894a1d11f9713ba0df40a7e68348783d70d6328 SHA1 a72d3486c3869046c702f5db95b40199cee07d3e SHA256 5810797c9af8674a11390f93a10c63dba9f46ac17b3326170f749856aa8ded0c
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iEYEAREIAAYFAk/uMVYACgkQl5yvQNBFVTV6NACglmj5GHyZeTqVl/KdONzinZfM
-m2EAn0uOR8gRhwDGT3/m6nHVytHEtVAp
-=GeSZ
------END PGP SIGNATURE-----

diff --git a/app-i18n/enca/enca-1.13-r3.ebuild b/app-i18n/enca/enca-1.13-r3.ebuild
deleted file mode 100644
index 3ddb686..0000000
--- a/app-i18n/enca/enca-1.13-r3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.13-r2.ebuild,v 1.9 2012/05/15 13:01:08 aballier Exp $
-
-EAPI="4"
-
-inherit eutils toolchain-funcs autotools-utils
-
-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.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~mips"
-IUSE="doc +recode"
-
-DEPEND="recode? ( >=app-text/recode-3.6_p15 )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-remove-dirty-path-hack.patch
-	AUTOTOOLS_AUTORECONF=2.52
-	autotools-utils_src_prepare
-}
-
-src_configure() {
-	local myeconfargs=(
-		--enable-external
-		--disable-static
-		$(use_with recode librecode "${EPREFIX}"/usr)
-		$(use_enable doc gtk-doc)
-	)
-	autotools-utils_src_configure
-}
-
-src_compile() {
-	if tc-is-cross-compiler; then
-		pushd tools > /dev/null
-		$(tc-getBUILD_CC) -o make_hash make_hash.c || die "native make_hash failed"
-		popd > /dev/null
-	fi
-	autotools-utils_src_compile
-}
-
-src_install() {
-	autotools-utils_src_install
-}

diff --git a/app-i18n/enca/files/enca-remove-dirty-path-hack.patch b/app-i18n/enca/files/enca-remove-dirty-path-hack.patch
deleted file mode 100644
index b96667c..0000000
--- a/app-i18n/enca/files/enca-remove-dirty-path-hack.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -Naur enca-1.13.orig//configure.ac enca-1.13/configure.ac
---- enca-1.13.orig//configure.ac	2010-02-09 05:23:03.000000000 -0500
-+++ enca-1.13/configure.ac	2012-06-29 18:04:51.000000000 -0400
-@@ -97,15 +97,6 @@
- dnl Check for good random number sources
- AC_CHECK_FILES(/dev/random /dev/urandom /dev/srandom /dev/arandom)
- 
--dnl Dirty path hack.  Helps some people with badly set up search paths.
--if test "$prefix" = "NONE"; then
--  LDFLAGS="$LDFLAGS -L$ac_default_prefix/lib"
--  CPPFLAGS="$CPPFLAGS -I$ac_default_prefix/include"
--else
--  LDFLAGS="$LDFLAGS -L$prefix/lib"
--  CPPFLAGS="$CPPFLAGS -I$prefix/include"
--fi
--
- dnl Checks for libraries.
- ye_CHECK_LIBM
- 

diff --git a/app-i18n/enca/metadata.xml b/app-i18n/enca/metadata.xml
deleted file mode 100644
index 7e45291..0000000
--- a/app-i18n/enca/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>proxy-maintainers</herd>
-	<maintainer>
-		<email>stasrtf@gmail.com</email>
-		<description>Proxy maintainer</description>
-		<name>Stas</name>
-	</maintainer>
-	<maintainer>
-		<email>maksbotan@gentoo.org</email>
-		<name>Maxim Koltsov</name>
-	</maintainer>
-</pkgmetadata>



             reply	other threads:[~2012-07-01 13:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-01 13:18 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-06-29 22:18 [gentoo-commits] dev/blueness:loongson commit in: app-i18n/enca/, app-i18n/enca/files/ Anthony G. Basile

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=1341148693.bd58b96cbc99334f675ffa1f95e6127b1a32e335.blueness@gentoo \
    --to=blueness@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