summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-11 17:25:26 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-11 17:25:26 +0000
commitad7eac79b17350f8de7e76d6cc1c07e6048ffacc (patch)
tree4b71095dabe63c875725f0a3bb340e667b3afb2a /app-i18n
parentBump, fixes #282746 (diff)
downloadgentoo-2-ad7eac79b17350f8de7e76d6cc1c07e6048ffacc.tar.gz
gentoo-2-ad7eac79b17350f8de7e76d6cc1c07e6048ffacc.tar.bz2
gentoo-2-ad7eac79b17350f8de7e76d6cc1c07e6048ffacc.zip
Bump. New Homepage. Fixes #282672
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/enca/ChangeLog10
-rw-r--r--app-i18n/enca/enca-1.0.ebuild4
-rw-r--r--app-i18n/enca/enca-1.10.ebuild18
-rw-r--r--app-i18n/enca/enca-1.9-r1.ebuild4
-rw-r--r--app-i18n/enca/enca-1.9.ebuild4
5 files changed, 32 insertions, 8 deletions
diff --git a/app-i18n/enca/ChangeLog b/app-i18n/enca/ChangeLog
index ee2cc58b4bef..a04720048bd5 100644
--- a/app-i18n/enca/ChangeLog
+++ b/app-i18n/enca/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-i18n/enca
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.38 2009/04/04 18:46:30 solar Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.39 2009/09/11 17:25:26 patrick Exp $
+
+*enca-1.10 (11 Sep 2009)
+
+ 11 Sep 2009; Patrick Lauer <patrick@gentoo.org> enca-1.0.ebuild,
+ enca-1.9.ebuild, enca-1.9-r1.ebuild, +enca-1.10.ebuild:
+ Bump. New Homepage. Fixes #282672
04 Apr 2009; <solar@gentoo.org> enca-1.9-r1.ebuild:
- Keyword ~arm and fix up cross compile
diff --git a/app-i18n/enca/enca-1.0.ebuild b/app-i18n/enca/enca-1.0.ebuild
index e36afa102294..2da05e8d44cc 100644
--- a/app-i18n/enca/enca-1.0.ebuild
+++ b/app-i18n/enca/enca-1.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2009 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.8 2009/03/01 17:11:23 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.0.ebuild,v 1.9 2009/09/11 17:25:26 patrick Exp $
DESCRIPTION="ENCA detects the character coding of a file and converts it if desired"
-HOMEPAGE="http://trific.ath.cx/software/enca/"
+HOMEPAGE="http://gitorious.org/enca"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
diff --git a/app-i18n/enca/enca-1.10.ebuild b/app-i18n/enca/enca-1.10.ebuild
new file mode 100644
index 000000000000..692679c9c927
--- /dev/null
+++ b/app-i18n/enca/enca-1.10.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.10.ebuild,v 1.1 2009/09/11 17:25:26 patrick Exp $
+
+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="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=""
+
+src_install() {
+ make DESTDIR=${D} install || die
+}
diff --git a/app-i18n/enca/enca-1.9-r1.ebuild b/app-i18n/enca/enca-1.9-r1.ebuild
index 00a456af1bc2..6e2bddd50eaf 100644
--- a/app-i18n/enca/enca-1.9-r1.ebuild
+++ b/app-i18n/enca/enca-1.9-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.9-r1.ebuild,v 1.12 2009/04/04 18:46:30 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.9-r1.ebuild,v 1.13 2009/09/11 17:25:26 patrick Exp $
inherit toolchain-funcs
DESCRIPTION="ENCA detects the character coding of a file and converts it if desired"
-HOMEPAGE="http://trific.ath.cx/software/enca/"
+HOMEPAGE="http://gitorious.org/enca"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
diff --git a/app-i18n/enca/enca-1.9.ebuild b/app-i18n/enca/enca-1.9.ebuild
index 6718585c1a87..1a579c4280f0 100644
--- a/app-i18n/enca/enca-1.9.ebuild
+++ b/app-i18n/enca/enca-1.9.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2009 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.16 2009/03/01 17:11:23 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.9.ebuild,v 1.17 2009/09/11 17:25:26 patrick Exp $
DESCRIPTION="ENCA detects the character coding of a file and converts it if desired"
-HOMEPAGE="http://trific.ath.cx/software/enca/"
+HOMEPAGE="http://gitorious.org/enca"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"