diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2004-12-31 13:45:41 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2004-12-31 13:45:41 +0000 |
commit | 05a44e3eb7181dd9f821394dc61934502f7bcf1b (patch) | |
tree | fcd8e46889d4ad0f6b0f0400434af9dfc93a0b23 /dev-cpp/poslib | |
parent | Stable (again) for sparc --- Security Bug 76123 --- installs and (seems to) run. (diff) | |
download | historical-05a44e3eb7181dd9f821394dc61934502f7bcf1b.tar.gz historical-05a44e3eb7181dd9f821394dc61934502f7bcf1b.tar.bz2 historical-05a44e3eb7181dd9f821394dc61934502f7bcf1b.zip |
Marked as stable.
Diffstat (limited to 'dev-cpp/poslib')
-rw-r--r-- | dev-cpp/poslib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/poslib/Manifest | 6 | ||||
-rw-r--r-- | dev-cpp/poslib/files/digest-poslib-1.0.4 | 1 | ||||
-rw-r--r-- | dev-cpp/poslib/poslib-1.0.4.ebuild | 26 | ||||
-rw-r--r-- | dev-cpp/poslib/poslib-1.0.5.ebuild | 4 |
5 files changed, 8 insertions, 34 deletions
diff --git a/dev-cpp/poslib/ChangeLog b/dev-cpp/poslib/ChangeLog index 78764f9cd71c..8271ce3e8710 100644 --- a/dev-cpp/poslib/ChangeLog +++ b/dev-cpp/poslib/ChangeLog @@ -1,6 +1,9 @@ # 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.11 2004/12/31 13:39:49 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/ChangeLog,v 1.12 2004/12/31 13:45:41 matsuu Exp $ + + 31 Dec 2004; MATSUU Takuto <matsuu@gentoo.org> poslib-1.0.5.ebuild: + Marked as stable. *poslib-1.0.6 (31 Dec 2004) diff --git a/dev-cpp/poslib/Manifest b/dev-cpp/poslib/Manifest index b68e41e17e52..9fc3cb873552 100644 --- a/dev-cpp/poslib/Manifest +++ b/dev-cpp/poslib/Manifest @@ -1,8 +1,6 @@ -MD5 45dc6558f375023f43e3aecc1dd5f834 poslib-1.0.4.ebuild 710 MD5 8b32c1122a56bc997407e1bc9469f424 poslib-1.0.6.ebuild 749 -MD5 0ac25e2e8faee65a160ac0219f79d8a6 ChangeLog 1299 +MD5 d3e2c3a04a9eaad0821bc8e3e933791b ChangeLog 1390 MD5 ca160035368973903394d90e1506ff21 metadata.xml 566 -MD5 b493e16dfac7d1f51e445d635c036dfa poslib-1.0.5.ebuild 749 -MD5 6315a7c375173375b5c62450bdf189e2 files/digest-poslib-1.0.4 64 +MD5 a4dec508e31b2697dd9d72ff220ea33d poslib-1.0.5.ebuild 746 MD5 493d2924243ec303551d83a251ba508b files/digest-poslib-1.0.5 64 MD5 8b3b8697695a69ad7041944215efa104 files/digest-poslib-1.0.6 64 diff --git a/dev-cpp/poslib/files/digest-poslib-1.0.4 b/dev-cpp/poslib/files/digest-poslib-1.0.4 deleted file mode 100644 index b04e109a69dd..000000000000 --- a/dev-cpp/poslib/files/digest-poslib-1.0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 cb5d22080142fa7afa836a3bd78d449b poslib-1.0.4.tar.gz 257665 diff --git a/dev-cpp/poslib/poslib-1.0.4.ebuild b/dev-cpp/poslib/poslib-1.0.4.ebuild deleted file mode 100644 index 23c25cd0ac67..000000000000 --- a/dev-cpp/poslib/poslib-1.0.4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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.5 2004/12/14 09:32:26 matsuu Exp $ - -DESCRIPTION="A library for creating C++ programs using the Domain Name System" -HOMEPAGE="http://www.posadis.org/projects/poslib.php" -SRC_URI="mirror://sourceforge/posadis/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64 ~ppc" -IUSE="ipv6" - -DEPEND="virtual/libc" - -src_compile() { - econf \ - --with-cxxflags="${CXXFLAGS} -funsigned-char" \ - `use_enable ipv6` || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO -} diff --git a/dev-cpp/poslib/poslib-1.0.5.ebuild b/dev-cpp/poslib/poslib-1.0.5.ebuild index 16744f9cf71f..e5c2b4fc5f7d 100644 --- a/dev-cpp/poslib/poslib-1.0.5.ebuild +++ b/dev-cpp/poslib/poslib-1.0.5.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.5.ebuild,v 1.1 2004/08/09 23:11:30 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/poslib-1.0.5.ebuild,v 1.2 2004/12/31 13:45:41 matsuu Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/posadis/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="x86 amd64 ppc" IUSE="ipv6" DEPEND="virtual/libc" |