public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/cvector: ChangeLog cvector-1.0.3-r1.ebuild cvector-1.0.3.ebuild
@ 2010-03-07 18:30 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-03-07 18:30 UTC (permalink / raw
  To: gentoo-commits

jlec        10/03/07 18:30:51

  Modified:             ChangeLog
  Added:                cvector-1.0.3-r1.ebuild
  Removed:              cvector-1.0.3.ebuild
  Log:
  building shared libs now
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-libs/cvector/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/cvector/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/cvector/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/cvector/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/cvector/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	15 Feb 2010 08:40:59 -0000	1.2
+++ ChangeLog	7 Mar 2010 18:30:50 -0000	1.3
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/cvector
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cvector/ChangeLog,v 1.2 2010/02/15 08:40:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cvector/ChangeLog,v 1.3 2010/03/07 18:30:50 jlec Exp $
+
+*cvector-1.0.3-r1 (07 Mar 2010)
+
+  07 Mar 2010; Justin Lecher (jlec) <jlec@gentoo.org>
+  +files/1.0.3-dynlib.patch, -cvector-1.0.3.ebuild,
+  +cvector-1.0.3-r1.ebuild:
+  building shared libs now
 
   15 Feb 2010; Justin Lecher (jlec) <jlec@j-schmitz.net>
   cvector-1.0.3.ebuild:



1.1                  dev-libs/cvector/cvector-1.0.3-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/cvector/cvector-1.0.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/cvector/cvector-1.0.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: cvector-1.0.3-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/cvector/cvector-1.0.3-r1.ebuild,v 1.1 2010/03/07 18:30:50 jlec Exp $

inherit base eutils toolchain-funcs versionator

MY_PN=CVector
MY_P="${MY_PN}-${PV}"

DESCRIPTION="An ANSI C implementation of dynamic arrays to provide a crude approximation to the C++ vector class"
HOMEPAGE="http://cvector.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${PN}/${MY_P}/${MY_P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}"

S="${WORKDIR}"/${MY_P}

PATCHES=(
	"${FILESDIR}"/${PV}-LDFLAGS.patch
	"${FILESDIR}"/${PV}-dynlib.patch
	)

src_compile() {
	emake \
		CC=$(tc-getCC) \
		CXX=$(tc-getCXX) \
		CFLAGS="${CFLAGS}" \
		all || die
}

src_install() {
	dolib.so *.so.${PV} || die
	dosym libCVector.so.${PV} /usr/$(get_libdir)/libCVector.so.$(get_version_component_range 1-2) || die
	dosym libCVector.so.${PV} /usr/$(get_libdir)/libCVector.so.$(get_major_version) || die
	dosym libCVector.so.${PV} /usr/$(get_libdir)/libCVector.so || die

	insinto /usr/include
	doins *.h || die

	dodoc README_CVector.txt || die
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-07 18:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-07 18:30 [gentoo-commits] gentoo-x86 commit in dev-libs/cvector: ChangeLog cvector-1.0.3-r1.ebuild cvector-1.0.3.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox