Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103626 Details for
Bug 157475
[java-overlay] dbus-java (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libdbus-java-1.12.ebuild
libdbus-java-1.12.ebuild (text/plain), 1.56 KB, created by
Serkan Kaba (RETIRED)
on 2006-12-08 08:43:35 UTC
(
hide
)
Description:
libdbus-java-1.12.ebuild
Filename:
MIME Type:
Creator:
Serkan Kaba (RETIRED)
Created:
2006-12-08 08:43:35 UTC
Size:
1.56 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils java-pkg-2 java-utils-2 > >DESCRIPTION="Java bindings for the D-Bus messagebus." >HOMEPAGE="http://dbus.freedesktop.org/" >SRC_URI="http://dbus.freedesktop.org/releases/dbus-java/${P}.tar.gz" > >LICENSE="|| ( GPL-2 AFL-2.1 )" >SLOT="0" >KEYWORDS="~x86" >IUSE="doc source" > >RDEPEND=">=virtual/jre-1.5 > >=sys-apps/dbus-0.62" > >DEPEND=">=virtual/jdk-1.5 > >=sys-apps/dbus-0.62 > app-text/docbook2X > doc? ( dev-tex/tex4ht ) > source? ( app-arch/zip )" > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/library.patch > echo "#define DBUS_API_SUBJECT_TO_CHANGE" > dbus-java.c.fixed > cat dbus-java.c >> dbus-java.c.fixed > mv dbus-java.c.fixed dbus-java.c > sed -i -e "s:JCFLAGS?=:JCFLAGS?=$(java-pkg_javac-args) :g" Makefile > >} > >src_compile() { > emake -j1 > for i in `ls *.sgml`; do > docbook2man $i; > mv DBUS-JAVA.1 `echo $i | sed 's/sgml/1/g'`; > done > use doc && emake doc >} > >src_install() { > java-pkg_newjar ${P}.jar dbus.jar > java-pkg_newjar dbus-java-viewer-${PV}.jar dbus-java-viewer.jar > java-pkg_doso ${PN}.so > > java-pkg_dolauncher CreateInterface --jar dbus.jar \ > --main org.freedesktop.dbus.CreateInterface > > java-pkg_dolauncher DBusViewer \ > --main org.freedesktop.dbus.viewer.DBusViewer > > java-pkg_dolauncher ListDBus --jar dbus.jar \ > --main org.freedesktop.dbus.ListDBus > doman *.1 > dodoc COPYING INSTALL changelog AUTHORS README > use source && java-pkg_dosrc org/ > use doc && java-pkg_dojavadoc doc/api > use doc && java-pkg_dohtml doc/dbus-java/* >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 157475
:
103579
|
103581
|
103626
|
106622