public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/diction: ChangeLog diction-1.11.ebuild diction-1.09-r1.ebuild
@ 2007-10-13  1:26 Seemant Kulleen (seemant)
  0 siblings, 0 replies; only message in thread
From: Seemant Kulleen (seemant) @ 2007-10-13  1:26 UTC (permalink / raw
  To: gentoo-commits

seemant     07/10/13 01:26:59

  Modified:             ChangeLog
  Added:                diction-1.11.ebuild
  Removed:              diction-1.09-r1.ebuild
  Log:
  long awaited version bump, thanks to James in bug #170984
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.26                 app-text/diction/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/diction/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/diction/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/diction/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/diction/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	8 Sep 2006 11:38:25 -0000	1.25
+++ ChangeLog	13 Oct 2007 01:26:58 -0000	1.26
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/diction
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/diction/ChangeLog,v 1.25 2006/09/08 11:38:25 christel Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/diction/ChangeLog,v 1.26 2007/10/13 01:26:58 seemant Exp $
+
+*diction-1.11 (13 Oct 2007)
+
+  13 Oct 2007; Seemant Kulleen <seemant@gentoo.org> -diction-1.09-r1.ebuild,
+  +diction-1.11.ebuild:
+  long awaited version bump, thanks to James in bug #170984
 
   08 Sep 2006; Christel Dahlskjaer <christel@gentoo.org>
   diction-1.09-r1.ebuild:



1.1                  app-text/diction/diction-1.11.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/diction/diction-1.11.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/diction/diction-1.11.ebuild?rev=1.1&content-type=text/plain

Index: diction-1.11.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/diction/diction-1.11.ebuild,v 1.1 2007/10/13 01:26:58 seemant Exp $

inherit eutils versionator

MY_PV=$(replace_version_separator 2 -)

DESCRIPTION="Diction and style checkers for english and german texts"
HOMEPAGE="http://www.gnu.org/software/diction/diction.html"
SRC_URI="http://www.moria.de/~michael/diction/${PN}-${MY_PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~ppc-macos ~sparc ~x86"
IUSE="unicode"

DEPEND="sys-devel/gettext"
RDEPEND="virtual/libintl"

S="${WORKDIR}"/${PN}-$(get_version_component_range 1-2)

src_unpack() {
	unpack "${A}"; cd "${S}"
	if use unicode; then
		iconv -f ISO-8859-1 -t UTF-8 de > de.new || die "charset conversion failed."
		mv de.new de
	fi
}

src_install() {
	make DESTDIR="${D}" install
	dodoc NEWS README
}




-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-13  1:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-13  1:26 [gentoo-commits] gentoo-x86 commit in app-text/diction: ChangeLog diction-1.11.ebuild diction-1.09-r1.ebuild Seemant Kulleen (seemant)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox