summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnant Narayanan <anant@gentoo.org>2007-07-05 19:29:31 +0000
committerAnant Narayanan <anant@gentoo.org>2007-07-05 19:29:31 +0000
commitccf327a0b84d72763fcbfb56b866a8ad1bdaaa04 (patch)
tree2b95b304211f155ed8716d65a84f9d7a6e6c0f53
parentAdd PDFLite license (diff)
downloadgentoo-2-ccf327a0b84d72763fcbfb56b866a8ad1bdaaa04.tar.gz
gentoo-2-ccf327a0b84d72763fcbfb56b866a8ad1bdaaa04.tar.bz2
gentoo-2-ccf327a0b84d72763fcbfb56b866a8ad1bdaaa04.zip
Update license and remove old ebuilds.
(Portage version: 2.1.3_rc6)
-rw-r--r--media-libs/pdflib/ChangeLog7
-rw-r--r--media-libs/pdflib/files/digest-pdflib-5.0.4_p1-r13
-rw-r--r--media-libs/pdflib/files/digest-pdflib-6.0.33
-rw-r--r--media-libs/pdflib/pdflib-5.0.4_p1-r1.ebuild116
-rw-r--r--media-libs/pdflib/pdflib-6.0.3-r1.ebuild4
-rw-r--r--media-libs/pdflib/pdflib-6.0.3.ebuild115
-rw-r--r--media-libs/pdflib/pdflib-7.0.1.ebuild4
7 files changed, 10 insertions, 242 deletions
diff --git a/media-libs/pdflib/ChangeLog b/media-libs/pdflib/ChangeLog
index 56eae4102a84..f7696e14fb68 100644
--- a/media-libs/pdflib/ChangeLog
+++ b/media-libs/pdflib/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/pdflib
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/ChangeLog,v 1.70 2007/05/20 16:33:40 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/ChangeLog,v 1.71 2007/07/05 19:29:31 anant Exp $
+
+ 06 Jul 2007; Anant Narayanan <anant@gentoo.org>
+ -pdflib-5.0.4_p1-r1.ebuild, -pdflib-6.0.3.ebuild, pdflib-6.0.3-r1.ebuild,
+ pdflib-7.0.1.ebuild:
+ Update license and remove old ebuild.
20 May 2007; nixnut <nixnut@gentoo.org> pdflib-6.0.3-r1.ebuild:
Stable on ppc wrt bug 178185
diff --git a/media-libs/pdflib/files/digest-pdflib-5.0.4_p1-r1 b/media-libs/pdflib/files/digest-pdflib-5.0.4_p1-r1
deleted file mode 100644
index 4eda875a9a43..000000000000
--- a/media-libs/pdflib/files/digest-pdflib-5.0.4_p1-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 0bdafcbf7d1e732cf0abd376c6021637 PDFlib-Lite-5.0.4p1-Unix-src.tar.gz 2825309
-RMD160 b184e1484d7e908d85a13f8ed7ef22b56154cc29 PDFlib-Lite-5.0.4p1-Unix-src.tar.gz 2825309
-SHA256 7236c07aa80fdda79359ee89a05d4fdb5784a8a1788cdbc79197911cfa4dc422 PDFlib-Lite-5.0.4p1-Unix-src.tar.gz 2825309
diff --git a/media-libs/pdflib/files/digest-pdflib-6.0.3 b/media-libs/pdflib/files/digest-pdflib-6.0.3
deleted file mode 100644
index 101dd33ba572..000000000000
--- a/media-libs/pdflib/files/digest-pdflib-6.0.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 799aeaa3f0f9a13d7a661d730327e9d0 PDFlib-Lite-6.0.3.tar.gz 3763292
-RMD160 c8d74b31f30156be0280865aaa9985883fba6c21 PDFlib-Lite-6.0.3.tar.gz 3763292
-SHA256 7ebd0f907283800e757bf27b038e4f18786c16577f51a547e55da014f9f248ff PDFlib-Lite-6.0.3.tar.gz 3763292
diff --git a/media-libs/pdflib/pdflib-5.0.4_p1-r1.ebuild b/media-libs/pdflib/pdflib-5.0.4_p1-r1.ebuild
deleted file mode 100644
index 023de8f79db9..000000000000
--- a/media-libs/pdflib/pdflib-5.0.4_p1-r1.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/pdflib-5.0.4_p1-r1.ebuild,v 1.11 2007/03/16 22:45:29 chtekk Exp $
-
-# eutils must be inherited since get_libdir() is only
-# globally available on baselayout-1.11 (still on ~arch)
-inherit eutils java-pkg flag-o-matic
-
-MY_PN="${PN/pdf/PDF}-Lite"
-MY_PV="${PV/_p1/p1}"
-MY_P="${MY_PN}-${MY_PV}-Unix-src"
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="A library for generating PDF on the fly"
-HOMEPAGE="http://www.pdflib.com/"
-SRC_URI="http://www.pdflib.com/products/pdflib/download/504src/${MY_P}.tar.gz"
-
-LICENSE="Aladdin"
-SLOT="5"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86"
-IUSE="tcl perl python java"
-
-DEPEND=">=sys-apps/sed-4
- tcl? ( >=dev-lang/tcl-8.2 )
- perl? ( >=dev-lang/perl-5.1 )
- python? ( >=dev-lang/python-2.2 )
- java? ( >=virtual/jdk-1.3 )"
-
-src_compile() {
- local myconf=
-
- # Bug #87004
- filter-flags -mcpu=*
- filter-flags -mtune=*
-
- PYVER="$(/usr/bin/python -V 2>&1 | cut -d ' ' -f 2 | cut -d '.' -f 1,2)"
- # Necessary for multilib on amd64. Please keep this in future releases.
- # BUG #81197
- # Danny van Dyk <kugelfang@gentoo.org> 2005/02/14
- TCLVER="$(echo 'puts [info tclversion]' | $(type -P tclsh))"
- use tcl \
- && myconf="--with-tclpkg=/usr/$(get_libdir)/tcl${TCLVER}/" \
- || myconf="--with-tcl=no"
- use perl || myconf="${myconf} --with-perl=no"
- use python \
- && myconf="${myconf} --with-py=/usr --with-pyincl=/usr/include/python${PYVER}" \
- || myconf="${myconf} --with-py=no"
- use java \
- && myconf="${myconf} --with-java=${JAVA_HOME}" \
- || myconf="${myconf} --with-java=no"
-
- econf \
- --enable-cxx \
- ${myconf} || die
- emake || die "emake failed"
-}
-
-src_install() {
- sed -i \
- -e "s:^\(LANG_LIBDIR\).*= \(.*\):\1\t = ${D}/\2:" \
- ${S}/bind/pdflib/perl/Makefile \
- || die "sed bind/pdflib/perl/Makefile failed"
-
- sed -i \
- -e "s:^\(LANG_LIBDIR\).*= \(.*\):\1\t = ${D}/\2:" \
- ${S}/bind/pdflib/python/Makefile \
- || die "sed bind/pdflib/python/Makefile failed"
-
- sed -i \
- -e "s:^\(LANG_LIBDIR\).*= \(.*\):\1\t = ${D}/\2:" \
- ${S}/bind/pdflib/tcl/Makefile \
- || die "sed bind/pdflib/tcl/Makefile failed"
-
- # ok, this should create the correct lib dirs for perl and python.
- # yes, i know it is messy, but as i see it, a ebuild should be generic
- # ... ie. you should be able to just use cp to update it
- if use perl && [ -x /usr/bin/perl ] ; then
- local perlmajver="`/usr/bin/perl -v |grep 'This is perl' \
- |cut -d ' ' -f 4 |cut -d '.' -f 1`"
- local perlver="`/usr/bin/perl -v |grep 'This is perl' \
- |cut -d ' ' -f 4`"
- local perlarch="`/usr/bin/perl -v |grep 'This is perl' \
- |cut -d ' ' -f 7`"
- dodir /usr/$(get_libdir)/perl${perlmajver/v/}/site_perl/${perlver/v/}/${perlarch}
- fi
- if use python && [ -x /usr/bin/python ] ; then
- dodir /usr/$(get_libdir)/python${PYVER}/lib-dynload
- fi
- #next line required for proper install
- dodir /usr/bin
- einstall || die
-
- dodoc readme.txt doc/*
- docinto pdflib
- dodoc doc/pdflib/*
-
- # seemant: seems like the makefiles for pdflib generate the .jar file
- # anyway
- use java && java-pkg_dojar bind/pdflib/java/pdflib.jar
-
- # karltk: This is definitely NOT how it should be done!
- # we need this to create pdflib.jar (we will not have the source when
- # this is a binary package ...)
-# if use java
-# then
-# insinto /usr/share/pdflib
-# doins ${S}/bind/pdflib/java/pdflib.java
-#
-# mkdir -p com/pdflib
-# mv ${S}/bind/pdflib/java/pdflib.java com/pdflib
-# javac com/pdflib/pdflib.java
-#
-# jar cf pdflib.jar com/pdflib/*.class
-#
-# java-pkg_dojar pdflib.jar
-# fi
-}
diff --git a/media-libs/pdflib/pdflib-6.0.3-r1.ebuild b/media-libs/pdflib/pdflib-6.0.3-r1.ebuild
index 8859efd7e407..b4c5566fb625 100644
--- a/media-libs/pdflib/pdflib-6.0.3-r1.ebuild
+++ b/media-libs/pdflib/pdflib-6.0.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/pdflib-6.0.3-r1.ebuild,v 1.9 2007/06/24 22:00:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/pdflib-6.0.3-r1.ebuild,v 1.10 2007/07/05 19:29:31 anant Exp $
# eutils must be inherited since get_libdir() is only
# globally available on baselayout-1.11 (still on ~arch)
@@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}"
DESCRIPTION="A library for generating PDF on the fly."
HOMEPAGE="http://www.pdflib.com/"
SRC_URI="http://www.pdflib.com/products/pdflib/download/${PV//./}src/${MY_P}.tar.gz"
-LICENSE="Aladdin"
+LICENSE="PDFLite"
SLOT="5"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
IUSE="doc tcl perl python java"
diff --git a/media-libs/pdflib/pdflib-6.0.3.ebuild b/media-libs/pdflib/pdflib-6.0.3.ebuild
deleted file mode 100644
index 91da8ec6d0a4..000000000000
--- a/media-libs/pdflib/pdflib-6.0.3.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/pdflib-6.0.3.ebuild,v 1.6 2007/03/16 22:45:29 chtekk Exp $
-
-# eutils must be inherited since get_libdir() is only
-# globally available on baselayout-1.11 (still on ~arch)
-inherit eutils java-pkg flag-o-matic
-
-MY_PN="${PN/pdf/PDF}-Lite"
-MY_P="${MY_PN}-${PV}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="A library for generating PDF on the fly."
-HOMEPAGE="http://www.pdflib.com/"
-SRC_URI="http://www.pdflib.com/products/pdflib/download/${PV//./}src/${MY_P}.tar.gz"
-LICENSE="Aladdin"
-SLOT="5"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="tcl perl python java"
-
-DEPEND=">=sys-apps/sed-4
- tcl? ( >=dev-lang/tcl-8.2 )
- perl? ( >=dev-lang/perl-5.1 )
- python? ( >=dev-lang/python-2.2 )
- java? ( >=virtual/jdk-1.3 )"
-
-src_compile() {
- local myconf=
-
- # Bug #87004
- filter-flags -mcpu=*
- filter-flags -mtune=*
-
- PYVER="$(/usr/bin/python -V 2>&1 | cut -d ' ' -f 2 | cut -d '.' -f 1,2)"
- # Necessary for multilib on amd64. Please keep this in future releases.
- # BUG #81197
- # Danny van Dyk <kugelfang@gentoo.org> 2005/02/14
- TCLVER="$(echo 'puts [info tclversion]' | $(type -P tclsh))"
- use tcl \
- && myconf="--with-tclpkg=/usr/$(get_libdir)/tcl${TCLVER}/" \
- || myconf="--with-tcl=no"
- use perl || myconf="${myconf} --with-perl=no"
- use python \
- && myconf="${myconf} --with-py=/usr --with-pyincl=/usr/include/python${PYVER}" \
- || myconf="${myconf} --with-py=no"
- use java \
- && myconf="${myconf} --with-java=${JAVA_HOME}" \
- || myconf="${myconf} --with-java=no"
-
- econf \
- --enable-cxx \
- ${myconf} || die
- emake || die "emake failed"
-}
-
-src_install() {
- sed -i \
- -e "s:^\(LANG_LIBDIR\).*= \(.*\):\1\t = ${D}/\2:" \
- "${S}/bind/pdflib/perl/Makefile" \
- || die "sed bind/pdflib/perl/Makefile failed"
-
- sed -i \
- -e "s:^\(LANG_LIBDIR\).*= \(.*\):\1\t = ${D}/\2:" \
- "${S}/bind/pdflib/python/Makefile" \
- || die "sed bind/pdflib/python/Makefile failed"
-
- sed -i \
- -e "s:^\(LANG_LIBDIR\).*= \(.*\):\1\t = ${D}/\2:" \
- "${S}/bind/pdflib/tcl/Makefile" \
- || die "sed bind/pdflib/tcl/Makefile failed"
-
- # ok, this should create the correct lib dirs for perl and python.
- # yes, i know it is messy, but as i see it, a ebuild should be generic
- # ... ie. you should be able to just use cp to update it
- if use perl && [ -x /usr/bin/perl ] ; then
- local perlmajver="`/usr/bin/perl -v |grep 'This is perl' \
- |cut -d ' ' -f 4 |cut -d '.' -f 1`"
- local perlver="`/usr/bin/perl -v |grep 'This is perl' \
- |cut -d ' ' -f 4`"
- local perlarch="`/usr/bin/perl -v |grep 'This is perl' \
- |cut -d ' ' -f 7`"
- dodir /usr/$(get_libdir)/perl${perlmajver/v/}/site_perl/${perlver/v/}/${perlarch}
- fi
- if use python && [ -x /usr/bin/python ] ; then
- dodir /usr/$(get_libdir)/python${PYVER}/lib-dynload
- fi
- #next line required for proper install
- dodir /usr/bin
- einstall || die
-
- dodoc readme.txt doc/*
- docinto pdflib
- dodoc doc/pdflib/*
-
- # seemant: seems like the makefiles for pdflib generate the .jar file
- # anyway
- use java && java-pkg_dojar bind/pdflib/java/pdflib.jar
-
- # karltk: This is definitely NOT how it should be done!
- # we need this to create pdflib.jar (we will not have the source when
- # this is a binary package ...)
-# if use java
-# then
-# insinto /usr/share/pdflib
-# doins ${S}/bind/pdflib/java/pdflib.java
-#
-# mkdir -p com/pdflib
-# mv ${S}/bind/pdflib/java/pdflib.java com/pdflib
-# javac com/pdflib/pdflib.java
-#
-# jar cf pdflib.jar com/pdflib/*.class
-#
-# java-pkg_dojar pdflib.jar
-# fi
-}
diff --git a/media-libs/pdflib/pdflib-7.0.1.ebuild b/media-libs/pdflib/pdflib-7.0.1.ebuild
index 3e9b6365570c..7bed64e5b281 100644
--- a/media-libs/pdflib/pdflib-7.0.1.ebuild
+++ b/media-libs/pdflib/pdflib-7.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/pdflib-7.0.1.ebuild,v 1.1 2007/04/23 22:51:06 anant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/pdflib-7.0.1.ebuild,v 1.2 2007/07/05 19:29:31 anant Exp $
# eutils must be inherited since get_libdir() is only
# globally available on baselayout-1.11 (still on ~arch)
@@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}"
DESCRIPTION="A library for generating PDF on the fly."
HOMEPAGE="http://www.pdflib.com/"
SRC_URI="http://www.pdflib.com/binaries/${PN/pdf/PDF}/${PV//./}/${MY_P}.tar.gz"
-LICENSE="Aladdin"
+LICENSE="PDFLite"
SLOT="5"
KEYWORDS="~x86"
IUSE="doc tcl perl python java"