Portage is a package management system used by Gentoo Linux
# ChangeLog for app-i18n/enca
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.25 2007/04/15 19:49:37 corsair Exp $
15 Apr 2007; Markus Rothe
Stable on ppc64
12 Mar 2007; Raúl Porcel
x86 stable
12 Feb 2007; Bryan Østergaard
Stable on Alpha, bug 159727.
12 Feb 2007; Bryan Østergaard
Stable on IA64, bug 159727.
11 Feb 2007; René Nussbaumer
Stable on hppa. See bug #159727.
09 Jan 2007; Olivier Crête
Stable on amd64 wrt bug #157814
05 Jan 2007; Danny van Dyk
QA: Removed unused versions.
26 Dec 2006; Timothy Redaelli
Add ~x86-fbsd keyword.
23 Dec 2006; Tobias Scherbaum
Stable on ppc wrt bug #157814.
21 Dec 2006; Gustavo Zacarias
Stable on sparc wrt #157814
13 Jul 2006; Aron Griffis
Mark 1.9 ~ia64. #139955
12 Jul 2006; Gustavo Zacarias
Keyworded ~sparc wrt #139955
08 Jul 2006; Markus Rothe
Stable on ppc64
28 Jun 2006; Thomas Cort
Added ~alpha keyword wrt Bug #136520.
27 Jun 2006; Guy Martin
Added ~hppa to KEYWORDS.
13 Jun 2006; Markus Rothe
enca-1.7.ebuild, enca-1.9.ebuild:
Added ~ppc64; bug #136520
*enca-1.9 (22 Jan 2006)
22 Jan 2006; Daniel Black
+enca-1.9.ebuild:
version bump
18 Oct 2005; Luis Medinas
Added ~amd64 keyword. Closes bug #109420.
*enca-1.7 (03 Sep 2005)
03 Sep 2005; Daniel Black
version bump
07 Jun 2004; Daniel Black
enca-1.0.ebuild:
x86 stable
03 Jun 2004; David Holm
Added to ~ppc.
*enca-1.5 (02 Jun 2004)
02 Jun 2004; Sergey Kuleshov
Version bump. Closing bug #52583.
*enca-1.0 (14 Nov 2003)
14 Nov 2003; Sergey Kuleshov
Initial commit of enca. Thanks to Radek Podgorny
providing the ebuild. Closing bug #33091.
DIST enca-1.0.tar.bz2 437506 RMD160 414ea60c3f0501e08b210521cffe49762af5962a SHA1 8299cf12ef03be5cb326ead69ff03032ce8b563b SHA256 17584f6b4102b9cd4450c9dd8e8ec7d3a8a5e2a9cc25d14f0eab2c83f3a7c618
DIST enca-1.9.tar.bz2 503547 RMD160 a75a484701b70fac1181a6a5113da5683235b6d1 SHA1 6cabd3d8eb475674274140f13e6ce0ad56fa06ce SHA256 02acfef2b24a9c842612da49338138311f909f1cd33933520c07b8b26c410f4d
EBUILD enca-1.0.ebuild 597 RMD160 329630729a49bdb83437f999e74a985dda05dfa5 SHA1 52e36eee993e828f50063a51a5c07386c50a82a8 SHA256 be69e36fa907293070d314ed3420fa130ed9c20dd2b7f35a69280416ed0cf717
EBUILD enca-1.9.ebuild 560 RMD160 5fa84609339f52d85dad646d2f1604f309996521 SHA1 cf50fd6967f36316a594b05bde3ce63524237c12 SHA256 77e28376b254d97646aae2886bcc014ba1c70a131a2ec84a3a53269d07bfcd66
MISC ChangeLog 2679 RMD160 aa8bf1ab59f7f35bffab1b83d8fc9bf3956cf925 SHA1 e3cd31811919eca5a1d660b88bec38ecd9eb07b3 SHA256 a0373e7885d85ebc63f8c8bcd7132a8848d032b694bb38a67959d6e68517f59f
MISC metadata.xml 314 RMD160 25181cde297628576a9545bea3a76601485bfaf3 SHA1 ac16b621acf5a22b64859e3323d466fb556fc4c8 SHA256 736baab77aea9c4da199c01e3cd6877c271bd02357ff9b41b537a2232c6e96d7
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.0.ebuild,v 1.7 2006/07/08 08:05:14 corsair Exp $
DESCRIPTION="ENCA detects the character coding of a file and converts it if desired"
HOMEPAGE="http://trific.ath.cx/software/enca/"
SRC_URI="http://trific.ath.cx/Ftp/enca/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc64 x86"
IUSE=""
DEPEND=""
src_compile() {
econf || die "Configure failed"
emake || die "make failed"
}
src_install() {
make DESTDIR=${D} install || die
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.9.ebuild,v 1.15 2007/04/15 19:49:37 corsair Exp $
DESCRIPTION="ENCA detects the character coding of a file and converts it if desired"
HOMEPAGE="http://trific.ath.cx/software/enca/"
SRC_URI="http://trific.ath.cx/Ftp/enca/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=""
src_install() {
make DESTDIR=${D} install || die
}