diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:49:43 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:49:43 +0000 |
commit | 3dcb401ba18cb7c5332e2c623d09e017864e385e (patch) | |
tree | 0bbd27c9e94fe96cb1504b1278e8275a56a6d2f2 /app-pda/plptools | |
parent | Added to ~ppc (diff) | |
download | historical-3dcb401ba18cb7c5332e2c623d09e017864e385e.tar.gz historical-3dcb401ba18cb7c5332e2c623d09e017864e385e.tar.bz2 historical-3dcb401ba18cb7c5332e2c623d09e017864e385e.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'app-pda/plptools')
-rw-r--r-- | app-pda/plptools/ChangeLog | 8 | ||||
-rw-r--r-- | app-pda/plptools/plptools-0.11-r1.ebuild | 4 | ||||
-rw-r--r-- | app-pda/plptools/plptools-0.11.ebuild | 4 |
3 files changed, 12 insertions, 4 deletions
diff --git a/app-pda/plptools/ChangeLog b/app-pda/plptools/ChangeLog index 08dcdfd110c4..572a1cf8e632 100644 --- a/app-pda/plptools/ChangeLog +++ b/app-pda/plptools/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-pda/plptools # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + plptools-0.11-r1.ebuild, plptools-0.11.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + plptools-0.11-r1.ebuild, plptools-0.11.ebuild: + virtual/glibc -> virtual/libc + 26 Jun 2004; Alastair Tse <liquidx@gentoo.org> +files/plptools-0.12-assert.h.patch, plptools-0.12.ebuild: fix assert header problems (#50150) diff --git a/app-pda/plptools/plptools-0.11-r1.ebuild b/app-pda/plptools/plptools-0.11-r1.ebuild index 24d5702bca9f..28a9311bbd81 100644 --- a/app-pda/plptools/plptools-0.11-r1.ebuild +++ b/app-pda/plptools/plptools-0.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/plptools/plptools-0.11-r1.ebuild,v 1.6 2004/06/24 21:44:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/plptools/plptools-0.11-r1.ebuild,v 1.7 2004/07/01 11:47:17 eradicator Exp $ DESCRIPTION="Libraries and utilities to communicate with a Psion palmtop via serial." HOMEPAGE="http://plptools.sourceforge.net" @@ -9,7 +9,7 @@ LICENSE="as-is" SLOT="0" KEYWORDS="x86" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S="${WORKDIR}/${P}" src_compile() { diff --git a/app-pda/plptools/plptools-0.11.ebuild b/app-pda/plptools/plptools-0.11.ebuild index 4d55b46b6bc7..e119552dffb2 100644 --- a/app-pda/plptools/plptools-0.11.ebuild +++ b/app-pda/plptools/plptools-0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/plptools/plptools-0.11.ebuild,v 1.8 2004/06/24 21:44:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/plptools/plptools-0.11.ebuild,v 1.9 2004/07/01 11:47:17 eradicator Exp $ DESCRIPTION="Libraries and utilities to communicate with a Psion palmtop via serial." HOMEPAGE="http://plptools.sourceforge.net" @@ -9,7 +9,7 @@ LICENSE="as-is" SLOT="0" KEYWORDS="~x86" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S="${WORKDIR}/${P}" src_compile() { |