* [gentoo-commits] gentoo-x86 commit in app-dicts/opendict: opendict-0.6.3-r1.ebuild ChangeLog
@ 2014-11-23 20:15 Pacho Ramos (pacho)
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2014-11-23 20:15 UTC (permalink / raw
To: gentoo-commits
pacho 14/11/23 20:15:44
Modified: ChangeLog
Added: opendict-0.6.3-r1.ebuild
Log:
Port to new python eclasses
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.30 app-dicts/opendict/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/opendict/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 10 Aug 2014 02:33:07 -0000 1.29
+++ ChangeLog 23 Nov 2014 20:15:44 -0000 1.30
@@ -1,6 +1,11 @@
# ChangeLog for app-dicts/opendict
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.29 2014/08/10 02:33:07 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.30 2014/11/23 20:15:44 pacho Exp $
+
+*opendict-0.6.3-r1 (23 Nov 2014)
+
+ 23 Nov 2014; Pacho Ramos <pacho@gentoo.org> +opendict-0.6.3-r1.ebuild:
+ Port to new python eclasses
10 Aug 2014; Patrick Lauer <patrick@gentoo.org> opendict-0.6.3.ebuild:
Fix description for more repoman happy
1.1 app-dicts/opendict/opendict-0.6.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/opendict/opendict-0.6.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/opendict/opendict-0.6.3-r1.ebuild?rev=1.1&content-type=text/plain
Index: opendict-0.6.3-r1.ebuild
===================================================================
# Copyright 1999-2014 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-r1.ebuild,v 1.1 2014/11/23 20:15:44 pacho Exp $
EAPI=5
GCONF_DEBUG="no" # We skip gnome2_src_configure entirely
PYTHON_COMPAT=( python2_7 )
inherit eutils gnome2 python-single-r1 readme.gentoo
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=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
dev-python/wxpython:2.8[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="If you want system-wide plugins, unzip them into
${ROOT}usr/share/${PN}/dictionaries/plugins
Some are available from http://opendict.sourceforge.net/?cid=3"
src_prepare() {
epatch "${FILESDIR}"/${P}-pyxml.patch
sed -e "s:), '..')):), '../../../../..', 'share', 'opendict')):g" \
-i "${S}/lib/info.py"
gnome2_src_prepare
}
src_configure() {
# override gnome2_src_configure
default
}
src_compile() {
# evil makefile
:
}
src_install() {
# makefile is broken, do it manually
dodir /usr/share/${PN}/dictionaries/plugins # global dictionary plugins folder
# Needed by GUI
insinto /usr/share/${PN}
doins "${S}"/copying.html
insinto /usr/share/${PN}/pixmaps
doins "${S}"/pixmaps/*
DHOME="$(python_get_sitedir)/opendict"
insinto "${DHOME}/lib"
doins -r "${S}"/lib/*
exeinto "${DHOME}"
python_fix_shebang opendict.py
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
readme.gentoo_create_doc
}
pkg_postinst() {
gnome2_pkg_postinst
readme.gentoo_print_elog
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-dicts/opendict: opendict-0.6.3-r1.ebuild ChangeLog
@ 2015-01-29 10:32 Pacho Ramos (pacho)
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2015-01-29 10:32 UTC (permalink / raw
To: gentoo-commits
pacho 15/01/29 10:32:44
Modified: opendict-0.6.3-r1.ebuild ChangeLog
Log:
amd64/x86 stable, bug #531460
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.2 app-dicts/opendict/opendict-0.6.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/opendict/opendict-0.6.3-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/opendict/opendict-0.6.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/opendict/opendict-0.6.3-r1.ebuild?r1=1.1&r2=1.2
Index: opendict-0.6.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opendict-0.6.3-r1.ebuild 23 Nov 2014 20:15:44 -0000 1.1
+++ opendict-0.6.3-r1.ebuild 29 Jan 2015 10:32:44 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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-r1.ebuild,v 1.1 2014/11/23 20:15:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3-r1.ebuild,v 1.2 2015/01/29 10:32:44 pacho Exp $
EAPI=5
GCONF_DEBUG="no" # We skip gnome2_src_configure entirely
@@ -13,7 +13,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=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
1.31 app-dicts/opendict/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/opendict/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 23 Nov 2014 20:15:44 -0000 1.30
+++ ChangeLog 29 Jan 2015 10:32:44 -0000 1.31
@@ -1,6 +1,9 @@
# ChangeLog for app-dicts/opendict
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.30 2014/11/23 20:15:44 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.31 2015/01/29 10:32:44 pacho Exp $
+
+ 29 Jan 2015; Pacho Ramos <pacho@gentoo.org> opendict-0.6.3-r1.ebuild:
+ amd64/x86 stable, bug #531460
*opendict-0.6.3-r1 (23 Nov 2014)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-dicts/opendict: opendict-0.6.3-r1.ebuild ChangeLog
@ 2015-03-02 9:20 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-02 9:20 UTC (permalink / raw
To: gentoo-commits
ago 15/03/02 09:20:14
Modified: opendict-0.6.3-r1.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #531460
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 app-dicts/opendict/opendict-0.6.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/opendict/opendict-0.6.3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/opendict/opendict-0.6.3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/opendict/opendict-0.6.3-r1.ebuild?r1=1.2&r2=1.3
Index: opendict-0.6.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- opendict-0.6.3-r1.ebuild 29 Jan 2015 10:32:44 -0000 1.2
+++ opendict-0.6.3-r1.ebuild 2 Mar 2015 09:20:14 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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-r1.ebuild,v 1.2 2015/01/29 10:32:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3-r1.ebuild,v 1.3 2015/03/02 09:20:14 ago Exp $
EAPI=5
GCONF_DEBUG="no" # We skip gnome2_src_configure entirely
@@ -13,7 +13,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=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
1.32 app-dicts/opendict/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/opendict/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/opendict/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 29 Jan 2015 10:32:44 -0000 1.31
+++ ChangeLog 2 Mar 2015 09:20:14 -0000 1.32
@@ -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.31 2015/01/29 10:32:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.32 2015/03/02 09:20:14 ago Exp $
+
+ 02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> opendict-0.6.3-r1.ebuild:
+ Stable for ppc, wrt bug #531460
29 Jan 2015; Pacho Ramos <pacho@gentoo.org> opendict-0.6.3-r1.ebuild:
amd64/x86 stable, bug #531460
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-02 9:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-23 20:15 [gentoo-commits] gentoo-x86 commit in app-dicts/opendict: opendict-0.6.3-r1.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2015-01-29 10:32 Pacho Ramos (pacho)
2015-03-02 9:20 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox