diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 09:42:46 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 09:42:46 +0000 |
commit | 50f80087dfbf7a4f91f193d2f7ac8e17e0eec4b8 (patch) | |
tree | d2b40978e4240ddf9f2c2399b5123f1fce672653 /dev-libs/pilot-link | |
parent | added mpi (diff) | |
download | historical-50f80087dfbf7a4f91f193d2f7ac8e17e0eec4b8.tar.gz historical-50f80087dfbf7a4f91f193d2f7ac8e17e0eec4b8.tar.bz2 historical-50f80087dfbf7a4f91f193d2f7ac8e17e0eec4b8.zip |
repoman fix
Diffstat (limited to 'dev-libs/pilot-link')
-rw-r--r-- | dev-libs/pilot-link/files/digest-pilot-link-0.11.1-r1 | 1 | ||||
-rw-r--r-- | dev-libs/pilot-link/files/digest-pilot-link-0.11.5 | 1 | ||||
-rw-r--r-- | dev-libs/pilot-link/files/digest-pilot-link-0.11.5-r1 | 1 | ||||
-rw-r--r-- | dev-libs/pilot-link/files/digest-pilot-link-0.11.7 | 1 | ||||
-rw-r--r-- | dev-libs/pilot-link/pilot-link-0.11.1-r1.ebuild | 51 | ||||
-rw-r--r-- | dev-libs/pilot-link/pilot-link-0.11.5-r1.ebuild | 100 | ||||
-rw-r--r-- | dev-libs/pilot-link/pilot-link-0.11.5.ebuild | 88 | ||||
-rw-r--r-- | dev-libs/pilot-link/pilot-link-0.11.7.ebuild | 72 |
8 files changed, 0 insertions, 315 deletions
diff --git a/dev-libs/pilot-link/files/digest-pilot-link-0.11.1-r1 b/dev-libs/pilot-link/files/digest-pilot-link-0.11.1-r1 deleted file mode 100644 index f74fe850d359..000000000000 --- a/dev-libs/pilot-link/files/digest-pilot-link-0.11.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b7b7b00ff13fe4e499f02bdfb1785178 pilot-link-0.11.1.tar.bz2 640198 diff --git a/dev-libs/pilot-link/files/digest-pilot-link-0.11.5 b/dev-libs/pilot-link/files/digest-pilot-link-0.11.5 deleted file mode 100644 index 9e6b741ec15a..000000000000 --- a/dev-libs/pilot-link/files/digest-pilot-link-0.11.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 f7e9d73959d9e1d998837e93d03c58e7 pilot-link-0.11.5.tar.bz2 635370 diff --git a/dev-libs/pilot-link/files/digest-pilot-link-0.11.5-r1 b/dev-libs/pilot-link/files/digest-pilot-link-0.11.5-r1 deleted file mode 100644 index 9e6b741ec15a..000000000000 --- a/dev-libs/pilot-link/files/digest-pilot-link-0.11.5-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f7e9d73959d9e1d998837e93d03c58e7 pilot-link-0.11.5.tar.bz2 635370 diff --git a/dev-libs/pilot-link/files/digest-pilot-link-0.11.7 b/dev-libs/pilot-link/files/digest-pilot-link-0.11.7 deleted file mode 100644 index 00219f911363..000000000000 --- a/dev-libs/pilot-link/files/digest-pilot-link-0.11.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 7d06c1101707125b1e385dbd3cd7ce91 pilot-link-0.11.7.tar.bz2 669470 diff --git a/dev-libs/pilot-link/pilot-link-0.11.1-r1.ebuild b/dev-libs/pilot-link/pilot-link-0.11.1-r1.ebuild deleted file mode 100644 index e7af520c57fe..000000000000 --- a/dev-libs/pilot-link/pilot-link-0.11.1-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.11.1-r1.ebuild,v 1.8 2003/02/28 16:54:59 liquidx Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A suite of tools contains a series of conduits for moving -information to and from your Palm device and your desktop or workstation -system." - -SRC_URI="http://pilot-link.org/source/${P}.tar.bz2" -HOMEPAGE="http://www.pilot-link.org/" -DEPEND="virtual/glibc" - -SLOT="0" -LICENSE="GPL-2 | LGPL-2" -KEYWORDS="x86 ppc sparc " - -src_compile() { - - local myconf - - use perl || myconf="${myconf} --with-perl5=no" - use java || myconf="${myconf} --with-java=no" - use tcltk || myconf="${myconf} --with-tcl=no --with-itcl=no --with-tk=no" - - econf \ - --includedir=/usr/include/libpisock \ - --with-perl5=no \ - --with-python=no \ - --with-java=no \ - --with-tcl=no \ - --with-itcl=no \ - --with-tk=no || die - - cd ${S} - emake || die - - -} - -src_install() { - - make \ - DESTDIR=${D} \ - install || die - - mv ${D}/*.hxx ${D}/usr/include/libpisock/ - - dodoc ChangeLog README TODO NEWS AUTHORS - -} diff --git a/dev-libs/pilot-link/pilot-link-0.11.5-r1.ebuild b/dev-libs/pilot-link/pilot-link-0.11.5-r1.ebuild deleted file mode 100644 index 5bece3b157e9..000000000000 --- a/dev-libs/pilot-link/pilot-link-0.11.5-r1.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.11.5-r1.ebuild,v 1.6 2003/03/11 21:11:45 seemant Exp $ - -inherit perl-module - -DESCRIPTION="suite of tools for moving data between a Palm device and a desktop" - -SRC_URI="http://pilot-link.org/source/${P}.tar.bz2" -HOMEPAGE="http://www.pilot-link.org/" - -SLOT="0" -LICENSE="GPL-2 | LGPL-2" -KEYWORDS="x86 ~ppc ~sparc " -IUSE="perl java tcltk python pic png readline" - -DEPEND="virtual/glibc - sys-libs/ncurses - perl? ( dev-lang/perl ) - java? ( virtual/jre ) - tcltk? ( dev-lang/tcl dev-tcltk/itcl dev-lang/tk ) - python? ( dev-lang/python ) - png? ( media-libs/libpng ) - readline? ( sys-libs/readline )" - -src_compile() { -# Fix up perl bindings to install the "Gentoo" way -# http://gnu-designs.com/bugs/view_bug_page.php?f_id=259 - use perl && patch -p1 < ${FILESDIR}/perlpatch.diff - - local myconf="--with-gnu-ld --includedir=/usr/include/libpisock" - - use pic && myconf="${myconf} --with-pic" - - use java \ - && myconf="${myconf} --with-java=yes" \ - || myconf="${myconf} --with-java=no" - - use perl \ - && myconf="${myconf} --with-perl=yes" \ - || myconf="${myconf} --with-perl=no" - - use python \ - && myconf="${myconf} --with-python=yes" \ - || myconf="${myconf} --with-python=no" - - use tcltk \ - && myconf="${myconf} --with-tcl=yes --with-itcl=yes --with-tk=yes" \ - || myconf="${myconf} --with-tcl=no --with-itcl=no --with-tk=no" - - use png && myconf="${myconf} --with-libpng=/usr" - - use readline \ - && myconf="${myconf} --with-readline=yes" \ - || myconf="${myconf} --with-readline=no" - -# make configure script: -# - look for ncurses rather than termcap -# http://gnu-designs.com/bugs/view_bug_page.php?f_id=381 -# - link png check with more libraries -# http://gnu-designs.com/bugs/view_bug_page.php?f_id=380 - cp configure configure.old - sed -e 's:-ltermcap:-lncurses:' \ - -e 's:-lpng:-lpng -lz -lstdc++:' \ - configure.old > configure - -# fix pilot-debug.c -# http://gnu-designs.com/bugs/view_bug_page.php?f_id=129 - cp src/pilot-debug.c src/pilot-debug.c.old - sed -e 's:TCL_MINOR_VERSION <4:TCL_MINOR_VERSION <3:' \ - src/pilot-debug.c.old > src/pilot-debug.c - - econf ${myconf} - -# so python doesnt violate sandbox -# http://gnu-designs.com/bugs/view_bug_page.php?f_id=382 - cp bindings/Makefile bindings/Makefile.old - sed -e 's:--prefix=$(prefix):--prefix=$(prefix) --root=$(DESTDIR):' \ - bindings/Makefile.old > bindings/Makefile - -# java fails w/emake - make || die - - if [ `use perl` ] ; then - cd ${S}/bindings/Perl - perl-module_src_prep - perl-module_src_compile - fi -} - -src_install() { - make DESTDIR=${D} install || die - - dodoc ChangeLog README doc/README* doc/TODO NEWS AUTHORS - - if [ `use perl` ] ; then - cd ${S}/bindings/Perl - perl-module_src_install - fi -} diff --git a/dev-libs/pilot-link/pilot-link-0.11.5.ebuild b/dev-libs/pilot-link/pilot-link-0.11.5.ebuild deleted file mode 100644 index 44b08b1dea7e..000000000000 --- a/dev-libs/pilot-link/pilot-link-0.11.5.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.11.5.ebuild,v 1.5 2003/03/11 21:11:45 seemant Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="suite of tools for moving data between a Palm device and a desktop" - -SRC_URI="http://pilot-link.org/source/${P}.tar.bz2" -HOMEPAGE="http://www.pilot-link.org/" - -SLOT="0" -LICENSE="GPL-2 | LGPL-2" -KEYWORDS="~x86 ~ppc ~sparc " -IUSE="perl java tcltk python pic png readline" - -DEPEND="virtual/glibc - sys-libs/ncurses - perl? ( dev-lang/perl ) - java? ( virtual/jre ) - tcltk? ( dev-lang/tcl dev-tcltk/itcl dev-lang/tk ) - python? ( dev-lang/python ) - png? ( media-libs/libpng ) - readline? ( sys-libs/readline )" - -src_compile() { - local myconf="--with-gnu-ld --includedir=/usr/include/libpisock" - - use pic && myconf="${myconf} --with-pic" - -# couldnt get this to work -# use java \ -# && myconf="${myconf} --with-java=yes" \ -# || myconf="${myconf} --with-java=no" - myconf="${myconf} --with-java=no" - -# http://gnu-designs.com/bugs/view_bug_page.php?f_id=259 -# use perl \ -# && myconf="${myconf} --with-perl=yes" \ -# || myconf="${myconf} --with-perl=no" - myconf="${myconf} --with-perl=no" - - use python \ - && myconf="${myconf} --with-python=yes" \ - || myconf="${myconf} --with-python=no" - - use tcltk \ - && myconf="${myconf} --with-tcl=yes --with-itcl=yes --with-tk=yes" \ - || myconf="${myconf} --with-tcl=no --with-itcl=no --with-tk=no" - - use png && myconf="${myconf} --with-libpng=/usr" - - use readline \ - && myconf="${myconf} --with-readline=yes" \ - || myconf="${myconf} --with-readline=no" - -# make configure script: -# - look for ncurses rather than termcap -# http://gnu-designs.com/bugs/view_bug_page.php?f_id=381 -# - link png check with more libraries -# http://gnu-designs.com/bugs/view_bug_page.php?f_id=380 - cp configure configure.old - sed -e 's:-ltermcap:-lncurses:' \ - -e 's:-lpng:-lpng -lz -lstdc++:' \ - configure.old > configure - -# fix pilot-debug.c -# http://gnu-designs.com/bugs/view_bug_page.php?f_id=129 - cp src/pilot-debug.c src/pilot-debug.c.old - sed -e 's:TCL_MINOR_VERSION <4:TCL_MINOR_VERSION <3:' \ - src/pilot-debug.c.old > src/pilot-debug.c - - econf ${myconf} || die - -# so python doesnt violate sandbox -# http://gnu-designs.com/bugs/view_bug_page.php?f_id=382 - cp bindings/Makefile bindings/Makefile.old - sed -e 's:--prefix=$(prefix):--prefix=$(prefix) --root=$(DESTDIR):' \ - bindings/Makefile.old > bindings/Makefile - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - - mv ${D}/*.hxx ${D}/usr/include/libpisock/ - - dodoc ChangeLog README doc/README* doc/TODO NEWS AUTHORS -} diff --git a/dev-libs/pilot-link/pilot-link-0.11.7.ebuild b/dev-libs/pilot-link/pilot-link-0.11.7.ebuild deleted file mode 100644 index 73ed9487e3f6..000000000000 --- a/dev-libs/pilot-link/pilot-link-0.11.7.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.11.7.ebuild,v 1.4 2003/03/11 21:11:45 seemant Exp $ - -inherit perl-module - -DESCRIPTION="suite of tools for moving data between a Palm device and a desktop" -SRC_URI="http://pilot-link.org/source/${P}.tar.bz2" -HOMEPAGE="http://www.pilot-link.org/" - -SLOT="0" -LICENSE="GPL-2 | LGPL-2" -KEYWORDS="~x86 ~ppc ~sparc" -IUSE="perl java tcltk python pic png readline" - -DEPEND="virtual/glibc - sys-libs/ncurses - perl? ( dev-lang/perl ) - java? ( virtual/jre ) - tcltk? ( dev-lang/tcl dev-tcltk/itcl dev-lang/tk ) - python? ( dev-lang/python ) - png? ( media-libs/libpng ) - readline? ( sys-libs/readline )" - -src_compile() { - local myconf="--with-gnu-ld --includedir=/usr/include/libpisock" - - use pic && myconf="${myconf} --with-pic" - - use java \ - && myconf="${myconf} --with-java=yes" \ - || myconf="${myconf} --with-java=no" - - use perl \ - && myconf="${myconf} --with-perl=yes" \ - || myconf="${myconf} --with-perl=no" - - use python \ - && myconf="${myconf} --with-python=yes" \ - || myconf="${myconf} --with-python=no" - - use tcltk \ - && myconf="${myconf} --with-tcl=yes --with-itcl=yes --with-tk=yes" \ - || myconf="${myconf} --with-tcl=no --with-itcl=no --with-tk=no" - - use png && myconf="${myconf} --with-libpng=/usr" - - use readline \ - && myconf="${myconf} --with-readline=yes" \ - || myconf="${myconf} --with-readline=no" - - econf ${myconf} || die - # java fails w/emake - make || die - - if [ `use perl` ] ; then - cd ${S}/bindings/Perl - perl-module_src_prep - perl-module_src_compile - fi -} - -src_install() { - make DESTDIR=${D} install || die - - dodoc ChangeLog README doc/README* doc/TODO NEWS AUTHORS - - if [ `use perl` ] ; then - cd ${S}/bindings/Perl - perl-module_src_install - fi -} |