diff options
author | 2004-09-23 19:32:44 +0000 | |
---|---|---|
committer | 2004-09-23 19:32:44 +0000 | |
commit | 80a57041afd81822212341789b8168cd7119d912 (patch) | |
tree | f78bf709f02ce734a7f7ec70e943be35e50e4dbd /dev-db/pgaccess | |
parent | Masked eclipse 3.1 M1 and newer (diff) | |
download | historical-80a57041afd81822212341789b8168cd7119d912.tar.gz historical-80a57041afd81822212341789b8168cd7119d912.tar.bz2 historical-80a57041afd81822212341789b8168cd7119d912.zip |
Version bump.
Diffstat (limited to 'dev-db/pgaccess')
-rw-r--r-- | dev-db/pgaccess/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/pgaccess/Manifest | 9 | ||||
-rw-r--r-- | dev-db/pgaccess/files/digest-pgaccess-0.99.0.20040219 | 1 | ||||
-rw-r--r-- | dev-db/pgaccess/files/pgaccess-0.99.0.20040219.patch | 23 | ||||
-rw-r--r-- | dev-db/pgaccess/pgaccess-0.99.0.20040219.ebuild | 47 |
5 files changed, 84 insertions, 4 deletions
diff --git a/dev-db/pgaccess/ChangeLog b/dev-db/pgaccess/ChangeLog index fe50cfc96394..5bd3bb6ab6c6 100644 --- a/dev-db/pgaccess/ChangeLog +++ b/dev-db/pgaccess/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-db/pgaccess # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/ChangeLog,v 1.8 2004/09/03 00:45:10 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/ChangeLog,v 1.9 2004/09/23 19:32:44 nakano Exp $ + +*pgaccess-0.99.0.20040219 (23 Sep 2004) + + 23 Sep 2004; Masatomo Nakano <nakano@gentoo.org> + +files/pgaccess-0.99.0.20040219.patch, +pgaccess-0.99.0.20040219.ebuild: + Version bump. Ebuild submitted by Daniel Black <dragonheart@gentoo.org>. 03 Sep 2004; David Holm <dholm@gentoo.org> pgaccess-0.98.8.ebuild: Added to ~ppc. diff --git a/dev-db/pgaccess/Manifest b/dev-db/pgaccess/Manifest index 4c554ce95f6a..2d23f6f7edd0 100644 --- a/dev-db/pgaccess/Manifest +++ b/dev-db/pgaccess/Manifest @@ -1,5 +1,8 @@ -MD5 a2ac61aad16228a11d784bc974b87c93 ChangeLog 1033 -MD5 f8d3d207746da2a3cd14dcaab8daab76 metadata.xml 163 +MD5 cc8c4706b461e37692e9baf6c0204b46 pgaccess-0.99.0.20040219.ebuild 1208 MD5 6eeec9777c729676b888934bb34e3aec pgaccess-0.98.8.ebuild 877 -MD5 96e92e9e2033587fead8db07f1aabfff files/digest-pgaccess-0.98.8 67 +MD5 8bce248550ee186093cc305f2dd41516 ChangeLog 1278 +MD5 f8d3d207746da2a3cd14dcaab8daab76 metadata.xml 163 MD5 0317d0f5bcf6d1c29a6b8457bb432962 files/pgaccess-0.98.8.patch 959 +MD5 24bd2deb1a8695930c0ac7bfd371ab6f files/pgaccess-0.99.0.20040219.patch 670 +MD5 96e92e9e2033587fead8db07f1aabfff files/digest-pgaccess-0.98.8 67 +MD5 969c7d76c76449b26d058169847a2099 files/digest-pgaccess-0.99.0.20040219 74 diff --git a/dev-db/pgaccess/files/digest-pgaccess-0.99.0.20040219 b/dev-db/pgaccess/files/digest-pgaccess-0.99.0.20040219 new file mode 100644 index 000000000000..3d95229a4795 --- /dev/null +++ b/dev-db/pgaccess/files/digest-pgaccess-0.99.0.20040219 @@ -0,0 +1 @@ +MD5 5440a130da909368a7274ac6f4578039 pgaccess-0_99_0_20040219.tgz 1457184 diff --git a/dev-db/pgaccess/files/pgaccess-0.99.0.20040219.patch b/dev-db/pgaccess/files/pgaccess-0.99.0.20040219.patch new file mode 100644 index 000000000000..8141ba848ad1 --- /dev/null +++ b/dev-db/pgaccess/files/pgaccess-0.99.0.20040219.patch @@ -0,0 +1,23 @@ +--- Makefile.orig 2003-05-23 05:32:53.000000000 +0930 ++++ Makefile 2004-09-18 23:42:47.583843792 +0930 +@@ -7,15 +7,16 @@ + # + #------------------------------------------------------------------------- + +-bindir = /usr/bin/X11 +-libdir = /usr/lib ++bindir = $(prefix)/usr/X11R6/bin ++libdir = $(prefix)/usr/lib + wish = /usr/bin/wish + + pgaccess: + chmod a+x pgaccess.tcl +- mkdir -p $(libdir)/pgaccess ++ [ -d $(libdir)/pgaccess ] || mkdir -p $(libdir)/pgaccess + cp -R * $(libdir)/pgaccess +- ln -sf $(libdir)/pgaccess/pgaccess.tcl $(bindir)/pgaccess ++ [ -d $(bindir) ] || mkdir -p $(bindir) ++ cd $(bindir) && ln -sf /usr/lib/pgaccess/pgaccess.tcl pgaccess + + all: pgaccess + diff --git a/dev-db/pgaccess/pgaccess-0.99.0.20040219.ebuild b/dev-db/pgaccess/pgaccess-0.99.0.20040219.ebuild new file mode 100644 index 000000000000..6b7383367d90 --- /dev/null +++ b/dev-db/pgaccess/pgaccess-0.99.0.20040219.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/pgaccess-0.99.0.20040219.ebuild,v 1.1 2004/09/23 19:32:44 nakano Exp $ + +inherit eutils + +MY_P=${P//./_} + +DESCRIPTION="a database frontend for postgresql" +HOMEPAGE="http://www.pgaccess.org/" +SRC_URI="mirror://sourceforge/pgaccess/${MY_P}.tgz" +LICENSE="POSTGRESQL" + +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc" +IUSE="" + +S=${WORKDIR}/${MY_P} + +DEPEND="virtual/libc" + +RDEPEND=">=dev-lang/tcl-8.3.4 + >=dev-lang/tk-8.3.4 + >=dev-db/postgresql-7.3 + dev-tcltk/tcllib" + + +src_compile() { + cd ${S} + epatch ${FILESDIR}/${P}.patch +} + +src_install() { + make prefix=${D} install || die + rm -rf ${D}/usr/lib/pgaccess/win32 \ + ${D}/usr/lib/pgaccess/Makefile + rm -rf ${D}/usr/lib/pgaccess/osx + dodir /usr/share/doc/${PF} + mv ${D}/usr/lib/pgaccess/{README,changelog,copyright,demo,doc/html,todo} ${D}/usr/share/doc/${PF} + rmdir ${D}/usr/lib/pgaccess/doc +} + +pkg_postinst() { + einfo "When running the program, if you encount the error " + einfo "\"Error: Shared library file: '/usr/lib/libpgtcl.so' does not exist.\"," + einfo "you need to emerge postgresql with USE='tcltk' again" +} |