public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-dicts/myspell-es: ChangeLog myspell-es-0.6.ebuild myspell-es-20120418.ebuild myspell-es-20060316.ebuild
@ 2012-06-13 12:22 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2012-06-13 12:22 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/06/13 12:22:47

  Modified:             ChangeLog
  Added:                myspell-es-0.6.ebuild
  Removed:              myspell-es-20120418.ebuild
                        myspell-es-20060316.ebuild
  Log:
  Use upstream packages and versioning for the 20120418 version. Prune older.
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.21                 app-dicts/myspell-es/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-es/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-es/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-es/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/myspell-es/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	17 May 2012 18:13:33 -0000	1.20
+++ ChangeLog	13 Jun 2012 12:22:47 -0000	1.21
@@ -1,6 +1,12 @@
 # ChangeLog for app-dicts/myspell-es
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-es/ChangeLog,v 1.20 2012/05/17 18:13:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-es/ChangeLog,v 1.21 2012/06/13 12:22:47 scarabeus Exp $
+
+*myspell-es-0.6 (13 Jun 2012)
+
+  13 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> +myspell-es-0.6.ebuild,
+  -myspell-es-20060316.ebuild, -myspell-es-20120418.ebuild:
+  Use upstream packages and versioning for the 20120418 version. Prune older.
 
   17 May 2012; Alexis Ballier <aballier@gentoo.org> myspell-es-20060316.ebuild,
   myspell-es-20120418.ebuild:



1.1                  app-dicts/myspell-es/myspell-es-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-es/myspell-es-0.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-es/myspell-es-0.6.ebuild?rev=1.1&content-type=text/plain

Index: myspell-es-0.6.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-es/myspell-es-0.6.ebuild,v 1.1 2012/06/13 12:22:47 scarabeus Exp $

EAPI=4

MUTATIONS="es_ANY es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT
es_HN es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE"

MYSPELL_DICT=( )
MYSPELL_HYPH=(
	"hyph_es_ANY.dic"
)
MYSPELL_THES=(
	"th_es_ES_v2.dat"
	"th_es_ES_v2.idx"
)
SRC_URI=""
j=2618
for i in ${MUTATIONS}; do
	MYSPELL_DICT+=(
		"${i}.dic"
		"${i}.aff"
	)
	SRC_URI+=" http://forja.rediris.es/frs/download.php/${j}/${i}.oxt -> ${i}-${PV}.oxt"
	let j=${j}+1
done
unset i j


inherit myspell-r2

DESCRIPTION="Spanish dictionaries for myspell/hunspell"
HOMEPAGE="http://rla-es.forja.rediris.es/"
# yay for modern download tools like redmine and their unique IDs as part of URL
# this means that someone needs to check the download page if there are new releases:
#	http://forja.rediris.es/frs/?group_id=341

LICENSE="GPL-3 LGPL-3 MPL-1.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""

src_prepare() {
	# remove license files
	rm -rf {GPL,LGPL,MPL}*
}






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

only message in thread, other threads:[~2012-06-13 12:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-13 12:22 [gentoo-commits] gentoo-x86 commit in app-dicts/myspell-es: ChangeLog myspell-es-0.6.ebuild myspell-es-20120418.ebuild myspell-es-20060316.ebuild Tomas Chvatal (scarabeus)

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