jlec        14/11/24 07:30:58

  Modified:             ChangeLog
  Added:                profphd-utils-1.0.10-r1.ebuild
  Log:
  sci-libs/profphd-utils: Install in /usr instead of /
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.3                  sci-libs/profphd-utils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/profphd-utils/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   25 Apr 2013 07:38:09 -0000      1.2
+++ ChangeLog   24 Nov 2014 07:30:58 -0000      1.3
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/profphd-utils
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/profphd-utils/ChangeLog,v 1.2 
2013/04/25 07:38:09 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/profphd-utils/ChangeLog,v 1.3 
2014/11/24 07:30:58 jlec Exp $
+
+*profphd-utils-1.0.10-r1 (24 Nov 2014)
+
+  24 Nov 2014; Justin Lecher <[email protected]> +profphd-utils-1.0.10-r1.ebuild:
+  Install in /usr instead of /
 
   25 Apr 2013; Justin Lecher <[email protected]> profphd-utils-1.0.10.ebuild:
   Give it some prefix love



1.1                  sci-libs/profphd-utils/profphd-utils-1.0.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/profphd-utils/profphd-utils-1.0.10-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/profphd-utils/profphd-utils-1.0.10-r1.ebuild?rev=1.1&content-type=text/plain

Index: profphd-utils-1.0.10-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-libs/profphd-utils/profphd-utils-1.0.10-r1.ebuild,v 
1.1 2014/11/24 07:30:58 jlec Exp $

EAPI=5

inherit fortran-2 toolchain-funcs

DESCRIPTION="Additional utils for profphd"
HOMEPAGE="https://rostlab.org/";
SRC_URI="ftp://rostlab.org/profphd-utils/${P}.tar.gz";

SLOT="0"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND=""
DEPEND="dev-lang/perl"

src_compile() {
        emake \
                F77=$(tc-getF77) \
                AM_FFLAGS=""
}

src_install() {
        emake \
                DESTDIR="${D}" \
                prefix="${EPREFIX}"/usr \
                install
        dodoc ChangeLog AUTHORS
}




Reply via email to