diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2006-12-17 13:41:28 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2006-12-17 13:41:28 +0000 |
commit | 953a8b69e2e05bc2457f6c7f9313578b7da58707 (patch) | |
tree | cb63abc6230e95b4daab0092bbe2fdf88fa4bd67 /dev-java/libvte-java | |
parent | Removed compnerd from metadata.xml and cleaned whitespace. (diff) | |
download | historical-953a8b69e2e05bc2457f6c7f9313578b7da58707.tar.gz historical-953a8b69e2e05bc2457f6c7f9313578b7da58707.tar.bz2 historical-953a8b69e2e05bc2457f6c7f9313578b7da58707.zip |
Revision bump for bug #158249.
Package-Manager: portage-2.1.2_rc3-r6
Diffstat (limited to 'dev-java/libvte-java')
-rw-r--r-- | dev-java/libvte-java/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/libvte-java/files/digest-libvte-java-0.12.1-r1 | 3 | ||||
-rw-r--r-- | dev-java/libvte-java/libvte-java-0.12.1-r1.ebuild | 24 |
3 files changed, 34 insertions, 1 deletions
diff --git a/dev-java/libvte-java/ChangeLog b/dev-java/libvte-java/ChangeLog index fc9432a2fb04..84fd50735218 100644 --- a/dev-java/libvte-java/ChangeLog +++ b/dev-java/libvte-java/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-java/libvte-java # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/libvte-java/ChangeLog,v 1.1 2006/10/08 04:01:28 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/libvte-java/ChangeLog,v 1.2 2006/12/17 13:41:28 betelgeuse Exp $ + +*libvte-java-0.12.1-r1 (17 Dec 2006) + + 17 Dec 2006; Petteri Räty <betelgeuse@gentoo.org> + +libvte-java-0.12.1-r1.ebuild: + Revision bump for bug #158249. *libvte-java-0.12.1 (08 Oct 2006) diff --git a/dev-java/libvte-java/files/digest-libvte-java-0.12.1-r1 b/dev-java/libvte-java/files/digest-libvte-java-0.12.1-r1 new file mode 100644 index 000000000000..d0e1d6ea0f1e --- /dev/null +++ b/dev-java/libvte-java/files/digest-libvte-java-0.12.1-r1 @@ -0,0 +1,3 @@ +MD5 888443dd9aa20ebfc662c99b78b901db libvte-java-0.12.1.tar.gz 343417 +RMD160 342729db7ff17baeb54a3990748752d79cf3fdc1 libvte-java-0.12.1.tar.gz 343417 +SHA256 9704ccac9a7d9aeedb395d685bce49617cdb63407a4d0c0ce05707cc1941021f libvte-java-0.12.1.tar.gz 343417 diff --git a/dev-java/libvte-java/libvte-java-0.12.1-r1.ebuild b/dev-java/libvte-java/libvte-java-0.12.1-r1.ebuild new file mode 100644 index 000000000000..d1cb98e154f0 --- /dev/null +++ b/dev-java/libvte-java/libvte-java-0.12.1-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/libvte-java/libvte-java-0.12.1-r1.ebuild,v 1.1 2006/12/17 13:41:28 betelgeuse Exp $ + +inherit java-gnome autotools + +DESCRIPTION="Java bindings for vte" + +SLOT="0.12" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPS=">=dev-java/libgtk-java-2.8.1 + >=x11-libs/vte-0.12.1" +DEPEND="${DEPS}" +RDEPEND="${DEPS}" + +src_unpack() { + unpack ${A} + cd ${S} + # patch to fix JNI compilation. should be fixed with next upstream release + epatch ${FILESDIR}/${P}-jni_includes.patch + # fix bug in install-data-hook which doesn't respect jardir + epatch ${FILESDIR}/${P}-jardir.patch +} |