public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/libmuscle: libmuscle-3.7-r2.ebuild ChangeLog
@ 2010-06-28 20:37 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-06-28 20:37 UTC (permalink / raw
  To: gentoo-commits

jlec        10/06/28 20:37:43

  Modified:             ChangeLog
  Added:                libmuscle-3.7-r2.ebuild
  Log:
  Fix for bufferoverflow, #309341
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sci-libs/libmuscle/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libmuscle/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libmuscle/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libmuscle/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libmuscle/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	7 Jul 2009 17:12:22 -0000	1.3
+++ ChangeLog	28 Jun 2010 20:37:43 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for sci-libs/libmuscle
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libmuscle/ChangeLog,v 1.3 2009/07/07 17:12:22 weaver Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libmuscle/ChangeLog,v 1.4 2010/06/28 20:37:43 jlec Exp $
+
+*libmuscle-3.7-r2 (28 Jun 2010)
+
+  28 Jun 2010; Justin Lecher <jlec@gentoo.org>
+  +files/3.7-bufferoverflow.patch, +libmuscle-3.7-r2.ebuild:
+  Fix for bufferoverflow, #309341
 
 *libmuscle-3.7-r1 (07 Jul 2009)
 



1.1                  sci-libs/libmuscle/libmuscle-3.7-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libmuscle/libmuscle-3.7-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libmuscle/libmuscle-3.7-r2.ebuild?rev=1.1&content-type=text/plain

Index: libmuscle-3.7-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/libmuscle/libmuscle-3.7-r2.ebuild,v 1.1 2010/06/28 20:37:43 jlec Exp $

EAPI="2"

MY_TAG="mauve-2-3-0-release"
#ESVN_REPO_URI="https://mauve.svn.sourceforge.net/svnroot/mauve/muscle/tags/${MY_TAG}"

#inherit subversion autotools
inherit autotools eutils

DESCRIPTION="Library for sci-biology/mauve"
HOMEPAGE="http://gel.ahabs.wisc.edu/mauve/"
#SRC_URI=""
SRC_URI="mirror://gentoo/${P}-r1.tar.bz2"

LICENSE="public-domain"
SLOT="0"
IUSE="doc"
KEYWORDS="~amd64 ~x86"

DEPEND="doc? ( app-doc/doxygen )
	!sci-biology/muscle"
RDEPEND=""

#S="${WORKDIR}"

src_prepare() {
	epatch "${FILESDIR}"/${PV}-bufferoverflow.patch
	eautoreconf
}

src_compile() {
	emake -j1 || die
}

src_install() {
	emake install DESTDIR="${D}" || die
}






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

only message in thread, other threads:[~2010-06-28 20:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-28 20:37 [gentoo-commits] gentoo-x86 commit in sci-libs/libmuscle: libmuscle-3.7-r2.ebuild ChangeLog 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