* [gentoo-commits] repo/gentoo:master commit in: app-text/duali/
@ 2016-09-22 10:07 Tobias Klausmann
0 siblings, 0 replies; 4+ messages in thread
From: Tobias Klausmann @ 2016-09-22 10:07 UTC (permalink / raw
To: gentoo-commits
commit: d845b9028c2ed1385dca9f314079d2b566bab856
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 10:06:37 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 10:06:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d845b902
app-text/duali-0.2.0-r1: add alpha keyword
Gentoo-Bug: 593214
app-text/duali/duali-0.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/duali/duali-0.2.0-r1.ebuild b/app-text/duali/duali-0.2.0-r1.ebuild
index a29db3f..1d98cac 100644
--- a/app-text/duali/duali-0.2.0-r1.ebuild
+++ b/app-text/duali/duali-0.2.0-r1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://sourceforge/arabeyes/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
IUSE=""
DEPEND="${PYTHON_DEPS}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/duali/
@ 2016-10-18 19:26 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-10-18 19:26 UTC (permalink / raw
To: gentoo-commits
commit: 3eee9e9f983a6444921190ff087dddf579911e5b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 18:58:39 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 19:25:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eee9e9f
app-text/duali: Drop old
Package-Manager: portage-2.3.1
app-text/duali/duali-0.2.0.ebuild | 48 ---------------------------------------
1 file changed, 48 deletions(-)
diff --git a/app-text/duali/duali-0.2.0.ebuild b/app-text/duali/duali-0.2.0.ebuild
deleted file mode 100644
index 4c24354..00000000
--- a/app-text/duali/duali-0.2.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit python
-
-DESCRIPTION="Arabic dictionary based on the DICT protocol"
-HOMEPAGE="http://www.arabeyes.org/project.php?proj=Duali"
-SRC_URI="mirror://sourceforge/arabeyes/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ~sparc x86"
-IUSE=""
-
-DEPEND=""
-PDEPEND="app-dicts/duali-data"
-RESTRICT_PYTHON_ABIS="3.*"
-
-src_install() {
- dobin duali dict2db trans2arabic arabic2trans
- python_convert_shebangs -r 2 "${ED}usr/bin"
-
- insinto /etc
- doins duali.conf
-
- doman doc/man/*
-
- installation() {
- insinto $(python_get_sitedir)/pyduali
- doins pyduali/*.py
- }
- python_execute_function installation
-
- dodoc README ChangeLog INSTALL MANIFEST
-}
-
-pkg_postinst() {
- python_mod_optimize pyduali
-}
-
-pkg_postrm() {
- python_mod_cleanup pyduali
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/duali/
@ 2016-10-18 19:26 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-10-18 19:26 UTC (permalink / raw
To: gentoo-commits
commit: 3e39cb9216fb990d00e44c63e36b3f545e1ca237
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 18:57:35 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 19:25:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e39cb92
app-text/duali: x86 stable, bug #593214
Package-Manager: portage-2.3.1
app-text/duali/duali-0.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/duali/duali-0.2.0-r1.ebuild b/app-text/duali/duali-0.2.0-r1.ebuild
index 42a0ade..bff6cb2 100644
--- a/app-text/duali/duali-0.2.0-r1.ebuild
+++ b/app-text/duali/duali-0.2.0-r1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://sourceforge/arabeyes/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
IUSE=""
DEPEND="${PYTHON_DEPS}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/duali/
@ 2017-06-12 8:25 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2017-06-12 8:25 UTC (permalink / raw
To: gentoo-commits
commit: 3e076fd0869aa9450133aeb1df11c6b5d8fe2d6a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 08:25:16 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 08:25:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e076fd0
app-text/duali: update HOMEPAGE
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-text/duali/duali-0.2.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/duali/duali-0.2.0-r1.ebuild b/app-text/duali/duali-0.2.0-r1.ebuild
index 2422c3e5b90..4eb15157f59 100644
--- a/app-text/duali/duali-0.2.0-r1.ebuild
+++ b/app-text/duali/duali-0.2.0-r1.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=6
@@ -13,7 +13,7 @@ PYTHON_REQ_USE="gdbm"
inherit python-single-r1
DESCRIPTION="Arabic dictionary based on the DICT protocol"
-HOMEPAGE="http://www.arabeyes.org/project.php?proj=Duali"
+HOMEPAGE="https://www.arabeyes.org/Duali"
SRC_URI="mirror://sourceforge/arabeyes/${P}.tar.bz2"
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-06-12 8:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-22 10:07 [gentoo-commits] repo/gentoo:master commit in: app-text/duali/ Tobias Klausmann
-- strict thread matches above, loose matches on Subject: below --
2016-10-18 19:26 Pacho Ramos
2016-10-18 19:26 Pacho Ramos
2017-06-12 8:25 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox