aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Martins <leonardo@venidera.com>2012-04-24 14:22:35 -0300
committerLeonardo Martins <leonardo@venidera.com>2012-04-24 14:22:35 -0300
commit8ab30466aad5f93697d916fcdaa029a13708c7ae (patch)
treedb9405b8e218ef0fe3139a9357dd42d38d93ec58
parentAdded patches for Gentoo-style configuration path (diff)
downloadvenidera-8ab30466aad5f93697d916fcdaa029a13708c7ae.tar.gz
venidera-8ab30466aad5f93697d916fcdaa029a13708c7ae.tar.bz2
venidera-8ab30466aad5f93697d916fcdaa029a13708c7ae.zip
Renamed dev-db/neo4j-community to dev-db/neo4j
-rw-r--r--dev-db/neo4j/ChangeLog (renamed from dev-db/neo4j-community/ChangeLog)10
-rw-r--r--dev-db/neo4j/Manifest (renamed from dev-db/neo4j-community/Manifest)0
-rw-r--r--dev-db/neo4j/files/neo4j-1.7-neo4j.patch (renamed from dev-db/neo4j-community/files/neo4j-1.7-neo4j_configuration_path.patch)0
-rw-r--r--dev-db/neo4j/files/neo4j-1.7-server_settings.patch (renamed from dev-db/neo4j-community/files/neo4j-1.7-server_settings.patch)0
-rw-r--r--dev-db/neo4j/files/neo4j-1.7-wrapper_settings.patch (renamed from dev-db/neo4j-community/files/neo4j-1.7-wrapper_settings.patch)0
-rw-r--r--dev-db/neo4j/files/neo4j.init (renamed from dev-db/neo4j-community/files/neo4j.init)0
-rw-r--r--dev-db/neo4j/metadata.xml (renamed from dev-db/neo4j-community/metadata.xml)0
-rw-r--r--dev-db/neo4j/neo4j-1.7.ebuild (renamed from dev-db/neo4j-community/neo4j-community-1.7.ebuild)29
8 files changed, 17 insertions, 22 deletions
diff --git a/dev-db/neo4j-community/ChangeLog b/dev-db/neo4j/ChangeLog
index d7be143..01ea288 100644
--- a/dev-db/neo4j-community/ChangeLog
+++ b/dev-db/neo4j/ChangeLog
@@ -2,7 +2,15 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header:$
- 23 Apr 2012; Leonardo Martins <leonardo@venidera.com> +files/neo4j.init
+ 24 Apr 2012; Leonardo Martins <leonardo@venidera.com>
+ +files/neo4j-1.7-neo4j.patch, +files/neo4j-1.7-server_settings.patch,
+ +files/neo4j-1.7-wrapper_settings.patch:
+ Added patches for configuration files path.
+
+ 24 Apr 2012; Leonardo Martins <leonardo@venidera.com> neo4j-1.7.ebuild:
+ Renamed package.
+
+ 23 Apr 2012; Leonardo Martins <leonardo@venidera.com> +files/neo4j.init:
Added init script.
*neo4j-community-1.7 (23 Apr 2012)
diff --git a/dev-db/neo4j-community/Manifest b/dev-db/neo4j/Manifest
index 7cb66e1..7cb66e1 100644
--- a/dev-db/neo4j-community/Manifest
+++ b/dev-db/neo4j/Manifest
diff --git a/dev-db/neo4j-community/files/neo4j-1.7-neo4j_configuration_path.patch b/dev-db/neo4j/files/neo4j-1.7-neo4j.patch
index f6ab8e4..f6ab8e4 100644
--- a/dev-db/neo4j-community/files/neo4j-1.7-neo4j_configuration_path.patch
+++ b/dev-db/neo4j/files/neo4j-1.7-neo4j.patch
diff --git a/dev-db/neo4j-community/files/neo4j-1.7-server_settings.patch b/dev-db/neo4j/files/neo4j-1.7-server_settings.patch
index ee83ca2..ee83ca2 100644
--- a/dev-db/neo4j-community/files/neo4j-1.7-server_settings.patch
+++ b/dev-db/neo4j/files/neo4j-1.7-server_settings.patch
diff --git a/dev-db/neo4j-community/files/neo4j-1.7-wrapper_settings.patch b/dev-db/neo4j/files/neo4j-1.7-wrapper_settings.patch
index 3a3fac7..3a3fac7 100644
--- a/dev-db/neo4j-community/files/neo4j-1.7-wrapper_settings.patch
+++ b/dev-db/neo4j/files/neo4j-1.7-wrapper_settings.patch
diff --git a/dev-db/neo4j-community/files/neo4j.init b/dev-db/neo4j/files/neo4j.init
index 846a001..846a001 100644
--- a/dev-db/neo4j-community/files/neo4j.init
+++ b/dev-db/neo4j/files/neo4j.init
diff --git a/dev-db/neo4j-community/metadata.xml b/dev-db/neo4j/metadata.xml
index 8e95404..8e95404 100644
--- a/dev-db/neo4j-community/metadata.xml
+++ b/dev-db/neo4j/metadata.xml
diff --git a/dev-db/neo4j-community/neo4j-community-1.7.ebuild b/dev-db/neo4j/neo4j-1.7.ebuild
index 74392c8..6cdf712 100644
--- a/dev-db/neo4j-community/neo4j-community-1.7.ebuild
+++ b/dev-db/neo4j/neo4j-1.7.ebuild
@@ -7,7 +7,7 @@ inherit eutils
DESCRIPTION="Neo4j is a high-performance, NOSQL graph database with all the features of a mature and robust database."
HOMEPAGE="http://neo4j.org/"
-SRC_URI="http://dist.neo4j.org/${PN}-${PV}-unix.tar.gz"
+SRC_URI="http://dist.neo4j.org/${PN}-community-${PV}-unix.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -22,14 +22,6 @@ src_unpack() {
unpack ${A}
}
-src_configure() {
- :;
-}
-
-src_compile() {
- :;
-}
-
src_install() {
exeinto /opt/neo4j/bin
doexe "${S}"/bin/neo4j || die
@@ -45,23 +37,18 @@ src_install() {
doins "${S}"/lib/*.jar || die
# plugins directory
- dodir /opt/neo4j/plugins
+ dodir /opt/neo4j/plugins || die
# config files
insinto /etc/neo4j
- doins "${S}"/conf/neo4j-wrapper.conf
- doins "${S}"/conf/neo4j.properties
- doins "${S}"/conf/neo4j-server.properties
- doins "${S}"/conf/logging.properties
+ doins "${S}"/conf/neo4j-wrapper.conf || die
+ doins "${S}"/conf/neo4j.properties || die
+ doins "${S}"/conf/neo4j-server.properties || die
+ doins "${S}"/conf/logging.properties || die
# documentation
- dodoc "${S}"/LICENSE.txt
- dodoc "${S}"/LICENSES.txt
- dodoc "${S}"/doc/neo4j.txt || die
- dodoc "${S}"/doc/neo4j-shell.txt || die
- dodoc "${S}"/doc/guide-post.html || die
- dodoc -r "${S}"/doc/java || die
- dodoc -r "${S}"/doc/manual || die
+ dodoc "${S}"/*.txt
+ dodoc -r "${S}"/doc/*
# init script
newinitd "${FILESDIR}"/neo4j.init neo4j || die