public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: dev-cpp/clucene/, dev-cpp/clucene/files/
@ 2011-08-19 15:37 Johannes Huber
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber @ 2011-08-19 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     cd4837c803d615b6f67f90e05a57fe368134c637
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Fri Aug 19 12:48:19 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Fri Aug 19 12:48:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cd4837c8

[dev-cpp/clucene] Bump 2.3.3.4

---
 dev-cpp/clucene/clucene-2.3.3.4.ebuild         |   49 ++++++++++++++++++++++++
 dev-cpp/clucene/files/clucene-9999-cmake.patch |   30 ++++++++++++++
 dev-cpp/clucene/metadata.xml                   |    5 ++
 3 files changed, 84 insertions(+), 0 deletions(-)

diff --git a/dev-cpp/clucene/clucene-2.3.3.4.ebuild b/dev-cpp/clucene/clucene-2.3.3.4.ebuild
new file mode 100644
index 0000000..7ec90d0
--- /dev/null
+++ b/dev-cpp/clucene/clucene-2.3.3.4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MY_PN="${PN}"-core
+MY_P="${MY_PN}"-"${PV}"
+
+inherit cmake-utils
+
+DESCRIPTION="High-performance, full-featured text search engine based off of lucene in C++"
+HOMEPAGE="http://clucene.sourceforge.net/"
+SRC_URI="mirror://sourceforge/clucene/${MY_P}.tar.gz"
+
+LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
+~amd64-linux ~x86-linux ~ppc-macos"
+
+IUSE="debug doc static-libs"
+
+DEPEND="
+	doc? ( >=app-doc/doxygen-1.4.2 )
+"
+RDEPEND="!<app-misc/strigi-0.7.5-r3"
+
+DOCS=(AUTHORS ChangeLog README README.PACKAGE REQUESTS)
+
+PATCHES=(
+	"${FILESDIR}/${PN}-9999-cmake.patch"
+)
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_configure() {
+	# Disabled threads: see upstream bug
+	# https://sourceforge.net/tracker/?func=detail&aid=3237301&group_id=80013&atid=558446 
+	local mycmakeargs=(
+		-DENABLE_ASCII_MODE=OFF
+		-DENABLE_PACKAGING=OFF
+		-DDISABLE_MULTITHREADING=OFF
+		$(cmake-utils_use_enable debug)
+		$(cmake-utils_use_enable doc CLDOCS)
+		$(cmake-utils_use_build static-libs STATIC_LIBRARIES)
+	)
+
+	cmake-utils_src_configure
+}

diff --git a/dev-cpp/clucene/files/clucene-9999-cmake.patch b/dev-cpp/clucene/files/clucene-9999-cmake.patch
new file mode 100644
index 0000000..81a3c53
--- /dev/null
+++ b/dev-cpp/clucene/files/clucene-9999-cmake.patch
@@ -0,0 +1,30 @@
+diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
+index 6084f2f..7529b41 100644
+--- a/src/core/CMakeLists.txt
++++ b/src/core/CMakeLists.txt
+@@ -222,8 +222,6 @@ file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/CLuceneConfig.cmake" "
+     set(CLUCENE_VERSION ${CLUCENE_VERSION})
+     set(CLUCENE_SOVERSION ${CLUCENE_SOVERSION})
+ ")
+-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/CLuceneConfig.cmake"
+-        DESTINATION ${LIB_DESTINATION}/CLuceneConfig.cmake)
+ 
+ # install pkg-config file
+ IF(NOT WIN32)
+@@ -238,16 +236,10 @@ IF ( LUCENE_SYS_INCLUDES )
+     install(FILES ${clucene-shared_BINARY_DIR}/CLucene/clucene-config.h 
+             DESTINATION ${LUCENE_SYS_INCLUDES}/CLucene  
+             COMPONENT development)
+-    install(FILES ${CMAKE_CURRENT_BINARY_DIR}/CLuceneConfig.cmake 
+-            DESTINATION ${LUCENE_SYS_INCLUDES}/CLucene  
+-            COMPONENT development)
+ ELSE ( LUCENE_SYS_INCLUDES )
+     install(FILES ${clucene-shared_BINARY_DIR}/CLucene/clucene-config.h 
+             DESTINATION include/CLucene
+             COMPONENT development)
+-    install(FILES ${CMAKE_CURRENT_BINARY_DIR}/CLuceneConfig.cmake 
+-            DESTINATION include/CLucene
+-            COMPONENT development)
+ ENDIF ( LUCENE_SYS_INCLUDES )
+ 
+ 

diff --git a/dev-cpp/clucene/metadata.xml b/dev-cpp/clucene/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/dev-cpp/clucene/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-cpp/clucene/, dev-cpp/clucene/files/
@ 2011-11-12 19:08 Andreas Hüttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Hüttel @ 2011-11-12 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     6fc48c8467261d338199243b1b69638d6ab02ee0
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sat Nov 12 20:09:02 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 20:09:02 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6fc48c84

[dev-cpp/clucene] Moved to main tree

---
 dev-cpp/clucene/clucene-2.3.3.4.ebuild         |   49 ------------------------
 dev-cpp/clucene/files/clucene-9999-cmake.patch |   30 --------------
 dev-cpp/clucene/metadata.xml                   |    5 --
 3 files changed, 0 insertions(+), 84 deletions(-)

diff --git a/dev-cpp/clucene/clucene-2.3.3.4.ebuild b/dev-cpp/clucene/clucene-2.3.3.4.ebuild
deleted file mode 100644
index 7ec90d0..0000000
--- a/dev-cpp/clucene/clucene-2.3.3.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MY_PN="${PN}"-core
-MY_P="${MY_PN}"-"${PV}"
-
-inherit cmake-utils
-
-DESCRIPTION="High-performance, full-featured text search engine based off of lucene in C++"
-HOMEPAGE="http://clucene.sourceforge.net/"
-SRC_URI="mirror://sourceforge/clucene/${MY_P}.tar.gz"
-
-LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
-~amd64-linux ~x86-linux ~ppc-macos"
-
-IUSE="debug doc static-libs"
-
-DEPEND="
-	doc? ( >=app-doc/doxygen-1.4.2 )
-"
-RDEPEND="!<app-misc/strigi-0.7.5-r3"
-
-DOCS=(AUTHORS ChangeLog README README.PACKAGE REQUESTS)
-
-PATCHES=(
-	"${FILESDIR}/${PN}-9999-cmake.patch"
-)
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_configure() {
-	# Disabled threads: see upstream bug
-	# https://sourceforge.net/tracker/?func=detail&aid=3237301&group_id=80013&atid=558446 
-	local mycmakeargs=(
-		-DENABLE_ASCII_MODE=OFF
-		-DENABLE_PACKAGING=OFF
-		-DDISABLE_MULTITHREADING=OFF
-		$(cmake-utils_use_enable debug)
-		$(cmake-utils_use_enable doc CLDOCS)
-		$(cmake-utils_use_build static-libs STATIC_LIBRARIES)
-	)
-
-	cmake-utils_src_configure
-}

diff --git a/dev-cpp/clucene/files/clucene-9999-cmake.patch b/dev-cpp/clucene/files/clucene-9999-cmake.patch
deleted file mode 100644
index 81a3c53..0000000
--- a/dev-cpp/clucene/files/clucene-9999-cmake.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
-index 6084f2f..7529b41 100644
---- a/src/core/CMakeLists.txt
-+++ b/src/core/CMakeLists.txt
-@@ -222,8 +222,6 @@ file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/CLuceneConfig.cmake" "
-     set(CLUCENE_VERSION ${CLUCENE_VERSION})
-     set(CLUCENE_SOVERSION ${CLUCENE_SOVERSION})
- ")
--install(FILES "${CMAKE_CURRENT_BINARY_DIR}/CLuceneConfig.cmake"
--        DESTINATION ${LIB_DESTINATION}/CLuceneConfig.cmake)
- 
- # install pkg-config file
- IF(NOT WIN32)
-@@ -238,16 +236,10 @@ IF ( LUCENE_SYS_INCLUDES )
-     install(FILES ${clucene-shared_BINARY_DIR}/CLucene/clucene-config.h 
-             DESTINATION ${LUCENE_SYS_INCLUDES}/CLucene  
-             COMPONENT development)
--    install(FILES ${CMAKE_CURRENT_BINARY_DIR}/CLuceneConfig.cmake 
--            DESTINATION ${LUCENE_SYS_INCLUDES}/CLucene  
--            COMPONENT development)
- ELSE ( LUCENE_SYS_INCLUDES )
-     install(FILES ${clucene-shared_BINARY_DIR}/CLucene/clucene-config.h 
-             DESTINATION include/CLucene
-             COMPONENT development)
--    install(FILES ${CMAKE_CURRENT_BINARY_DIR}/CLuceneConfig.cmake 
--            DESTINATION include/CLucene
--            COMPONENT development)
- ENDIF ( LUCENE_SYS_INCLUDES )
- 
- 

diff --git a/dev-cpp/clucene/metadata.xml b/dev-cpp/clucene/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/dev-cpp/clucene/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>kde</herd>
-</pkgmetadata>



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

end of thread, other threads:[~2011-11-12 19:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-19 15:37 [gentoo-commits] proj/kde:master commit in: dev-cpp/clucene/, dev-cpp/clucene/files/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2011-11-12 19:08 Andreas Hüttel

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