public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-dicts/ydpdict: ChangeLog ydpdict-0.99.3.ebuild
@ 2008-01-23 20:22 Piotr Jaroszynski (peper)
  0 siblings, 0 replies; 2+ messages in thread
From: Piotr Jaroszynski (peper) @ 2008-01-23 20:22 UTC (permalink / raw
  To: gentoo-commits

peper       08/01/23 20:22:25

  Modified:             ChangeLog
  Added:                ydpdict-0.99.3.ebuild
  Log:
  Add 0.99.3.
  (Portage version: 2.1.4)

Revision  Changes    Path
1.10                 app-dicts/ydpdict/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	26 Feb 2007 21:09:54 -0000	1.9
+++ ChangeLog	23 Jan 2008 20:22:25 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for app-dicts/ydpdict
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ChangeLog,v 1.9 2007/02/26 21:09:54 peper Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ChangeLog,v 1.10 2008/01/23 20:22:25 peper Exp $
+
+*ydpdict-0.99.3 (23 Jan 2008)
+
+  23 Jan 2008; Piotr Jaroszyński <peper@gentoo.org> +ydpdict-0.99.3.ebuild:
+  Add 0.99.3.
 
 *ydpdict-0.99.0 (26 Feb 2007)
 



1.1                  app-dicts/ydpdict/ydpdict-0.99.3.ebuild

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

Index: ydpdict-0.99.3.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ydpdict-0.99.3.ebuild,v 1.1 2008/01/23 20:22:25 peper Exp $

DESCRIPTION="Interface for the Collins Dictionary."
HOMEPAGE="http://toxygen.net/ydpdict/"
SRC_URI="http://toxygen.net/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ao"

RDEPEND="=app-dicts/libydpdict-${PV}*
	ao? ( media-libs/libao )"

DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.9.0"

src_compile() {
	econf \
		$(use_with ao libao) \
		|| die "econf failed"

	emake || die "emake failed"
}

src_install() {
	dodir "/etc"
	emake DESTDIR="${D}" install || die "emake install failed"

	dodoc README
}

pkg_postinst() {
	echo
	elog "Note that to use this program you'll need the original Collins Dictionary"
	elog "datafiles (dict100.*, dict101.*). These can be found in the Dabasase/"
	elog "directory of the Windows version of the Collins dictionary. Once you obtain"
	elog "the files, put them into /usr/share/ydpdict"
	elog
	elog "Some configuration options can be set in /etc/ydpdict.conf"
	echo
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-dicts/ydpdict: ChangeLog ydpdict-0.99.3.ebuild
@ 2008-08-27 22:43 Dawid Weglinski (cla)
  0 siblings, 0 replies; 2+ messages in thread
From: Dawid Weglinski (cla) @ 2008-08-27 22:43 UTC (permalink / raw
  To: gentoo-commits

cla         08/08/27 22:43:51

  Modified:             ChangeLog ydpdict-0.99.3.ebuild
  Log:
  Stable on x86/amd64; bug #209813
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.11                 app-dicts/ydpdict/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	23 Jan 2008 20:22:25 -0000	1.10
+++ ChangeLog	27 Aug 2008 22:43:50 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for app-dicts/ydpdict
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ChangeLog,v 1.10 2008/01/23 20:22:25 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ChangeLog,v 1.11 2008/08/27 22:43:50 cla Exp $
+
+  27 Aug 2008; Dawid Węgliński <cla@gentoo.org> ydpdict-0.99.3.ebuild:
+  Stable on x86/amd64 (bug #209813)
 
 *ydpdict-0.99.3 (23 Jan 2008)
 



1.2                  app-dicts/ydpdict/ydpdict-0.99.3.ebuild

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

Index: ydpdict-0.99.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ydpdict-0.99.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ydpdict-0.99.3.ebuild	23 Jan 2008 20:22:25 -0000	1.1
+++ ydpdict-0.99.3.ebuild	27 Aug 2008 22:43:50 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ydpdict-0.99.3.ebuild,v 1.1 2008/01/23 20:22:25 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ydpdict-0.99.3.ebuild,v 1.2 2008/08/27 22:43:50 cla Exp $
 
 DESCRIPTION="Interface for the Collins Dictionary."
 HOMEPAGE="http://toxygen.net/ydpdict/"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="ao"
 
 RDEPEND="=app-dicts/libydpdict-${PV}*






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

end of thread, other threads:[~2008-08-27 22:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-27 22:43 [gentoo-commits] gentoo-x86 commit in app-dicts/ydpdict: ChangeLog ydpdict-0.99.3.ebuild Dawid Weglinski (cla)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-23 20:22 Piotr Jaroszynski (peper)

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