diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2004-12-14 09:32:26 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2004-12-14 09:32:26 +0000 |
commit | 1414d69ddff02f1e46922590b78ae1620e58dc81 (patch) | |
tree | 7c10e17f9f63d7bdff80b72a7530728399a91dd4 /dev-cpp/poslib | |
parent | Fix URLtypo, bug 73585 (Manifest recommit) (diff) | |
download | gentoo-2-1414d69ddff02f1e46922590b78ae1620e58dc81.tar.gz gentoo-2-1414d69ddff02f1e46922590b78ae1620e58dc81.tar.bz2 gentoo-2-1414d69ddff02f1e46922590b78ae1620e58dc81.zip |
Marked as stable.
Diffstat (limited to 'dev-cpp/poslib')
-rw-r--r-- | dev-cpp/poslib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/poslib/poslib-1.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/poslib/ChangeLog b/dev-cpp/poslib/ChangeLog index 8b4e8b0a7be1..c4d5ce5dfd3d 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.9 2004/08/09 23:11:30 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/ChangeLog,v 1.10 2004/12/14 09:32:26 matsuu Exp $ + + 14 Dec 2004; MATSUU Takuto <matsuu@gentoo.org> poslib-1.0.4.ebuild: + Marked as stable. *poslib-1.0.5 (10 Aug 2004) diff --git a/dev-cpp/poslib/poslib-1.0.4.ebuild b/dev-cpp/poslib/poslib-1.0.4.ebuild index 14dc4ff77188..23c25cd0ac67 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.4 2004/06/29 15:16:46 agriffis Exp $ +# $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" @@ -8,7 +8,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" |