summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2004-12-31 13:45:41 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2004-12-31 13:45:41 +0000
commite09ad8f2f7a9ec2740afb21027b51a25689a94fe (patch)
tree8ca8eed0cc635b9420b532e7f5052ce1ce9f057e /dev-cpp/poslib
parentStable (again) for sparc --- Security Bug 76123 --- installs and (seems to) r... (diff)
downloadgentoo-2-e09ad8f2f7a9ec2740afb21027b51a25689a94fe.tar.gz
gentoo-2-e09ad8f2f7a9ec2740afb21027b51a25689a94fe.tar.bz2
gentoo-2-e09ad8f2f7a9ec2740afb21027b51a25689a94fe.zip
Marked as stable.
Diffstat (limited to 'dev-cpp/poslib')
-rw-r--r--dev-cpp/poslib/ChangeLog5
-rw-r--r--dev-cpp/poslib/files/digest-poslib-1.0.41
-rw-r--r--dev-cpp/poslib/poslib-1.0.4.ebuild26
-rw-r--r--dev-cpp/poslib/poslib-1.0.5.ebuild4
4 files changed, 6 insertions, 30 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/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"