public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-dicts/opendict: ChangeLog opendict-0.6.3.ebuild
@ 2009-11-23  0:22 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 9+ messages in thread
From: Ryan Hill (dirtyepic) @ 2009-11-23  0:22 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    09/11/23 00:22:02

  Modified:             ChangeLog
  Added:                opendict-0.6.3.ebuild
  Log:
  Version bump. Require wxpython:2.8. Keyword ~amd64.
  (Portage version: 2.2_rc51/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 app-dicts/opendict/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	29 May 2008 15:33:19 -0000	1.16
+++ ChangeLog	23 Nov 2009 00:22:01 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for app-dicts/opendict
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.16 2008/05/29 15:33:19 hawking Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.17 2009/11/23 00:22:01 dirtyepic Exp $
+
+*opendict-0.6.3 (23 Nov 2009)
+
+  23 Nov 2009; Ryan Hill <dirtyepic@gentoo.org> +opendict-0.6.3.ebuild:
+  Version bump. Require wxpython:2.8. Keyword ~amd64.
 
   29 May 2008; Ali Polatel <hawking@gentoo.org> opendict-0.6.1.ebuild:
   python_mod_optimize is ROOT aware. Fixed python_mod_cleanup.



1.1                  app-dicts/opendict/opendict-0.6.3.ebuild

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

Index: opendict-0.6.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v 1.1 2009/11/23 00:22:01 dirtyepic Exp $

EAPI=2

inherit eutils python gnome2

DESCRIPTION="OpenDict is a free cross-platform dictionary program."
HOMEPAGE="http://opendict.sourceforge.net/"
SRC_URI="http://opendict.idiles.com/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND=">=virtual/python-2.3
	dev-python/wxpython:2.8
	dev-python/pyxml"

src_prepare() {
	#epatch "${FILESDIR}/${PN}-0.6.1-desktop.patch"
	sed -e "s:), '..')):), '../../../../..', 'share', 'opendict')):g" \
		-i "${S}/lib/info.py"
}

src_configure() {
	:
}

src_compile() {
	:
}

src_install() {
	python_version
	DHOME="/usr/lib/python${PYVER}/site-packages/opendict"

	dodir /usr/share/${PN}/dictionaries/plugins # global dictionary plugins folder

	# Needed by GUI
	insinto /usr/share/${PN}
	doins "${S}"/copying.html

	insinto "${DHOME}/lib"
	doins -r "${S}"/lib/*

	insinto /usr/share/${PN}/pixmaps
	doins "${S}"/pixmaps/*

	exeinto "${DHOME}"
	doexe opendict.py

	dosym "${DHOME}/opendict.py" /usr/bin/opendict

	domenu misc/${PN}.desktop

	insinto /usr/share/icons/hicolor/24x24/apps/
	newins "${S}/pixmaps/icon-24x24.png" opendict.png
	insinto /usr/share/icons/hicolor/32x32/apps/
	newins "${S}/pixmaps/icon-32x32.png" opendict.png
	insinto /usr/share/icons/hicolor/48x48/apps/
	newins "${S}/pixmaps/icon-48x48.png" opendict.png
	insinto /usr/share/icons/hicolor/scalable/apps/
	newins "${S}/pixmaps/SVG/icon-rune.svg" opendict.svg

	doman opendict.1
	dodoc README.txt TODO.txt doc/Plugin-HOWTO.html
}

pkg_postinst() {
	python_mod_optimize \
		/usr/$(get_libdir)/python${PYVER}/site-packages/opendict
	gnome2_icon_cache_update

	elog "If you want system-wide plugins, unzip them into"
	elog "${ROOT}usr/share/${PN}/dictionaries/plugins"
	elog "Some are available from http://opendict.sourceforge.net/?cid=3"
}

pkg_postrm() {
	python_mod_cleanup
	gnome2_icon_cache_update
}






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

* [gentoo-commits] gentoo-x86 commit in app-dicts/opendict: ChangeLog opendict-0.6.3.ebuild
@ 2010-03-06  4:26 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 9+ messages in thread
From: Ryan Hill (dirtyepic) @ 2010-03-06  4:26 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    10/03/06 04:26:29

  Modified:             ChangeLog opendict-0.6.3.ebuild
  Log:
  Drop use of deprecated python.eclass functions.
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 app-dicts/opendict/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	23 Nov 2009 00:22:01 -0000	1.17
+++ ChangeLog	6 Mar 2010 04:26:28 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for app-dicts/opendict
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.17 2009/11/23 00:22:01 dirtyepic Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.18 2010/03/06 04:26:28 dirtyepic Exp $
+
+  06 Mar 2010; Ryan Hill <dirtyepic@gentoo.org> opendict-0.6.3.ebuild:
+  Drop use of deprecated python.eclass functions.
 
 *opendict-0.6.3 (23 Nov 2009)
 



1.2                  app-dicts/opendict/opendict-0.6.3.ebuild

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

Index: opendict-0.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opendict-0.6.3.ebuild	23 Nov 2009 00:22:01 -0000	1.1
+++ opendict-0.6.3.ebuild	6 Mar 2010 04:26:28 -0000	1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v 1.1 2009/11/23 00:22:01 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v 1.2 2010/03/06 04:26:28 dirtyepic Exp $
 
 EAPI=2
 
-inherit eutils python gnome2
+inherit eutils gnome2 python
 
 DESCRIPTION="OpenDict is a free cross-platform dictionary program."
 HOMEPAGE="http://opendict.sourceforge.net/"
@@ -14,27 +14,28 @@
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
-RDEPEND=">=virtual/python-2.3
-	dev-python/wxpython:2.8
+RDEPEND="dev-python/wxpython:2.8
 	dev-python/pyxml"
 
+PYTHON_DEPEND="2"
+
 src_prepare() {
-	#epatch "${FILESDIR}/${PN}-0.6.1-desktop.patch"
 	sed -e "s:), '..')):), '../../../../..', 'share', 'opendict')):g" \
 		-i "${S}/lib/info.py"
 }
 
 src_configure() {
-	:
+	# override gnome2_src_configure
+	default
 }
 
 src_compile() {
+	# evil makefile
 	:
 }
 
 src_install() {
-	python_version
-	DHOME="/usr/lib/python${PYVER}/site-packages/opendict"
+	# makefile is broken, do it manually
 
 	dodir /usr/share/${PN}/dictionaries/plugins # global dictionary plugins folder
 
@@ -42,12 +43,12 @@
 	insinto /usr/share/${PN}
 	doins "${S}"/copying.html
 
-	insinto "${DHOME}/lib"
-	doins -r "${S}"/lib/*
-
 	insinto /usr/share/${PN}/pixmaps
 	doins "${S}"/pixmaps/*
 
+	DHOME="$(python_get_sitedir)/opendict"
+	insinto "${DHOME}/lib"
+	doins -r "${S}"/lib/*
 	exeinto "${DHOME}"
 	doexe opendict.py
 
@@ -69,16 +70,18 @@
 }
 
 pkg_postinst() {
-	python_mod_optimize \
-		/usr/$(get_libdir)/python${PYVER}/site-packages/opendict
+	python_mod_optimize $(python_get_sitedir)/opendict
 	gnome2_icon_cache_update
 
+	echo
 	elog "If you want system-wide plugins, unzip them into"
 	elog "${ROOT}usr/share/${PN}/dictionaries/plugins"
+	elog
 	elog "Some are available from http://opendict.sourceforge.net/?cid=3"
+	echo
 }
 
 pkg_postrm() {
-	python_mod_cleanup
+	python_mod_cleanup $(python_get_sitedir)/opendict
 	gnome2_icon_cache_update
 }






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

* [gentoo-commits] gentoo-x86 commit in app-dicts/opendict: ChangeLog opendict-0.6.3.ebuild
@ 2010-03-08  0:47 Jonathan Callen (abcd)
  0 siblings, 0 replies; 9+ messages in thread
From: Jonathan Callen (abcd) @ 2010-03-08  0:47 UTC (permalink / raw
  To: gentoo-commits

abcd        10/03/08 00:47:48

  Modified:             ChangeLog opendict-0.6.3.ebuild
  Log:
  Move PYTHON_DEPEND before inherit(), so that the dep is actually added
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.19                 app-dicts/opendict/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	6 Mar 2010 04:26:28 -0000	1.18
+++ ChangeLog	8 Mar 2010 00:47:47 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for app-dicts/opendict
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.18 2010/03/06 04:26:28 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.19 2010/03/08 00:47:47 abcd Exp $
+
+  08 Mar 2010; Jonathan Callen <abcd@gentoo.org> opendict-0.6.3.ebuild:
+  Move PYTHON_DEPEND before inherit(), so that the dep is actually added
 
   06 Mar 2010; Ryan Hill <dirtyepic@gentoo.org> opendict-0.6.3.ebuild:
   Drop use of deprecated python.eclass functions.



1.3                  app-dicts/opendict/opendict-0.6.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild?r1=1.2&r2=1.3

Index: opendict-0.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- opendict-0.6.3.ebuild	6 Mar 2010 04:26:28 -0000	1.2
+++ opendict-0.6.3.ebuild	8 Mar 2010 00:47:47 -0000	1.3
@@ -1,9 +1,11 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v 1.2 2010/03/06 04:26:28 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v 1.3 2010/03/08 00:47:47 abcd Exp $
 
 EAPI=2
 
+PYTHON_DEPEND="2"
+
 inherit eutils gnome2 python
 
 DESCRIPTION="OpenDict is a free cross-platform dictionary program."
@@ -17,8 +19,6 @@
 RDEPEND="dev-python/wxpython:2.8
 	dev-python/pyxml"
 
-PYTHON_DEPEND="2"
-
 src_prepare() {
 	sed -e "s:), '..')):), '../../../../..', 'share', 'opendict')):g" \
 		-i "${S}/lib/info.py"






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

* [gentoo-commits] gentoo-x86 commit in app-dicts/opendict: ChangeLog opendict-0.6.3.ebuild
@ 2010-03-08  2:22 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 9+ messages in thread
From: Ryan Hill (dirtyepic) @ 2010-03-08  2:22 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    10/03/08 02:22:42

  Modified:             ChangeLog opendict-0.6.3.ebuild
  Log:
  More python fixes for bug #308351.
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 app-dicts/opendict/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/opendict/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	8 Mar 2010 00:47:47 -0000	1.19
+++ ChangeLog	8 Mar 2010 02:22:36 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for app-dicts/opendict
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.19 2010/03/08 00:47:47 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.20 2010/03/08 02:22:36 dirtyepic Exp $
+
+  08 Mar 2010; Ryan Hill <dirtyepic@gentoo.org> opendict-0.6.3.ebuild:
+  More python fixes for bug #308351.
 
   08 Mar 2010; Jonathan Callen <abcd@gentoo.org> opendict-0.6.3.ebuild:
   Move PYTHON_DEPEND before inherit(), so that the dep is actually added



1.4                  app-dicts/opendict/opendict-0.6.3.ebuild

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

Index: opendict-0.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- opendict-0.6.3.ebuild	8 Mar 2010 00:47:47 -0000	1.3
+++ opendict-0.6.3.ebuild	8 Mar 2010 02:22:36 -0000	1.4
@@ -1,10 +1,9 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v 1.3 2010/03/08 00:47:47 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v 1.4 2010/03/08 02:22:36 dirtyepic Exp $
 
 EAPI=2
-
-PYTHON_DEPEND="2"
+PYTHON_DEPEND=2
 
 inherit eutils gnome2 python
 
@@ -19,6 +18,10 @@
 RDEPEND="dev-python/wxpython:2.8
 	dev-python/pyxml"
 
+pkg_setup() {
+	python_set_active_version 2
+}
+
 src_prepare() {
 	sed -e "s:), '..')):), '../../../../..', 'share', 'opendict')):g" \
 		-i "${S}/lib/info.py"
@@ -50,6 +53,7 @@
 	insinto "${DHOME}/lib"
 	doins -r "${S}"/lib/*
 	exeinto "${DHOME}"
+	python_convert_shebangs 2 opendict.py
 	doexe opendict.py
 
 	dosym "${DHOME}/opendict.py" /usr/bin/opendict






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

* [gentoo-commits] gentoo-x86 commit in app-dicts/opendict: ChangeLog opendict-0.6.3.ebuild
@ 2011-04-26 11:21 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-04-26 11:21 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/04/26 11:21:47

  Modified:             ChangeLog opendict-0.6.3.ebuild
  Log:
  Stable on amd64 wrt bug #363877
  
  (Portage version: 2.1.9.44/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 app-dicts/opendict/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	16 Apr 2011 19:55:39 -0000	1.23
+++ ChangeLog	26 Apr 2011 11:21:47 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for app-dicts/opendict
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.23 2011/04/16 19:55:39 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.24 2011/04/26 11:21:47 hwoarang Exp $
+
+  26 Apr 2011; Markos Chandras <hwoarang@gentoo.org> opendict-0.6.3.ebuild:
+  Stable on amd64 wrt bug #363877
 
   16 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   opendict-0.6.1.ebuild, opendict-0.6.3.ebuild:



1.6                  app-dicts/opendict/opendict-0.6.3.ebuild

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

Index: opendict-0.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- opendict-0.6.3.ebuild	16 Apr 2011 19:55:39 -0000	1.5
+++ opendict-0.6.3.ebuild	26 Apr 2011 11:21:47 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v 1.5 2011/04/16 19:55:39 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v 1.6 2011/04/26 11:21:47 hwoarang Exp $
 
 EAPI=3
 PYTHON_DEPEND=2
@@ -12,7 +12,7 @@
 SRC_URI="http://opendict.idiles.com/files/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="dev-python/wxpython:2.8






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

* [gentoo-commits] gentoo-x86 commit in app-dicts/opendict: ChangeLog opendict-0.6.3.ebuild
@ 2011-05-14 14:51 Thomas Kahle (tomka)
  0 siblings, 0 replies; 9+ messages in thread
From: Thomas Kahle (tomka) @ 2011-05-14 14:51 UTC (permalink / raw
  To: gentoo-commits

tomka       11/05/14 14:51:52

  Modified:             ChangeLog opendict-0.6.3.ebuild
  Log:
  x86 stable per bug 363877
  
  (Portage version: 2.1.9.49/cvs/Linux i686)

Revision  Changes    Path
1.25                 app-dicts/opendict/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	26 Apr 2011 11:21:47 -0000	1.24
+++ ChangeLog	14 May 2011 14:51:52 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for app-dicts/opendict
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.24 2011/04/26 11:21:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.25 2011/05/14 14:51:52 tomka Exp $
+
+  14 May 2011; Thomas Kahle <tomka@gentoo.org> opendict-0.6.3.ebuild:
+  x86 stable per bug 363877
 
   26 Apr 2011; Markos Chandras <hwoarang@gentoo.org> opendict-0.6.3.ebuild:
   Stable on amd64 wrt bug #363877



1.7                  app-dicts/opendict/opendict-0.6.3.ebuild

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

Index: opendict-0.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- opendict-0.6.3.ebuild	26 Apr 2011 11:21:47 -0000	1.6
+++ opendict-0.6.3.ebuild	14 May 2011 14:51:52 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v 1.6 2011/04/26 11:21:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v 1.7 2011/05/14 14:51:52 tomka Exp $
 
 EAPI=3
 PYTHON_DEPEND=2
@@ -12,7 +12,7 @@
 SRC_URI="http://opendict.idiles.com/files/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="dev-python/wxpython:2.8






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

* [gentoo-commits] gentoo-x86 commit in app-dicts/opendict: ChangeLog opendict-0.6.3.ebuild
@ 2011-10-19 16:15 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-19 16:15 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/19 16:15:37

  Modified:             ChangeLog opendict-0.6.3.ebuild
  Log:
  ppc stable wrt #363877
  
  (Portage version: 2.2.0_alpha69/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 app-dicts/opendict/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	14 May 2011 14:51:52 -0000	1.25
+++ ChangeLog	19 Oct 2011 16:15:37 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for app-dicts/opendict
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.25 2011/05/14 14:51:52 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.26 2011/10/19 16:15:37 ssuominen Exp $
+
+  19 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> opendict-0.6.3.ebuild:
+  ppc stable wrt #363877
 
   14 May 2011; Thomas Kahle <tomka@gentoo.org> opendict-0.6.3.ebuild:
   x86 stable per bug 363877



1.8                  app-dicts/opendict/opendict-0.6.3.ebuild

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

Index: opendict-0.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- opendict-0.6.3.ebuild	14 May 2011 14:51:52 -0000	1.7
+++ opendict-0.6.3.ebuild	19 Oct 2011 16:15:37 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v 1.7 2011/05/14 14:51:52 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v 1.8 2011/10/19 16:15:37 ssuominen Exp $
 
 EAPI=3
 PYTHON_DEPEND=2
@@ -12,7 +12,7 @@
 SRC_URI="http://opendict.idiles.com/files/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 RDEPEND="dev-python/wxpython:2.8






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

* [gentoo-commits] gentoo-x86 commit in app-dicts/opendict: ChangeLog opendict-0.6.3.ebuild
@ 2013-02-05  2:13 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 9+ messages in thread
From: Ryan Hill (dirtyepic) @ 2013-02-05  2:13 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    13/02/05 02:13:49

  Modified:             ChangeLog opendict-0.6.3.ebuild
  Log:
  Add patch from Debian to drop pyxml dependency (bug #367733).
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 957A8463)

Revision  Changes    Path
1.28                 app-dicts/opendict/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	19 Oct 2011 16:17:13 -0000	1.27
+++ ChangeLog	5 Feb 2013 02:13:49 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for app-dicts/opendict
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.27 2011/10/19 16:17:13 ssuominen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.28 2013/02/05 02:13:49 dirtyepic Exp $
+
+  05 Feb 2013; Ryan Hill <dirtyepic@gentoo.org> opendict-0.6.3.ebuild,
+  +files/opendict-0.6.3-pyxml.patch:
+  Add patch from Debian to drop pyxml dependency (bug #367733).
 
   19 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -opendict-0.6.1.ebuild,
   -files/opendict-0.6.1-desktop.patch:



1.9                  app-dicts/opendict/opendict-0.6.3.ebuild

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

Index: opendict-0.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- opendict-0.6.3.ebuild	19 Oct 2011 16:15:37 -0000	1.8
+++ opendict-0.6.3.ebuild	5 Feb 2013 02:13:49 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v 1.8 2011/10/19 16:15:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v 1.9 2013/02/05 02:13:49 dirtyepic Exp $
 
 EAPI=3
 PYTHON_DEPEND=2
@@ -15,8 +15,7 @@
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-RDEPEND="dev-python/wxpython:2.8
-	dev-python/pyxml"
+RDEPEND="dev-python/wxpython:2.8"
 
 pkg_setup() {
 	python_set_active_version 2
@@ -24,6 +23,8 @@
 }
 
 src_prepare() {
+	epatch "${FILESDIR}"/${P}-pyxml.patch
+
 	sed -e "s:), '..')):), '../../../../..', 'share', 'opendict')):g" \
 		-i "${S}/lib/info.py"
 }





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

* [gentoo-commits] gentoo-x86 commit in app-dicts/opendict: ChangeLog opendict-0.6.3.ebuild
@ 2015-04-13  0:19 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 9+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-04-13  0:19 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/04/13 00:19:55

  Modified:             ChangeLog
  Removed:              opendict-0.6.3.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.33                 app-dicts/opendict/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	2 Mar 2015 09:20:14 -0000	1.32
+++ ChangeLog	13 Apr 2015 00:19:55 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for app-dicts/opendict
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.32 2015/03/02 09:20:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.33 2015/04/13 00:19:55 mrueg Exp $
+
+  13 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -opendict-0.6.3.ebuild:
+  Remove old.
 
   02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> opendict-0.6.3-r1.ebuild:
   Stable for ppc, wrt bug #531460





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

end of thread, other threads:[~2015-04-13  0:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-08  2:22 [gentoo-commits] gentoo-x86 commit in app-dicts/opendict: ChangeLog opendict-0.6.3.ebuild Ryan Hill (dirtyepic)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-13  0:19 Manuel Rueger (mrueg)
2013-02-05  2:13 Ryan Hill (dirtyepic)
2011-10-19 16:15 Samuli Suominen (ssuominen)
2011-05-14 14:51 Thomas Kahle (tomka)
2011-04-26 11:21 Markos Chandras (hwoarang)
2010-03-08  0:47 Jonathan Callen (abcd)
2010-03-06  4:26 Ryan Hill (dirtyepic)
2009-11-23  0:22 Ryan Hill (dirtyepic)

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