diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2006-05-11 15:30:12 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2006-05-11 15:30:12 +0000 |
commit | b94fa0c2e53cc1e3c8254eafc1c89d63d4c4c8fb (patch) | |
tree | 4077942d6f5d2ae7c8cee1ba24bf3967d2e02374 /dev-libs/newt | |
parent | Added patch to make blackshades-cvs work with the latest openal versions and ... (diff) | |
download | gentoo-2-b94fa0c2e53cc1e3c8254eafc1c89d63d4c4c8fb.tar.gz gentoo-2-b94fa0c2e53cc1e3c8254eafc1c89d63d4c4c8fb.tar.bz2 gentoo-2-b94fa0c2e53cc1e3c8254eafc1c89d63d4c4c8fb.zip |
Fixed link. Closed bug #133018.
(Portage version: 2203-svn)
Diffstat (limited to 'dev-libs/newt')
-rw-r--r-- | dev-libs/newt/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/newt/newt-0.51.6-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/newt/newt-0.51.6.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-libs/newt/ChangeLog b/dev-libs/newt/ChangeLog index 50c4eefce2f2..eeb1a6eab0bd 100644 --- a/dev-libs/newt/ChangeLog +++ b/dev-libs/newt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/newt -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.25 2005/09/01 13:25:41 xmerlin Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.26 2006/05/11 15:30:12 xmerlin Exp $ + + 11 May 2006; Christian Zoffoli <xmerlin@gentoo.org> newt-0.51.6.ebuild, + newt-0.51.6-r1.ebuild: + Fixed link. Closed bug #133018. *newt-0.51.6-r1 (01 Sep 2005) diff --git a/dev-libs/newt/newt-0.51.6-r1.ebuild b/dev-libs/newt/newt-0.51.6-r1.ebuild index 3a0e633ebf85..941de9af1327 100644 --- a/dev-libs/newt/newt-0.51.6-r1.ebuild +++ b/dev-libs/newt/newt-0.51.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.51.6-r1.ebuild,v 1.1 2005/09/01 13:25:41 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.51.6-r1.ebuild,v 1.2 2006/05/11 15:30:12 xmerlin Exp $ inherit python toolchain-funcs eutils flag-o-matic @@ -63,5 +63,5 @@ src_install () { # not parallel safe emake -j1 prefix="${D}/usr" PYTHONVERS="python${PYVER}" RPM_OPT_FLAGS="ERROR" install || die "make install failed" dodoc CHANGES COPYING peanuts.py popcorn.py tutorial.sgml - dosym libnewt.so.${PV} /usr/$(get_libdir)/libnewt.so.0.50 + dosym libnewt.so.${PV} /usr/$(get_libdir)/libnewt.so.0.51 } diff --git a/dev-libs/newt/newt-0.51.6.ebuild b/dev-libs/newt/newt-0.51.6.ebuild index cd7b73c20e20..64b56fdb17c6 100644 --- a/dev-libs/newt/newt-0.51.6.ebuild +++ b/dev-libs/newt/newt-0.51.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.51.6.ebuild,v 1.8 2005/05/30 03:03:17 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.51.6.ebuild,v 1.9 2006/05/11 15:30:12 xmerlin Exp $ inherit python toolchain-funcs eutils flag-o-matic @@ -62,5 +62,5 @@ src_install () { # not parallel safe emake -j1 prefix="${D}/usr" PYTHONVERS="python${PYVER}" RPM_OPT_FLAGS="ERROR" install || die "make install failed" dodoc CHANGES COPYING peanuts.py popcorn.py tutorial.sgml - dosym libnewt.so.${PV} /usr/$(get_libdir)/libnewt.so.0.50 + dosym libnewt.so.${PV} /usr/$(get_libdir)/libnewt.so.0.51 } |