public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-dicts/ispell-de-alt: ispell-de-alt-2.ebuild
@ 2009-02-11 17:06 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2009-02-11 17:06 UTC (permalink / raw
  To: gentoo-commits

ulm         09/02/11 17:06:59

  Modified:             ispell-de-alt-2.ebuild
  Log:
  Change licence info and add a patch.
  (Portage version: 2.2_rc23/cvs/Linux i686)

Revision  Changes    Path
1.2                  app-dicts/ispell-de-alt/ispell-de-alt-2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-de-alt/ispell-de-alt-2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-de-alt/ispell-de-alt-2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-de-alt/ispell-de-alt-2.ebuild?r1=1.1&r2=1.2

Index: ispell-de-alt-2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-de-alt/ispell-de-alt-2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ispell-de-alt-2.ebuild	11 Feb 2009 14:50:45 -0000	1.1
+++ ispell-de-alt-2.ebuild	11 Feb 2009 17:06:59 -0000	1.2
@@ -1,15 +1,16 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de-alt/ispell-de-alt-2.ebuild,v 1.1 2009/02/11 14:50:45 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de-alt/ispell-de-alt-2.ebuild,v 1.2 2009/02/11 17:06:59 ulm Exp $
 
-inherit multilib
+inherit eutils multilib
 
-MY_P="hk${PV}-deutsch"
 DESCRIPTION="German dictionary (classic orthography) for ispell"
 HOMEPAGE="http://www.lasr.cs.ucla.edu/geoff/ispell-dictionaries.html"
-SRC_URI="ftp://ftp.informatik.uni-kiel.de/pub/kiel/dicts/${MY_P}.tar.gz"
+SRC_URI="ftp://ftp.informatik.uni-kiel.de/pub/kiel/dicts/hk${PV}-deutsch.tar.gz
+	http://www.j3e.de/ispell/hk2/hkgerman_2-patch-bj1.diff.gz"
 
-LICENSE="as-is"
+# GPL according to <http://bugs.debian.org/131124#25>
+LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
@@ -19,8 +20,13 @@
 
 S="${WORKDIR}"
 
-src_install () {
+src_unpack() {
+	unpack ${A}
+	epatch hkgerman_2-patch-bj1.diff
+}
+
+src_install() {
 	insinto /usr/$(get_libdir)/ispell
 	doins deutsch.aff deutsch.hash || die "doins failed"
-	dodoc ANNOUNCE Changes Contributors README
+	dodoc ANNOUNCE Changes Contributors README*
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-dicts/ispell-de-alt: ispell-de-alt-2.ebuild
@ 2009-02-11 23:43 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2009-02-11 23:43 UTC (permalink / raw
  To: gentoo-commits

ulm         09/02/11 23:43:58

  Modified:             ispell-de-alt-2.ebuild
  Log:
  Slightly change description.
  (Portage version: 2.2_rc23/cvs/Linux i686)

Revision  Changes    Path
1.4                  app-dicts/ispell-de-alt/ispell-de-alt-2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-de-alt/ispell-de-alt-2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-de-alt/ispell-de-alt-2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-de-alt/ispell-de-alt-2.ebuild?r1=1.3&r2=1.4

Index: ispell-de-alt-2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-de-alt/ispell-de-alt-2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ispell-de-alt-2.ebuild	11 Feb 2009 23:01:53 -0000	1.3
+++ ispell-de-alt-2.ebuild	11 Feb 2009 23:43:58 -0000	1.4
@@ -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-dicts/ispell-de-alt/ispell-de-alt-2.ebuild,v 1.3 2009/02/11 23:01:53 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de-alt/ispell-de-alt-2.ebuild,v 1.4 2009/02/11 23:43:58 ulm Exp $
 
 inherit eutils multilib
 
-DESCRIPTION="German dictionary (classic orthography) for ispell"
+DESCRIPTION="German dictionary (traditional orthography) for ispell"
 HOMEPAGE="http://www.lasr.cs.ucla.edu/geoff/ispell-dictionaries.html"
 SRC_URI="ftp://ftp.informatik.uni-kiel.de/pub/kiel/dicts/hk${PV}-deutsch.tar.gz
 	http://www.j3e.de/ispell/hk2/hkgerman_2-patch-bj1.diff.gz"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-11 23:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-11 23:43 [gentoo-commits] gentoo-x86 commit in app-dicts/ispell-de-alt: ispell-de-alt-2.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2009-02-11 17:06 Ulrich Mueller (ulm)

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