diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 15:16:46 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 15:16:46 +0000 |
commit | 7bee0f0c8cc345f9b414c549eab333c79bc84b48 (patch) | |
tree | 02549ea6fab03f8c4d3d9a7901024ff2be7b72ff /dev-cpp | |
parent | glibc --> libc (diff) | |
download | historical-7bee0f0c8cc345f9b414c549eab333c79bc84b48.tar.gz historical-7bee0f0c8cc345f9b414c549eab333c79bc84b48.tar.bz2 historical-7bee0f0c8cc345f9b414c549eab333c79bc84b48.zip |
glibc -> libc
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/poslib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/poslib/Manifest | 6 | ||||
-rw-r--r-- | dev-cpp/poslib/poslib-1.0.2.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/poslib/poslib-1.0.4.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/dev-cpp/poslib/ChangeLog b/dev-cpp/poslib/ChangeLog index 5f351e0b34f0..2786b8b38589 100644 --- a/dev-cpp/poslib/ChangeLog +++ b/dev-cpp/poslib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/poslib # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/ChangeLog,v 1.7 2004/06/24 21:51:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/ChangeLog,v 1.8 2004/06/29 15:16:46 agriffis Exp $ + + 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> poslib-1.0.2.ebuild, + poslib-1.0.4.ebuild: + glibc -> libc 23 Apr 2004; David Holm <dholm@gentoo.org> poslib-1.0.4.ebuild: Added to ~ppc. diff --git a/dev-cpp/poslib/Manifest b/dev-cpp/poslib/Manifest index 8440acadc233..f01b7153fc7d 100644 --- a/dev-cpp/poslib/Manifest +++ b/dev-cpp/poslib/Manifest @@ -1,6 +1,6 @@ -MD5 d10e0afb69e8ed0cd663091d1a2aa811 poslib-1.0.2.ebuild 708 -MD5 1e83b1ee3cefcb44d22265e65cf51b40 poslib-1.0.4.ebuild 715 -MD5 dee1a12d39123b0b2cc8fa2d429e1f47 ChangeLog 801 +MD5 4164b852526c2507f321d91b2ed2780b poslib-1.0.2.ebuild 707 +MD5 ef07099279df426d3bd8732f87623ad2 poslib-1.0.4.ebuild 714 +MD5 2d0ff8055910bf9fd5bbd63a588de8b2 ChangeLog 912 MD5 ca160035368973903394d90e1506ff21 metadata.xml 566 MD5 d26ec63ce97f5c2e14c08762a62ba2f7 files/digest-poslib-1.0.2 64 MD5 6315a7c375173375b5c62450bdf189e2 files/digest-poslib-1.0.4 64 diff --git a/dev-cpp/poslib/poslib-1.0.2.ebuild b/dev-cpp/poslib/poslib-1.0.2.ebuild index 5c7f576a0e86..5a2918855594 100644 --- a/dev-cpp/poslib/poslib-1.0.2.ebuild +++ b/dev-cpp/poslib/poslib-1.0.2.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/dev-cpp/poslib/poslib-1.0.2.ebuild,v 1.4 2004/06/24 21:51:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/poslib-1.0.2.ebuild,v 1.5 2004/06/29 15:16:46 agriffis Exp $ DESCRIPTION="A library for creating C++ programs using the Domain Name System" HOMEPAGE="http://www.posadis.org/projects/poslib.php" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 amd64" IUSE="ipv6" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { econf \ diff --git a/dev-cpp/poslib/poslib-1.0.4.ebuild b/dev-cpp/poslib/poslib-1.0.4.ebuild index ce51b5555eef..14dc4ff77188 100644 --- a/dev-cpp/poslib/poslib-1.0.4.ebuild +++ b/dev-cpp/poslib/poslib-1.0.4.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/dev-cpp/poslib/poslib-1.0.4.ebuild,v 1.3 2004/06/24 21:51:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/poslib-1.0.4.ebuild,v 1.4 2004/06/29 15:16:46 agriffis Exp $ DESCRIPTION="A library for creating C++ programs using the Domain Name System" HOMEPAGE="http://www.posadis.org/projects/poslib.php" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" IUSE="ipv6" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { econf \ |