public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/goldendict: goldendict-1.0.1.ebuild ChangeLog
@ 2012-07-19 17:36 Michael Palimaka (kensington)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka (kensington) @ 2012-07-19 17:36 UTC (permalink / raw
  To: gentoo-commits

kensington    12/07/19 17:36:12

  Modified:             goldendict-1.0.1.ebuild ChangeLog
  Log:
  Fix build with GCC 4.7, wrt bug #426988. Thanks to Sven Eden <yamakuzure@gmx.net>.
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  app-text/goldendict/goldendict-1.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild?r1=1.6&r2=1.7

Index: goldendict-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- goldendict-1.0.1.ebuild	4 May 2012 03:33:14 -0000	1.6
+++ goldendict-1.0.1.ebuild	19 Jul 2012 17:36:12 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild,v 1.6 2012/05/04 03:33:14 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild,v 1.7 2012/07/19 17:36:12 kensington Exp $
 
 EAPI=3
 LANGSLONG="ar_SA bg_BG cs_CZ de_DE el_GR it_IT lt_LT ru_RU uk_UA vi_VN zh_CN"
@@ -37,6 +37,8 @@
 
 S=${WORKDIR}
 
+PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" )
+
 src_prepare() {
 	qt4-r2_src_prepare
 



1.8                  app-text/goldendict/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/goldendict/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	4 May 2012 03:33:14 -0000	1.7
+++ ChangeLog	19 Jul 2012 17:36:12 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/goldendict
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/ChangeLog,v 1.7 2012/05/04 03:33:14 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/ChangeLog,v 1.8 2012/07/19 17:36:12 kensington Exp $
+
+  19 Jul 2012; Michael Palimaka <kensington@gentoo.org>
+  +files/goldendict-1.0.1-gcc-4.7.patch, goldendict-1.0.1.ebuild:
+  Fix build with GCC 4.7, wrt bug #426988. Thanks to Sven Eden
+  <yamakuzure@gmx.net>.
 
   04 May 2012; Jeff Horelick <jdhore@gentoo.org> goldendict-1.0.1.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig
@@ -49,4 +54,3 @@
   +goldendict-0.9.0.ebuild, +files/goldendict-0.9.0-gcc4.4.patch,
   +metadata.xml:
   Initial ebuild of goldendict. Bug #264631
-






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

* [gentoo-commits] gentoo-x86 commit in app-text/goldendict: goldendict-1.0.1.ebuild ChangeLog
@ 2012-07-26  7:04 Ben de Groot (yngwin)
  0 siblings, 0 replies; 5+ messages in thread
From: Ben de Groot (yngwin) @ 2012-07-26  7:04 UTC (permalink / raw
  To: gentoo-commits

yngwin      12/07/26 07:04:22

  Modified:             goldendict-1.0.1.ebuild ChangeLog
  Log:
  Use l10n.eclass for handling locales. Bump eapi to 4.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  app-text/goldendict/goldendict-1.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild?r1=1.7&r2=1.8

Index: goldendict-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- goldendict-1.0.1.ebuild	19 Jul 2012 17:36:12 -0000	1.7
+++ goldendict-1.0.1.ebuild	26 Jul 2012 07:04:22 -0000	1.8
@@ -1,14 +1,14 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild,v 1.7 2012/07/19 17:36:12 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild,v 1.8 2012/07/26 07:04:22 yngwin Exp $
 
-EAPI=3
-LANGSLONG="ar_SA bg_BG cs_CZ de_DE el_GR it_IT lt_LT ru_RU uk_UA vi_VN zh_CN"
+EAPI=4
+PLOCALES="ar_SA bg_BG cs_CZ de_DE el_GR it_IT lt_LT ru_RU uk_UA vi_VN zh_CN"
 
-inherit qt4-r2
+inherit l10n qt4-r2
 
 DESCRIPTION="Feature-rich dictionary lookup program"
-HOMEPAGE="http://goldendict.org"
+HOMEPAGE="http://goldendict.org/"
 SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"
 
 LICENSE="GPL-3"
@@ -42,17 +42,10 @@
 src_prepare() {
 	qt4-r2_src_prepare
 
-	# linguas
-	for x in ${LANGSLONG}; do
-		if use !linguas_${x%_*}; then
-			sed -e "s,locale/${x}.ts,," \
-				-i ${PN}.pro || die
-		fi
-	done
+	l10n_for_each_disabled_locale_do editpro
 
 	# do not install duplicates
-	sed -e '/[icon,desktop]s2/d' \
-		-i ${PN}.pro || die
+	sed -e '/[icon,desktop]s2/d' -i ${PN}.pro || die
 }
 
 src_configure() {
@@ -61,12 +54,14 @@
 
 src_install() {
 	qt4-r2_src_install
+	l10n_for_each_locale_do insqm
+}
+
+editpro() {
+	sed -e "s;locale/${1}.ts;;" -i ${PN}.pro || die
+}
 
-	# install translations
+insqm() {
 	insinto /usr/share/apps/${PN}/locale
-	for x in ${LANGSLONG}; do
-		if use linguas_${x%_*}; then
-			doins locale/${x}.qm || die
-		fi
-	done
+	doins locale/${1}.qm
 }



1.9                  app-text/goldendict/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/goldendict/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	19 Jul 2012 17:36:12 -0000	1.8
+++ ChangeLog	26 Jul 2012 07:04:22 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/goldendict
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/ChangeLog,v 1.8 2012/07/19 17:36:12 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/ChangeLog,v 1.9 2012/07/26 07:04:22 yngwin Exp $
+
+  26 Jul 2012; Ben de Groot <yngwin@gentoo.org> goldendict-1.0.1.ebuild:
+  Use l10n.eclass for handling locales. Bump eapi to 4.
 
   19 Jul 2012; Michael Palimaka <kensington@gentoo.org>
   +files/goldendict-1.0.1-gcc-4.7.patch, goldendict-1.0.1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in app-text/goldendict: goldendict-1.0.1.ebuild ChangeLog
@ 2013-03-02 19:42 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2013-03-02 19:42 UTC (permalink / raw
  To: gentoo-commits

hwoarang    13/03/02 19:42:28

  Modified:             goldendict-1.0.1.ebuild ChangeLog
  Log:
  Move Qt dependencies to the new category
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)

Revision  Changes    Path
1.9                  app-text/goldendict/goldendict-1.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild?r1=1.8&r2=1.9

Index: goldendict-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- goldendict-1.0.1.ebuild	26 Jul 2012 07:04:22 -0000	1.8
+++ goldendict-1.0.1.ebuild	2 Mar 2013 19:42:28 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild,v 1.8 2012/07/26 07:04:22 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild,v 1.9 2013/03/02 19:42:28 hwoarang Exp $
 
 EAPI=4
 PLOCALES="ar_SA bg_BG cs_CZ de_DE el_GR it_IT lt_LT ru_RU uk_UA vi_VN zh_CN"
@@ -22,11 +22,11 @@
 	media-libs/libvorbis
 	sys-libs/zlib
 	x11-libs/libXtst
-	>=x11-libs/qt-core-4.5:4[exceptions,qt3support]
-	>=x11-libs/qt-gui-4.5:4[exceptions,qt3support]
-	>=x11-libs/qt-webkit-4.5:4[exceptions]
+	>=dev-qt/qtcore-4.5:4[exceptions,qt3support]
+	>=dev-qt/qtgui-4.5:4[exceptions,qt3support]
+	>=dev-qt/qtwebkit-4.5:4[exceptions]
 	!kde? ( || (
-		>=x11-libs/qt-phonon-4.5:4[exceptions]
+		>=dev-qt/qtphonon-4.5:4[exceptions]
 		media-libs/phonon
 	) )
 	kde? ( media-libs/phonon )



1.11                 app-text/goldendict/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/goldendict/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	16 Feb 2013 12:26:43 -0000	1.10
+++ ChangeLog	2 Mar 2013 19:42:28 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/goldendict
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/ChangeLog,v 1.10 2013/02/16 12:26:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/ChangeLog,v 1.11 2013/03/02 19:42:28 hwoarang Exp $
+
+  02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> goldendict-1.0.1.ebuild:
+  Move Qt dependencies to the new category
 
   16 Feb 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Cleanup due bug #96436





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

* [gentoo-commits] gentoo-x86 commit in app-text/goldendict: goldendict-1.0.1.ebuild ChangeLog
@ 2014-04-19 18:17 Maxim Koltsov (maksbotan)
  0 siblings, 0 replies; 5+ messages in thread
From: Maxim Koltsov (maksbotan) @ 2014-04-19 18:17 UTC (permalink / raw
  To: gentoo-commits

maksbotan    14/04/19 18:17:22

  Modified:             goldendict-1.0.1.ebuild ChangeLog
  Log:
  Fix desktop file, add missings x11-libs/libX11 dependency, bug #507066 and #507068.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)

Revision  Changes    Path
1.10                 app-text/goldendict/goldendict-1.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild?r1=1.9&r2=1.10

Index: goldendict-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- goldendict-1.0.1.ebuild	2 Mar 2013 19:42:28 -0000	1.9
+++ goldendict-1.0.1.ebuild	19 Apr 2014 18:17:22 -0000	1.10
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild,v 1.9 2013/03/02 19:42:28 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild,v 1.10 2014/04/19 18:17:22 maksbotan Exp $
 
-EAPI=4
+EAPI=5
 PLOCALES="ar_SA bg_BG cs_CZ de_DE el_GR it_IT lt_LT ru_RU uk_UA vi_VN zh_CN"
 
 inherit l10n qt4-r2
@@ -21,6 +21,7 @@
 	media-libs/libogg
 	media-libs/libvorbis
 	sys-libs/zlib
+	x11-libs/libX11
 	x11-libs/libXtst
 	>=dev-qt/qtcore-4.5:4[exceptions,qt3support]
 	>=dev-qt/qtgui-4.5:4[exceptions,qt3support]
@@ -46,6 +47,9 @@
 
 	# do not install duplicates
 	sed -e '/[icon,desktop]s2/d' -i ${PN}.pro || die
+
+	# fix desktop file
+	sed -e '/^Categories=/s/;Applications$/;/' -i redist/${PN}.desktop || die
 }
 
 src_configure() {



1.14                 app-text/goldendict/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/goldendict/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	8 Oct 2013 13:56:00 -0000	1.13
+++ ChangeLog	19 Apr 2014 18:17:22 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/goldendict
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/ChangeLog,v 1.13 2013/10/08 13:56:00 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/ChangeLog,v 1.14 2014/04/19 18:17:22 maksbotan Exp $
+
+  19 Apr 2014; Maxim Koltsov <maksbotan@gentoo.org> goldendict-1.0.1.ebuild:
+  Fix desktop file, add missings x11-libs/libX11 dependency, bug #507066 and
+  #507068.
 
   08 Oct 2013; Jeroen Roovers <jer@gentoo.org> metadata.xml:
   Fix e-mail address to match bugzilla's.





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

* [gentoo-commits] gentoo-x86 commit in app-text/goldendict: goldendict-1.0.1.ebuild ChangeLog
@ 2014-12-31 12:50 Michael Palimaka (kensington)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka (kensington) @ 2014-12-31 12:50 UTC (permalink / raw
  To: gentoo-commits

kensington    14/12/31 12:50:34

  Modified:             goldendict-1.0.1.ebuild ChangeLog
  Log:
  Enforce USE dependency for media-libs/phonon.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.11                 app-text/goldendict/goldendict-1.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild?r1=1.10&r2=1.11

Index: goldendict-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- goldendict-1.0.1.ebuild	19 Apr 2014 18:17:22 -0000	1.10
+++ goldendict-1.0.1.ebuild	31 Dec 2014 12:50:34 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild,v 1.10 2014/04/19 18:17:22 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild,v 1.11 2014/12/31 12:50:34 kensington Exp $
 
 EAPI=5
 PLOCALES="ar_SA bg_BG cs_CZ de_DE el_GR it_IT lt_LT ru_RU uk_UA vi_VN zh_CN"
@@ -28,9 +28,9 @@
 	>=dev-qt/qtwebkit-4.5:4[exceptions]
 	!kde? ( || (
 		>=dev-qt/qtphonon-4.5:4[exceptions]
-		media-libs/phonon
+		media-libs/phonon[qt4]
 	) )
-	kde? ( media-libs/phonon )
+	kde? ( media-libs/phonon[qt4] )
 "
 DEPEND="${RDEPEND}
 	virtual/pkgconfig



1.15                 app-text/goldendict/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/goldendict/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	19 Apr 2014 18:17:22 -0000	1.14
+++ ChangeLog	31 Dec 2014 12:50:34 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/goldendict
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/ChangeLog,v 1.14 2014/04/19 18:17:22 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/ChangeLog,v 1.15 2014/12/31 12:50:34 kensington Exp $
+
+  31 Dec 2014; Michael Palimaka <kensington@gentoo.org> goldendict-1.0.1.ebuild:
+  Enforce USE dependency for media-libs/phonon.
 
   19 Apr 2014; Maxim Koltsov <maksbotan@gentoo.org> goldendict-1.0.1.ebuild:
   Fix desktop file, add missings x11-libs/libX11 dependency, bug #507066 and





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

end of thread, other threads:[~2014-12-31 12:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-19 18:17 [gentoo-commits] gentoo-x86 commit in app-text/goldendict: goldendict-1.0.1.ebuild ChangeLog Maxim Koltsov (maksbotan)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-31 12:50 Michael Palimaka (kensington)
2013-03-02 19:42 Markos Chandras (hwoarang)
2012-07-26  7:04 Ben de Groot (yngwin)
2012-07-19 17:36 Michael Palimaka (kensington)

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