]> Pileus Git - ~andy/sunrise/commitdiff
fixed my dirty workspace commit
authorIan Stakenvicius <axs@gentoo.org>
Fri, 15 Oct 2010 18:00:29 +0000 (18:00 +0000)
committerIan Stakenvicius <axs@gentoo.org>
Fri, 15 Oct 2010 18:00:29 +0000 (18:00 +0000)
svn path=/sunrise/; revision=11433

app-misc/genealogyj-bin/genealogyj-bin-2.4.3.ebuild

index b1da4be1cc9d41deab92d4939f7989c2b8f3eb7c..a6a37b87cfecab1b943249237cc3bba766f2898c 100644 (file)
@@ -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() {