diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-14 11:27:18 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-14 11:27:18 +0000 |
commit | 360f97431fd1eaccfdad99c5da07e8fe42fb68b6 (patch) | |
tree | a02a0506fc0fc1f6571a10066cf41034e36edba3 /dev-libs/ptypes | |
parent | Fix LICENSE, bug 445238. (diff) | |
download | gentoo-2-360f97431fd1eaccfdad99c5da07e8fe42fb68b6.tar.gz gentoo-2-360f97431fd1eaccfdad99c5da07e8fe42fb68b6.tar.bz2 gentoo-2-360f97431fd1eaccfdad99c5da07e8fe42fb68b6.zip |
Fix LICENSE, see LICENSE file, bug 445260.
(Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-libs/ptypes')
-rw-r--r-- | dev-libs/ptypes/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/ptypes/ptypes-2.0.2-r1.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-libs/ptypes/ChangeLog b/dev-libs/ptypes/ChangeLog index fd328c984679..66093cd5a735 100644 --- a/dev-libs/ptypes/ChangeLog +++ b/dev-libs/ptypes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ptypes -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptypes/ChangeLog,v 1.15 2006/12/23 23:26:33 welp Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptypes/ChangeLog,v 1.16 2012/12/14 11:27:18 ulm Exp $ + + 14 Dec 2012; Ulrich Müller <ulm@gentoo.org> ptypes-2.0.2-r1.ebuild: + Fix LICENSE, see LICENSE file, bug 445260. 23 Dec 2006; Peter Weller <welp@gentoo.org> ptypes-2.0.2-r1.ebuild: Stable on amd64 wrt bug #155830 diff --git a/dev-libs/ptypes/ptypes-2.0.2-r1.ebuild b/dev-libs/ptypes/ptypes-2.0.2-r1.ebuild index 1ddbb48b7fe0..3d96b33844ea 100644 --- a/dev-libs/ptypes/ptypes-2.0.2-r1.ebuild +++ b/dev-libs/ptypes/ptypes-2.0.2-r1.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptypes/ptypes-2.0.2-r1.ebuild,v 1.3 2006/12/23 23:26:33 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptypes/ptypes-2.0.2-r1.ebuild,v 1.4 2012/12/14 11:27:18 ulm Exp $ inherit eutils toolchain-funcs -KEYWORDS="amd64 x86" - DESCRIPTION="PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking." HOMEPAGE="http://www.melikyan.com/ptypes/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="as-is" + +LICENSE="ZLIB" SLOT="0" +KEYWORDS="amd64 x86" IUSE="debug" DEPEND="" |