Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 189540 Details for
Bug 214920
media-libs/pdflib-7.0.4_p4 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pdflib-7.0.4_p1.ebuild
pdflib-7.0.4_p1.ebuild (text/plain), 4.14 KB, created by
Sergey Dryabzhinsky
on 2009-04-26 18:51:45 UTC
(
hide
)
Description:
pdflib-7.0.4_p1.ebuild
Filename:
MIME Type:
Creator:
Sergey Dryabzhinsky
Created:
2009-04-26 18:51:45 UTC
Size:
4.14 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="1" > >RUBY_OPTIONAL="yes" >inherit autotools libtool versionator flag-o-matic toolchain-funcs multilib perl-module java-pkg-opt-2 python ruby > >MY_PN="${PN/pdf/PDF}-Lite" >MY_P="${MY_PN}-${PV/_/}" > >DESCRIPTION="A library for generating PDF on the fly." >HOMEPAGE="http://www.pdflib.com/" >SRC_URI="http://www.pdflib.com/binaries/${PN/pdf/PDF}/$(delete_all_version_separators ${PV})/${MY_P}.tar.gz" >LICENSE="PDFLite" >SLOT="5" # Should it be changed to 6? >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" >IUSE="+cxx doc java perl python ruby tcl" > ># Should we bump deps versions? >COMMON_DEP="tcl? ( >=dev-lang/tcl-8.2 ) > perl? ( >=dev-lang/perl-5.1 ) > python? ( >=dev-lang/python-2.2 ) > ruby? ( virtual/ruby )" > >DEPEND="${COMMON_DEP} > java? ( >=virtual/jdk-1.4 )" > >RDEPEND=" > ${COMMON_DEP} > java? ( >=virtual/jre-1.4 )" > >S="${WORKDIR}/${MY_P}" > >pkg_setup() { > java-pkg-opt-2_pkg_setup > use perl && perl-module_pkg_setup >} > >src_unpack() { > unpack ${A} > cd "${S}" > > # do NOT call eautoreconf here, it breaks configure horribly. > eautoconf > elibtoolize >} > >src_compile() { > # Bug #87004 > filter-flags -mcpu=* -mtune=* > > # silence QA warnings, feel free to fix properly > append-ldflags -Wl,-z,noexecstack > append-flags -fno-strict-aliasing > > # fix crosscompile for C++ bindings > use cxx && tc-export CXX > > local myconf > use cxx || myconf="${myconf} --disable-cxx" > > use java \ > && myconf="${myconf} --with-java=${JAVA_HOME}" \ > || myconf="${myconf} --with-java=no" > > use perl || myconf="${myconf} --with-perl=no" > > if use python ; then > python_version > myconf="${myconf} --with-py=/usr --with-pyincl=/usr/include/python${PYVER}" > else > myconf="${myconf} --with-py=no" > fi > > # Necessary for multilib on amd64. Please keep this in future releases. > # BUG #81197 > # Danny van Dyk <kugelfang@gentoo.org> 2005/02/14 > if use tcl ; then > TCLVER="$(echo 'puts [info tclversion]' | $(type -P tclsh))" > myconf="${myconf} --with-tclpkg=/usr/$(get_libdir)/tcl${TCLVER}/" > else > myconf="${myconf} --with-tcl=no" > fi > > # ruby bindings disabled for now, configure uses hardcoded list of paths > # for includes that do not cover all supported arches on Gentoo > use ruby \ > && myconf="${myconf} --with-ruby=${RUBY}" \ > || myconf="${myconf} --with-ruby=no" > > econf ${myconf} > > if use java; then > emake || die "emake failed" > if use doc; then > cd ./bind/pdflib/java || die > emake javadoc || die "Failed to generate javadoc" > fi > else > emake || die "emake failed" > fi >} > >src_install() { > for binding in perl python tcl ; do > sed -i \ > -e "s:^\(LANG_LIBDIR\).*= \(.*\):\1\t = ${D}/\2:" \ > "${S}/bind/pdflib/${binding}/Makefile" \ > || die "sed bind/pdflib/${binding}/Makefile failed" > done > > # this should create the correct lib dirs for perl and python. > if use python ; then > python_version > dodir /usr/$(get_libdir)/python${PYVER}/lib-dynload > fi > if use perl ; then > perlinfo > dodir ${SITE_ARCH} > fi > > # and no, emake still does not work for install > einstall || die "einstall failed" > > dodoc readme.txt doc/* > docinto pdflib > dodoc doc/pdflib/* > > if use java ; then > java-pkg_dojar bind/pdflib/java/pdflib.jar > java-pkg_regso "${D}/usr/$(get_libdir)/libpdf_java.so" > use doc && java-pkg_dojavadoc ./bind/pdflib/java/javadoc > fi > > # Lot of hakku for ruby > if use ruby ; then > local RUBYLIBDIR=$(${RUBY} -r rbconfig -e 'print Config::CONFIG["sitelibdir"]') > insinto ${RUBYLIBDIR} > insopts -m 0755 > doins ./bind/pdflib/ruby/*.rb > RUBYLIBDIR=$(${RUBY} -r rbconfig -e 'print Config::CONFIG["sitearchdir"]') > dodir ${RUBYLIBDIR} > mv "${D}/usr/$(get_libdir)"/PDFlib.* "${D}/${RUBYLIBDIR}"/ > cp ./bind/pdflib/ruby/pdflib_ruby.lo "${D}/${RUBYLIBDIR}"/pdflib_ruby.so > chmod 0755 "${D}/${RUBYLIBDIR}"/*.so* > fi >} > >pkg_preinst () { > perl-module_pkg_preinst > has_version "<${CATEGORY}/${PN}-7.0.3" > previous_less_than_7_0_3=$? >} > >pkg_postinst() { > if [[ $previous_less_than_7_0_3 = 0 ]] ; then > ewarn "Please run revdep-rebuild now! All packages that linked with" > ewarn "previous versions of PDFLib will no longer work unless you" > ewarn "run it." > fi >}
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 214920
:
168608
|
182116
|
182140
|
182141
| 189540 |
189543
|
190089
|
190091
|
200925
|
258241
|
258244