diff options
-rw-r--r-- | app-pda/pilot-link/ChangeLog | 8 | ||||
-rw-r--r-- | app-pda/pilot-link/Manifest | 13 | ||||
-rw-r--r-- | app-pda/pilot-link/files/digest-pilot-link-0.11.8 | 1 | ||||
-rw-r--r-- | app-pda/pilot-link/files/pilot-link-0.11.8-javapath.patch | 13 | ||||
-rw-r--r-- | app-pda/pilot-link/pilot-link-0.11.8.ebuild | 75 | ||||
-rw-r--r-- | gnome-extra/hardware-monitor/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/hardware-monitor/Manifest | 4 | ||||
-rw-r--r-- | gnome-extra/hardware-monitor/files/digest-hardware-monitor-0.7 | 1 | ||||
-rw-r--r-- | gnome-extra/hardware-monitor/hardware-monitor-0.7.ebuild | 24 |
9 files changed, 137 insertions, 9 deletions
diff --git a/app-pda/pilot-link/ChangeLog b/app-pda/pilot-link/ChangeLog index 207735dd747f..8ef70af9fb8f 100644 --- a/app-pda/pilot-link/ChangeLog +++ b/app-pda/pilot-link/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-pda/pilot-link # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.2 2003/08/30 11:13:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.3 2003/09/02 09:41:59 liquidx Exp $ + +*pilot-link-0.11.8 (02 Sep 2003) + + 02 Sep 2003; Alastair Tse <liquidx@gentoo.org> pilot-link-0.11.8.ebuild, + files/pilot-link-0.11.8-javapath.patch: + version bump and added javainstallation patch *pilot-link-0.11.7-r1 (30 Aug 2003) diff --git a/app-pda/pilot-link/Manifest b/app-pda/pilot-link/Manifest index 38c365fd97b5..896473a644fa 100644 --- a/app-pda/pilot-link/Manifest +++ b/app-pda/pilot-link/Manifest @@ -1,9 +1,12 @@ -MD5 4ed5cde53dbd9e15bb794538763b55eb files/digest-pilot-link-0.11.3 70 -MD5 6d5485ccfa72ceeae0193839586e7252 files/digest-pilot-link-0.11.5-r2 70 -MD5 6ba6541a846ca65d5b4985c0b3e63707 files/digest-pilot-link-0.11.7-r1 70 -MD5 469bfe2e33b13b930be59dea48e25719 files/perlpatch.diff 702 +MD5 bc68e80a86c82c990288bfb0c24795f1 ChangeLog 3939 MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156 MD5 13ca97cd7a2204b4cf7fd35f72df5415 pilot-link-0.11.3.ebuild 1134 MD5 ceeeb2cbcd65db181acacf84463f107e pilot-link-0.11.5-r2.ebuild 2796 MD5 c3696e2657e344fed20806bbe3b4530f pilot-link-0.11.7-r1.ebuild 1812 -MD5 0564c5e57e1e87d425a7203b7f93dfc2 ChangeLog 3738 +MD5 85aaeaaedb428f4c3837a48efbb690bd pilot-link-0.11.8.ebuild 1887 +MD5 4ed5cde53dbd9e15bb794538763b55eb files/digest-pilot-link-0.11.3 70 +MD5 6d5485ccfa72ceeae0193839586e7252 files/digest-pilot-link-0.11.5-r2 70 +MD5 6ba6541a846ca65d5b4985c0b3e63707 files/digest-pilot-link-0.11.7-r1 70 +MD5 c7eea8e9fc52ce118ca126979309da45 files/digest-pilot-link-0.11.8 70 +MD5 469bfe2e33b13b930be59dea48e25719 files/perlpatch.diff 702 +MD5 90560348093b5a7b47849896f35b4d54 files/pilot-link-0.11.8-javapath.patch 562 diff --git a/app-pda/pilot-link/files/digest-pilot-link-0.11.8 b/app-pda/pilot-link/files/digest-pilot-link-0.11.8 new file mode 100644 index 000000000000..cf777e894b54 --- /dev/null +++ b/app-pda/pilot-link/files/digest-pilot-link-0.11.8 @@ -0,0 +1 @@ +MD5 586f84add601e8b86da3093ab784e997 pilot-link-0.11.8.tar.bz2 649034 diff --git a/app-pda/pilot-link/files/pilot-link-0.11.8-javapath.patch b/app-pda/pilot-link/files/pilot-link-0.11.8-javapath.patch new file mode 100644 index 000000000000..ab45653b979e --- /dev/null +++ b/app-pda/pilot-link/files/pilot-link-0.11.8-javapath.patch @@ -0,0 +1,13 @@ +diff -ur pilot-link-0.11.8/bindings/Java/Makefile.in pilot-link-0.11.8.patched/bindings/Java/Makefile.in +--- pilot-link-0.11.8/bindings/Java/Makefile.in 2003-07-01 20:09:06.000000000 +0100 ++++ pilot-link-0.11.8.patched/bindings/Java/Makefile.in 2003-08-30 13:30:00.000000000 +0100 +@@ -241,7 +241,8 @@ + java_pisock: java_compile java_lib java_jar + + install: all +- cp libjpisock.so ${JAVABASE}/jre/lib/i386/ ++ mkdir -p $(DESTDIR)${JAVABASE}/jre/lib/i386/ ++ cp libjpisock.so $(DESTDIR)${JAVABASE}/jre/lib/i386/ + + test: install + ${JAVABASE}/bin/java test ${PORT} diff --git a/app-pda/pilot-link/pilot-link-0.11.8.ebuild b/app-pda/pilot-link/pilot-link-0.11.8.ebuild new file mode 100644 index 000000000000..60d4b50ab955 --- /dev/null +++ b/app-pda/pilot-link/pilot-link-0.11.8.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8.ebuild,v 1.1 2003/09/02 09:41:59 liquidx 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 ~alpha" +IUSE="perl java tcltk python 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_unpack() { + unpack ${A} + epatch ${FILESDIR}/${P}-javapath.patch +} + +src_compile() { + local myconf="--with-gnu-ld --includedir=/usr/include/libpisock" + + 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=/usr/lib --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 +} diff --git a/gnome-extra/hardware-monitor/ChangeLog b/gnome-extra/hardware-monitor/ChangeLog index 7da430385792..a0c461bd5dfe 100644 --- a/gnome-extra/hardware-monitor/ChangeLog +++ b/gnome-extra/hardware-monitor/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/hardware-monitor # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/hardware-monitor/ChangeLog,v 1.3 2003/06/21 00:09:21 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/hardware-monitor/ChangeLog,v 1.4 2003/09/02 09:43:03 liquidx Exp $ + +*hardware-monitor-0.7 (02 Sep 2003) + + 02 Sep 2003; Alastair Tse <liquidx@gentoo.org> hardware-monitor-0.7.ebuild: + version bump 21 Jun 2003; Alastair Tse <liquidx@gentoo.org> hardware-monitor-0.5.1.ebuild, hardware-monitor-0.5.ebuild: diff --git a/gnome-extra/hardware-monitor/Manifest b/gnome-extra/hardware-monitor/Manifest index 73a9de4d27b8..40aab2ebaa0e 100644 --- a/gnome-extra/hardware-monitor/Manifest +++ b/gnome-extra/hardware-monitor/Manifest @@ -1,7 +1,7 @@ -MD5 e735130c2d57d50957e09506b91a3dd9 ChangeLog 681 +MD5 f54ed892e295a31e4115988a3d304588 ChangeLog 812 MD5 1acf5418a737de1c5c82f99bbc33d5bb hardware-monitor-0.5.1.ebuild 759 MD5 adcc736d79baacfc9d83d53bd091d5dd hardware-monitor-0.5.ebuild 757 -MD5 1acf5418a737de1c5c82f99bbc33d5bb hardware-monitor-0.7.ebuild 759 +MD5 1fb4b26b00e10d02fe536d7dcc62beb9 hardware-monitor-0.7.ebuild 760 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 477ab5b60e6506e214a358754e2b0c1d files/digest-hardware-monitor-0.5 72 MD5 289f2ddef7ec1ca2de46fa36378dee7d files/digest-hardware-monitor-0.5.1 74 diff --git a/gnome-extra/hardware-monitor/files/digest-hardware-monitor-0.7 b/gnome-extra/hardware-monitor/files/digest-hardware-monitor-0.7 new file mode 100644 index 000000000000..287b555e2144 --- /dev/null +++ b/gnome-extra/hardware-monitor/files/digest-hardware-monitor-0.7 @@ -0,0 +1 @@ +MD5 8651d68f23dc20bb0e50a59b0bef8b7d hardware-monitor-0.7.tar.gz 207941 diff --git a/gnome-extra/hardware-monitor/hardware-monitor-0.7.ebuild b/gnome-extra/hardware-monitor/hardware-monitor-0.7.ebuild new file mode 100644 index 000000000000..cf3f9e2f0479 --- /dev/null +++ b/gnome-extra/hardware-monitor/hardware-monitor-0.7.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/hardware-monitor/hardware-monitor-0.7.ebuild,v 1.1 2003/09/02 09:43:03 liquidx Exp $ + +inherit gnome2 + +DESCRIPTION="Gnome2 Hardware Monitor Applet using gnomemm" +HOMEPAGE="http://www.cs.auc.dk/~olau/hardware-monitor/" +SRC_URI="http://www.cs.auc.dk/~olau/hardware-monitor/source/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +# can add lmsensor stuff +IUSE="" + +DEPEND=">=dev-cpp/gtkmm-2.0 + >=dev-cpp/libgnomemm-1.3.9 + >=dev-cpp/libgnomeuimm-1.3.11 + >=dev-cpp/libglademm-2.0.0 + >=dev-cpp/libgnomecanvasmm-2.0.0 + >=dev-cpp/gconfmm-2.0.1 + >=gnome-base/gnome-panel-2.0 + >=gnome-base/libgtop-2.0" |