summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2010-10-15 18:00:29 +0000
committerIan Stakenvicius <axs@gentoo.org>2010-10-15 18:00:29 +0000
commitf76e66f2b8dfbf1ac819308ef69ae4f6e8ab96c7 (patch)
tree6f900b60bf34c6b6ac40781a05f5c7fa9318ff73 /app-misc
parentdev-vcs/tortoisehg: Version bump, with thanks to sedzimir for helping me corr... (diff)
downloadsunrise-reviewed-f76e66f2b8dfbf1ac819308ef69ae4f6e8ab96c7.tar.gz
sunrise-reviewed-f76e66f2b8dfbf1ac819308ef69ae4f6e8ab96c7.tar.bz2
sunrise-reviewed-f76e66f2b8dfbf1ac819308ef69ae4f6e8ab96c7.zip
fixed my dirty workspace commit
svn path=/sunrise/; revision=11433
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/genealogyj-bin/genealogyj-bin-2.4.3.ebuild20
1 files changed, 9 insertions, 11 deletions
diff --git a/app-misc/genealogyj-bin/genealogyj-bin-2.4.3.ebuild b/app-misc/genealogyj-bin/genealogyj-bin-2.4.3.ebuild
index b1da4be1c..a6a37b87c 100644
--- a/app-misc/genealogyj-bin/genealogyj-bin-2.4.3.ebuild
+++ b/app-misc/genealogyj-bin/genealogyj-bin-2.4.3.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit eutils java-utils-2
+inherit eutils
-DESCRIPTION="A viewer and editor for genealogic data, written in Java"
+DESCRIPTION="GenealogyJ is a viewer and editor for genealogic data and is written in Java"
HOMEPAGE="http://genj.sf.net/"
SRC_URI="mirror://sourceforge/genj/genj_app-${PV}.zip
skins? ( mirror://sourceforge/genj/genj_lnf-2.0.zip )
@@ -21,7 +21,7 @@ done
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~x86"
IUSE="${IUSE} geoview skins"
DEPEND="app-arch/unzip"
@@ -43,19 +43,17 @@ src_compile() {
src_install() {
PROGRAM_DIR=/opt/${PN}
- doexe "${FILESDIR}/genealogyj"
-
insinto ${PROGRAM_DIR}
+ exeinto ${PROGRAM_DIR}
+
doins -r *.jar gedcom report help contrib doc lib
use skins && doins -r lnf
-
- exeinto ${PROGRAM_DIR}
doexe run.sh
-
- java-pkg_regjar "${D}/${PROGRAM_DIR}"/*.jar
-
# Necessary to be able to run it as a user:
- #fperms a+rx ${PROGRAM_DIR}/run.sh
+ fperms a+rx ${PROGRAM_DIR}/run.sh
+
+ into /opt
+ dobin "${FILESDIR}/genealogyj"
}
pkg_postinst() {