diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-09-18 22:45:58 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-09-18 22:45:58 +0000 |
commit | 9710521a853831696e5810b43de29c4377cf288a (patch) | |
tree | c09c60c211e1dad1c95cb79ae61f3196e2b42ac0 /dev-util | |
parent | version bump to latest patchlevel (diff) | |
download | gentoo-2-9710521a853831696e5810b43de29c4377cf288a.tar.gz gentoo-2-9710521a853831696e5810b43de29c4377cf288a.tar.bz2 gentoo-2-9710521a853831696e5810b43de29c4377cf288a.zip |
version bump to latest patchlevel
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pilrc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/pilrc/Manifest | 6 | ||||
-rw-r--r-- | dev-util/pilrc/files/digest-pilrc-2.9_p10 | 2 | ||||
-rw-r--r-- | dev-util/pilrc/files/pilrc-2.9_p10-Makefile.patch | 11 | ||||
-rw-r--r-- | dev-util/pilrc/metadata.xml | 5 | ||||
-rw-r--r-- | dev-util/pilrc/pilrc-2.9_p10.ebuild | 50 |
6 files changed, 78 insertions, 2 deletions
diff --git a/dev-util/pilrc/ChangeLog b/dev-util/pilrc/ChangeLog index 0f11cb0a9900..a98f6d035b86 100644 --- a/dev-util/pilrc/ChangeLog +++ b/dev-util/pilrc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/pilrc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +*pilrc-2.9_p10 (18 Sep 2003) + + 18 Sep 2003; Alastair Tse <liquidx@gentoo.org> pilrc-2.9_p10.ebuild, + files/pilrc-2.9_p10-Makefile.patch: + version bump to latest patch level. putting tentatively under app-pda herd + *pilrc-2.9 (12 Jun 2003) 12 Jun 2003; <msterret@gentoo.org> pilrc-2.9.ebuild: diff --git a/dev-util/pilrc/Manifest b/dev-util/pilrc/Manifest index e5ec99e7a3bc..1e8f6d6f111b 100644 --- a/dev-util/pilrc/Manifest +++ b/dev-util/pilrc/Manifest @@ -1,5 +1,7 @@ -MD5 16254fd5768d116d51cea854982db12e ChangeLog 373 +MD5 65f9ea2d9a664df8ddb3a2af5f06913a ChangeLog 590 +MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156 MD5 fd9aebe859bc9041c71e7f29fbd8bc44 pilrc-2.9.ebuild 669 -MD5 56fed3e5903ada7cc095219379ed9fc3 pilrc-2.9_p10.ebuild 967 +MD5 f3e75c68824ab3338e596839fe924e6a pilrc-2.9_p10.ebuild 1389 MD5 3517914d02e194b18e11f1065c0a5e6a files/digest-pilrc-2.9 58 MD5 7d35f6095414cf27317061ed4942f497 files/digest-pilrc-2.9_p10 120 +MD5 5ac794f0876673039e0e95dc18229a74 files/pilrc-2.9_p10-Makefile.patch 238 diff --git a/dev-util/pilrc/files/digest-pilrc-2.9_p10 b/dev-util/pilrc/files/digest-pilrc-2.9_p10 new file mode 100644 index 000000000000..9d23991b3f39 --- /dev/null +++ b/dev-util/pilrc/files/digest-pilrc-2.9_p10 @@ -0,0 +1,2 @@ +MD5 3fba042b558ba9b2ada20ba5eff018c4 pilrc-2.9p9.tgz 243935 +MD5 7fbc143a0d87753250664410bdaf8d8b pilrc-2.9p10.diff 6459 diff --git a/dev-util/pilrc/files/pilrc-2.9_p10-Makefile.patch b/dev-util/pilrc/files/pilrc-2.9_p10-Makefile.patch new file mode 100644 index 000000000000..74309015dfbc --- /dev/null +++ b/dev-util/pilrc/files/pilrc-2.9_p10-Makefile.patch @@ -0,0 +1,11 @@ +--- Makefile.am~ 2002-07-31 09:55:47.000000000 +0100 ++++ Makefile.am 2003-09-04 19:30:16.000000000 +0100 +@@ -2,7 +2,7 @@ + + if PILRCUI + PILRCUI_PROG=pilrcui +-INCLUDES += $(GTK_CFLAGS) ++INCLUDES = $(GTK_CFLAGS) + else + PILRCUI_PROG= + endif diff --git a/dev-util/pilrc/metadata.xml b/dev-util/pilrc/metadata.xml new file mode 100644 index 000000000000..228404d3a4b2 --- /dev/null +++ b/dev-util/pilrc/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>pda</herd> +</pkgmetadata> diff --git a/dev-util/pilrc/pilrc-2.9_p10.ebuild b/dev-util/pilrc/pilrc-2.9_p10.ebuild new file mode 100644 index 000000000000..4ee884319b6b --- /dev/null +++ b/dev-util/pilrc/pilrc-2.9_p10.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pilrc/pilrc-2.9_p10.ebuild,v 1.1 2003/09/18 22:45:53 liquidx Exp $ + +# workout +PREV_PATCH_LEVEL=$((${PV#*p}-1)) +MAJOR_PV=${PV%_p*} +PREV_PV=${MAJOR_PV}p${PREV_PATCH_LEVEL} +MY_PV=${PV/_/} + +DESCRIPTION="Pilot Resource Compiler" +HOMEPAGE="http://www.ardiri.com/index.php?redir=palm&cat=pilrc" +SRC_URI="http://www.ardiri.com/download/files/palm/${PN}-${PREV_PV}.tgz + http://www.ardiri.com/download/files/palm/${PN}-${MY_PV}.diff" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc" + +DEPEND="app-text/dos2unix + gtk? ( =x11-libs/gtk+-1.2* )" + +MAKEOPTS="${MAKEOPTS} -j1" +S=${WORKDIR}/${PN}-${PREV_PV} + +src_unpack() { + unpack ${A} + + # convert to unix text file and patch with the latest patch level + chmod +x ${S}/src2unix.sh + cd ${S}; ./src2unix.sh + dos2unix -n ${DISTDIR}/${PN}-${MY_PV}.diff ${WORKDIR}/${P}.diff + epatch ${WORKDIR}/${P}.diff + # patch typo in Makefile.am + cd ${S}; patch Makefile.am < ${FILESDIR}/${P}-Makefile.patch + + # seems to be missing depcomp + cd ${S}; aclocal; autoconf + cd ${S}; WANT_AUTOMAKE="1.6" automake --add-missing +} + +src_compile() { + econf `use_enable gtk pilrcui` || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc LICENSE.txt README.txt + dohtml doc/*.html -r doc/images +} |