public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/scarabeus:master commit in: app-text/mythes/
@ 2011-07-19 12:22 Tomas Chvatal
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal @ 2011-07-19 12:22 UTC (permalink / raw
  To: gentoo-commits

commit:     8e104f6c2e738f4ec811969bc6f1656e7fd46a93
Author:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 12:12:31 2011 +0000
Commit:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 12:12:31 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/scarabeus.git;a=commit;h=8e104f6c

[app-text/mythes] Add dependency for the libreoffice, so we wont use bundled lib.

---
 app-text/mythes/Manifest            |    2 ++
 app-text/mythes/mythes-1.2.1.ebuild |   28 ++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/app-text/mythes/Manifest b/app-text/mythes/Manifest
new file mode 100644
index 0000000..2a38b34
--- /dev/null
+++ b/app-text/mythes/Manifest
@@ -0,0 +1,2 @@
+DIST mythes-1.2.1.tar.gz 4894265 RMD160 2bf9ebad5b407b158bf9d37f4e92e6aa5347bc96 SHA1 ad4f0e626af272d714d7eb9b3aa2f4c86a06b382 SHA256 4b8b4e494b9dff1416270e044c20a5f5a16229f3da7029a5a6d16ffaf4de79e9
+EBUILD mythes-1.2.1.ebuild 554 RMD160 db06535bbbdb9924b1d200142c468538fb39df7b SHA1 1b06fc767ec6dc2e4c01863c2a49408ebe7e0fb5 SHA256 4a5685a4deeee4be4a716fb7cde92b3153118d662813447ca81adc3bb76aea05

diff --git a/app-text/mythes/mythes-1.2.1.ebuild b/app-text/mythes/mythes-1.2.1.ebuild
new file mode 100644
index 0000000..7bd611a
--- /dev/null
+++ b/app-text/mythes/mythes-1.2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="A simple thesaurus"
+HOMEPAGE="http://hunspell.sourceforge.net/"
+SRC_URI="mirror://sourceforge/hunspell/MyThes/${PV}/${P}.tar.gz"
+
+LICENSE="AS-IS"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="static-libs"
+
+DEPEND="app-text/hunspell"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	econf \
+		$(use_enable static-libs static)
+}
+
+src_install() {
+	default
+
+	find "${ED}" -name '*.la' -exec rm -f {} +
+}



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

* [gentoo-commits] dev/scarabeus:master commit in: app-text/mythes/
@ 2011-07-21 12:04 Tomas Chvatal
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal @ 2011-07-21 12:04 UTC (permalink / raw
  To: gentoo-commits

commit:     0e71cfd87ef36d475f571242e76580f63eaff2c9
Author:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 12:03:51 2011 +0000
Commit:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 12:03:51 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/scarabeus.git;a=commit;h=0e71cfd8

[app-text/mythes] moved to main tree

---
 app-text/mythes/Manifest            |    2 --
 app-text/mythes/mythes-1.2.1.ebuild |   28 ----------------------------
 2 files changed, 0 insertions(+), 30 deletions(-)

diff --git a/app-text/mythes/Manifest b/app-text/mythes/Manifest
deleted file mode 100644
index 2a38b34..0000000
--- a/app-text/mythes/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST mythes-1.2.1.tar.gz 4894265 RMD160 2bf9ebad5b407b158bf9d37f4e92e6aa5347bc96 SHA1 ad4f0e626af272d714d7eb9b3aa2f4c86a06b382 SHA256 4b8b4e494b9dff1416270e044c20a5f5a16229f3da7029a5a6d16ffaf4de79e9
-EBUILD mythes-1.2.1.ebuild 554 RMD160 db06535bbbdb9924b1d200142c468538fb39df7b SHA1 1b06fc767ec6dc2e4c01863c2a49408ebe7e0fb5 SHA256 4a5685a4deeee4be4a716fb7cde92b3153118d662813447ca81adc3bb76aea05

diff --git a/app-text/mythes/mythes-1.2.1.ebuild b/app-text/mythes/mythes-1.2.1.ebuild
deleted file mode 100644
index 7bd611a..0000000
--- a/app-text/mythes/mythes-1.2.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-DESCRIPTION="A simple thesaurus"
-HOMEPAGE="http://hunspell.sourceforge.net/"
-SRC_URI="mirror://sourceforge/hunspell/MyThes/${PV}/${P}.tar.gz"
-
-LICENSE="AS-IS"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
-
-DEPEND="app-text/hunspell"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static)
-}
-
-src_install() {
-	default
-
-	find "${ED}" -name '*.la' -exec rm -f {} +
-}



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

end of thread, other threads:[~2011-07-21 12:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-21 12:04 [gentoo-commits] dev/scarabeus:master commit in: app-text/mythes/ Tomas Chvatal
  -- strict thread matches above, loose matches on Subject: below --
2011-07-19 12:22 Tomas Chvatal

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