public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/blueness:master commit in: app-text/xapian-omega/
@ 2011-12-18 21:04 Anthony G. Basile
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile @ 2011-12-18 21:04 UTC (permalink / raw
  To: gentoo-commits

commit:     66f38d7c8d89d98948f286b9efe1bdbceb93cb97
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 21:04:40 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 21:04:40 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=66f38d7c

app-text/xapian-omega: initial commit

---
 app-text/xapian-omega/ChangeLog                 |    8 ++++++
 app-text/xapian-omega/Manifest                  |    4 +++
 app-text/xapian-omega/metadata.xml              |   12 +++++++++
 app-text/xapian-omega/xapian-omega-1.2.8.ebuild |   28 +++++++++++++++++++++++
 4 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/app-text/xapian-omega/ChangeLog b/app-text/xapian-omega/ChangeLog
new file mode 100644
index 0000000..0d6aa1b
--- /dev/null
+++ b/app-text/xapian-omega/ChangeLog
@@ -0,0 +1,8 @@
+
+
+*xapian-omega-1.2.8 (18 Dec 2011)
+
+  18 Dec 2011; Anthony G. Basile <blueness@gentoo.org>
+  +xapian-omega-1.2.8.ebuild, +metadata.xml:
+  Initial commit
+

diff --git a/app-text/xapian-omega/Manifest b/app-text/xapian-omega/Manifest
new file mode 100644
index 0000000..25d4a38
--- /dev/null
+++ b/app-text/xapian-omega/Manifest
@@ -0,0 +1,4 @@
+DIST xapian-omega-1.2.8.tar.gz 615930 RMD160 2288159a0c388706d737825d33d222b68292b9fb SHA1 c4d4c030ac72f85c46a681914bca7de154373a98 SHA256 e7df07d04e8f4ed5364bb3ecc45c0e5388f27404a6f8097bddcf6e7b303a2f8f
+EBUILD xapian-omega-1.2.8.ebuild 749 RMD160 6f4da043e4f94f3acd5ac0e4681e4886dd47c812 SHA1 02a77b0083a43be9d0fe687071851ea59c453049 SHA256 92d86335310317239110ac2ecbcac5aec367590dbd59542d4abd273f47a34a9e
+MISC ChangeLog 155 RMD160 e716b0c05d505a2e9fde222870d5d2a138039c98 SHA1 852ae8bc0273d00c62550c8dc6e6afe399996082 SHA256 be5efa84946f9f1c0e5e4a1ecd0a94d9e22555eb373ad777caaaa96305cc6c43
+MISC metadata.xml 335 RMD160 da243801277f2da4bbcf986c3414c12ed172ab11 SHA1 4f89931c428a950f44135c2907dc96aa034c8363 SHA256 49769f112084a9a3b040db78f0dc136ab740e7e25adb09ddb135ac8bd3aa5943

diff --git a/app-text/xapian-omega/metadata.xml b/app-text/xapian-omega/metadata.xml
new file mode 100644
index 0000000..82ab7c1
--- /dev/null
+++ b/app-text/xapian-omega/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>blueness@gentoo.org</email>
+		<name>Anthony G. Basile</name>
+	</maintainer>
+	<maintainer>
+		<email>bugs@bergstroem.nu</email>
+		<name>Johan Bergström</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/app-text/xapian-omega/xapian-omega-1.2.8.ebuild b/app-text/xapian-omega/xapian-omega-1.2.8.ebuild
new file mode 100644
index 0000000..6b6e549
--- /dev/null
+++ b/app-text/xapian-omega/xapian-omega-1.2.8.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="An application built on Xapian, consisting of indexers and a CGI search frontend."
+SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.gz"
+HOMEPAGE="http://www.xapian.org/"
+S="${WORKDIR}/xapian-omega-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/xapian"
+RDEPEND="${DEPEND}"
+
+src_install () {
+	emake DESTDIR="${D}" install || die
+
+	#docs are installed under /usr/share/doc/xapian-omega,
+	#lets move them under /usr/share/doc/${PF}.
+	mv "${D}/usr/share/doc/xapian-omega" "${D}/usr/share/doc/${PF}"
+
+	dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
+}



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

* [gentoo-commits] dev/blueness:master commit in: app-text/xapian-omega/
@ 2011-12-18 22:41 Anthony G. Basile
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile @ 2011-12-18 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     9712f75af7487746ea6823f30ed597eced6cccc2
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 22:41:46 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 22:41:46 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=9712f75a

app-text/xapian-omega: updated R/DEPEND

---
 app-text/xapian-omega/ChangeLog                 |    4 ++++
 app-text/xapian-omega/Manifest                  |    4 ++--
 app-text/xapian-omega/xapian-omega-1.2.8.ebuild |   11 +++++++----
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/app-text/xapian-omega/ChangeLog b/app-text/xapian-omega/ChangeLog
index 0d6aa1b..92467c7 100644
--- a/app-text/xapian-omega/ChangeLog
+++ b/app-text/xapian-omega/ChangeLog
@@ -1,5 +1,9 @@
 
 
+  18 Dec 2011; Anthony G. Basile <blueness@gentoo.org>
+  xapian-omega-1.2.8.ebuild:
+  Added needed R/DEPEND
+
 *xapian-omega-1.2.8 (18 Dec 2011)
 
   18 Dec 2011; Anthony G. Basile <blueness@gentoo.org>

diff --git a/app-text/xapian-omega/Manifest b/app-text/xapian-omega/Manifest
index 25d4a38..aefce17 100644
--- a/app-text/xapian-omega/Manifest
+++ b/app-text/xapian-omega/Manifest
@@ -1,4 +1,4 @@
 DIST xapian-omega-1.2.8.tar.gz 615930 RMD160 2288159a0c388706d737825d33d222b68292b9fb SHA1 c4d4c030ac72f85c46a681914bca7de154373a98 SHA256 e7df07d04e8f4ed5364bb3ecc45c0e5388f27404a6f8097bddcf6e7b303a2f8f
-EBUILD xapian-omega-1.2.8.ebuild 749 RMD160 6f4da043e4f94f3acd5ac0e4681e4886dd47c812 SHA1 02a77b0083a43be9d0fe687071851ea59c453049 SHA256 92d86335310317239110ac2ecbcac5aec367590dbd59542d4abd273f47a34a9e
-MISC ChangeLog 155 RMD160 e716b0c05d505a2e9fde222870d5d2a138039c98 SHA1 852ae8bc0273d00c62550c8dc6e6afe399996082 SHA256 be5efa84946f9f1c0e5e4a1ecd0a94d9e22555eb373ad777caaaa96305cc6c43
+EBUILD xapian-omega-1.2.8.ebuild 749 RMD160 ec0543db5992cfcee36b0a0f2ea9b91997161217 SHA1 ab460e9d92d1df03faf1d39c51b817ffabced20b SHA256 259635ce80e1eb6285376078926b97d13522159c1192cf6844b0cb3745ad7f92
+MISC ChangeLog 264 RMD160 e6b867ff868f562614bba9db3b128734ab8077a6 SHA1 26fabda2bf13bd11f1cf81615b41a959c8199a84 SHA256 a3b2d688190160746389d6a0e3263174a48d177be7d0adf6cbedbae0e5ef64a9
 MISC metadata.xml 335 RMD160 da243801277f2da4bbcf986c3414c12ed172ab11 SHA1 4f89931c428a950f44135c2907dc96aa034c8363 SHA256 49769f112084a9a3b040db78f0dc136ab740e7e25adb09ddb135ac8bd3aa5943

diff --git a/app-text/xapian-omega/xapian-omega-1.2.8.ebuild b/app-text/xapian-omega/xapian-omega-1.2.8.ebuild
index 6b6e549..a7cc889 100644
--- a/app-text/xapian-omega/xapian-omega-1.2.8.ebuild
+++ b/app-text/xapian-omega/xapian-omega-1.2.8.ebuild
@@ -14,14 +14,17 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-libs/xapian"
+DEPEND=">=dev-libs/xapian-${PV}
+	dev-lang/perl
+	dev-libs/libpcre
+	sys-apps/file
+	sys-libs/zlib"
 RDEPEND="${DEPEND}"
 
 src_install () {
-	emake DESTDIR="${D}" install || die
+	emake DESTDIR="${D}" install
 
-	#docs are installed under /usr/share/doc/xapian-omega,
-	#lets move them under /usr/share/doc/${PF}.
+	#move docs to /usr/share/doc/${PF}.
 	mv "${D}/usr/share/doc/xapian-omega" "${D}/usr/share/doc/${PF}"
 
 	dodoc AUTHORS ChangeLog INSTALL NEWS README TODO



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

* [gentoo-commits] dev/blueness:master commit in: app-text/xapian-omega/
@ 2011-12-24  3:31 Anthony G. Basile
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile @ 2011-12-24  3:31 UTC (permalink / raw
  To: gentoo-commits

commit:     5d051b57cd51bd7a6791d8e68b85abe46a886ee7
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 03:30:41 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 03:30:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=5d051b57

app-text/xapian-omega: moved to tree

(Portage version: 2.1.10.41/git/Linux x86_64, unsigned Manifest commit)

---
 app-text/xapian-omega/ChangeLog                 |   12 ---------
 app-text/xapian-omega/Manifest                  |    4 ---
 app-text/xapian-omega/metadata.xml              |   12 ---------
 app-text/xapian-omega/xapian-omega-1.2.8.ebuild |   31 -----------------------
 4 files changed, 0 insertions(+), 59 deletions(-)

diff --git a/app-text/xapian-omega/ChangeLog b/app-text/xapian-omega/ChangeLog
deleted file mode 100644
index 92467c7..0000000
--- a/app-text/xapian-omega/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-  18 Dec 2011; Anthony G. Basile <blueness@gentoo.org>
-  xapian-omega-1.2.8.ebuild:
-  Added needed R/DEPEND
-
-*xapian-omega-1.2.8 (18 Dec 2011)
-
-  18 Dec 2011; Anthony G. Basile <blueness@gentoo.org>
-  +xapian-omega-1.2.8.ebuild, +metadata.xml:
-  Initial commit
-

diff --git a/app-text/xapian-omega/Manifest b/app-text/xapian-omega/Manifest
deleted file mode 100644
index aefce17..0000000
--- a/app-text/xapian-omega/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST xapian-omega-1.2.8.tar.gz 615930 RMD160 2288159a0c388706d737825d33d222b68292b9fb SHA1 c4d4c030ac72f85c46a681914bca7de154373a98 SHA256 e7df07d04e8f4ed5364bb3ecc45c0e5388f27404a6f8097bddcf6e7b303a2f8f
-EBUILD xapian-omega-1.2.8.ebuild 749 RMD160 ec0543db5992cfcee36b0a0f2ea9b91997161217 SHA1 ab460e9d92d1df03faf1d39c51b817ffabced20b SHA256 259635ce80e1eb6285376078926b97d13522159c1192cf6844b0cb3745ad7f92
-MISC ChangeLog 264 RMD160 e6b867ff868f562614bba9db3b128734ab8077a6 SHA1 26fabda2bf13bd11f1cf81615b41a959c8199a84 SHA256 a3b2d688190160746389d6a0e3263174a48d177be7d0adf6cbedbae0e5ef64a9
-MISC metadata.xml 335 RMD160 da243801277f2da4bbcf986c3414c12ed172ab11 SHA1 4f89931c428a950f44135c2907dc96aa034c8363 SHA256 49769f112084a9a3b040db78f0dc136ab740e7e25adb09ddb135ac8bd3aa5943

diff --git a/app-text/xapian-omega/metadata.xml b/app-text/xapian-omega/metadata.xml
deleted file mode 100644
index 82ab7c1..0000000
--- a/app-text/xapian-omega/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer>
-		<email>blueness@gentoo.org</email>
-		<name>Anthony G. Basile</name>
-	</maintainer>
-	<maintainer>
-		<email>bugs@bergstroem.nu</email>
-		<name>Johan Bergström</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/app-text/xapian-omega/xapian-omega-1.2.8.ebuild b/app-text/xapian-omega/xapian-omega-1.2.8.ebuild
deleted file mode 100644
index a7cc889..0000000
--- a/app-text/xapian-omega/xapian-omega-1.2.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend."
-SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.gz"
-HOMEPAGE="http://www.xapian.org/"
-S="${WORKDIR}/xapian-omega-${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/xapian-${PV}
-	dev-lang/perl
-	dev-libs/libpcre
-	sys-apps/file
-	sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-src_install () {
-	emake DESTDIR="${D}" install
-
-	#move docs to /usr/share/doc/${PF}.
-	mv "${D}/usr/share/doc/xapian-omega" "${D}/usr/share/doc/${PF}"
-
-	dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
-}



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

end of thread, other threads:[~2011-12-24  3:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-18 22:41 [gentoo-commits] dev/blueness:master commit in: app-text/xapian-omega/ Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2011-12-24  3:31 Anthony G. Basile
2011-12-18 21:04 Anthony G. Basile

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