public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/cream/
@ 2016-06-25 13:21 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2016-06-25 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     52a1ec79094458c61e697938f91a59437f0327ae
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 13:21:14 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 13:21:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a1ec79

app-vim/cream: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 app-vim/cream/cream-0.43.ebuild | 24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

diff --git a/app-vim/cream/cream-0.43.ebuild b/app-vim/cream/cream-0.43.ebuild
index a470bf2..3a6fc68 100644
--- a/app-vim/cream/cream-0.43.ebuild
+++ b/app-vim/cream/cream-0.43.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,12 +15,12 @@ DICT_ES="spa_3.0"
 DICT_DE="ger_2.0.1"
 
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-	linguas_en? ( ${HOMEPAGE}/cream-spell-dict-${DICT_EN}.zip )
-	linguas_fr? ( ${HOMEPAGE}/cream-spell-dict-${DICT_FR}.zip )
-	linguas_es? ( ${HOMEPAGE}/cream-spell-dict-${DICT_ES}.zip )
-	linguas_de? ( ${HOMEPAGE}/cream-spell-dict-${DICT_DE}.zip )"
+	l10n_de? ( ${HOMEPAGE}/cream-spell-dict-${DICT_DE}.zip )
+	l10n_en? ( ${HOMEPAGE}/cream-spell-dict-${DICT_EN}.zip )
+	l10n_es? ( ${HOMEPAGE}/cream-spell-dict-${DICT_ES}.zip )
+	l10n_fr? ( ${HOMEPAGE}/cream-spell-dict-${DICT_FR}.zip )"
 
-IUSE="linguas_en linguas_fr linguas_es linguas_de"
+IUSE="l10n_de l10n_en l10n_fr l10n_es"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
@@ -68,16 +68,14 @@ pkg_setup() {
 	elog "all cases, at least a small English dictionary will be installed."
 	elog
 	elog "To specify which optional dictionaries are installed, set the"
-	elog "LINGUAS variable in /etc/make.conf. For example, to install full"
+	elog "L10N variable in /etc/make.conf. For example, to install full"
 	elog "English and French dictionaries, use:"
-	elog "    LINGUAS=\"en fr\""
+	elog "    L10N=\"en fr\""
 	elog
 	elog "Available dictionaries are:"
 	for dict in "English en" "French fr" "German de" "Spanish es" ; do
-		# portage bug: shouldn't get a QA notice for linguas stuff...
-		elog "    ${dict% *} \t(${dict#* }) $( ( \
-			use linguas_${dict#* } &>/dev/null && \
-			echo '(Will be installed)' ) || echo '(Will not be installed)' )"
+		elog "    ${dict% *} \t(${dict#* }) $(usex l10n_${dict#* } \
+			"(Will be installed)" "(Will not be installed)")"
 	done
 	elog
 }
@@ -135,7 +133,7 @@ src_install() {
 		doins ${dir}/*
 	done
 
-	if [[ -n ${LINGUAS} ]] ; then
+	if [[ -n ${L10N} ]] ; then
 		insinto /usr/share/vim/cream/spelldicts
 		doins spelldicts/*
 	fi


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/cream/
@ 2017-08-20 16:06 Patrice Clement
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2017-08-20 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     c5449577e3fab70fe626977d4d2a0955c9fa50a3
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 16:06:15 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 16:06:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5449577

app-vim/cream: remove maintainer.

Gentoo-Bug: https://bugs.gentoo.org/627100

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-vim/cream/metadata.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/app-vim/cream/metadata.xml b/app-vim/cream/metadata.xml
index 429038dc8e9..a882b886dae 100644
--- a/app-vim/cream/metadata.xml
+++ b/app-vim/cream/metadata.xml
@@ -5,12 +5,6 @@
 		<email>vim@gentoo.org</email>
 		<name>Gentoo Vim Project</name>
 	</maintainer>
-	<maintainer type="person">
-		<email>degrenier@easyconnect.fr</email>
-		<description>Please Cc: Thomas de Grenier de Latour (not a Gentoo
-			developer) on any bugs, as he knows lots about the package and I'd
-			like his opinion before I make any big changes.</description>
-	</maintainer>
 	<upstream>
 		<remote-id type="sourceforge">cream</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/cream/
@ 2017-09-02 14:56 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2017-09-02 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     97fb5da567e2704a165bb6c952458f3f5b4cf935
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Tue Aug 22 21:03:02 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 14:56:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97fb5da5

app-vim/cream: update make.conf path

 app-vim/cream/cream-0.43.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/cream/cream-0.43.ebuild b/app-vim/cream/cream-0.43.ebuild
index 501ad8633eb..2d8b551361c 100644
--- a/app-vim/cream/cream-0.43.ebuild
+++ b/app-vim/cream/cream-0.43.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -67,7 +67,7 @@ pkg_setup() {
 	elog "all cases, at least a small English dictionary will be installed."
 	elog
 	elog "To specify which optional dictionaries are installed, set the"
-	elog "L10N variable in /etc/make.conf. For example, to install full"
+	elog "L10N variable in /etc/portage/make.conf. For example, to install full"
 	elog "English and French dictionaries, use:"
 	elog "    L10N=\"en fr\""
 	elog


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/cream/
@ 2019-08-29 11:39 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2019-08-29 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     b4e07f1507201fb45ab179e0c28d7223a2ff91f3
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 11:38:51 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 11:38:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e07f15

app-vim/cream: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-vim/cream/cream-0.43.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-vim/cream/cream-0.43.ebuild b/app-vim/cream/cream-0.43.ebuild
index 2d8b551361c..996ccd4a5a6 100644
--- a/app-vim/cream/cream-0.43.ebuild
+++ b/app-vim/cream/cream-0.43.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -14,10 +14,10 @@ DICT_ES="spa_3.0"
 DICT_DE="ger_2.0.1"
 
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-	l10n_de? ( ${HOMEPAGE}/cream-spell-dict-${DICT_DE}.zip )
-	l10n_en? ( ${HOMEPAGE}/cream-spell-dict-${DICT_EN}.zip )
-	l10n_es? ( ${HOMEPAGE}/cream-spell-dict-${DICT_ES}.zip )
-	l10n_fr? ( ${HOMEPAGE}/cream-spell-dict-${DICT_FR}.zip )"
+	l10n_de? ( http://cream.sourceforge.net/cream-spell-dict-${DICT_DE}.zip )
+	l10n_en? ( http://cream.sourceforge.net/cream-spell-dict-${DICT_EN}.zip )
+	l10n_es? ( http://cream.sourceforge.net/cream-spell-dict-${DICT_ES}.zip )
+	l10n_fr? ( http://cream.sourceforge.net/cream-spell-dict-${DICT_FR}.zip )"
 
 IUSE="l10n_de l10n_en l10n_fr l10n_es"
 LICENSE="GPL-2"


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

end of thread, other threads:[~2019-08-29 11:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-25 13:21 [gentoo-commits] repo/gentoo:master commit in: app-vim/cream/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2017-08-20 16:06 Patrice Clement
2017-09-02 14:56 Michael Palimaka
2019-08-29 11:39 David Seifert

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