jlec        15/03/05 11:45:35

  Modified:             ChangeLog
  Added:                shelx-20141228.ebuild
  Removed:              shelx-20140326.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.26                 sci-chemistry/shelx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/shelx/ChangeLog?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/shelx/ChangeLog?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/shelx/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   5 Mar 2015 11:13:51 -0000       1.25
+++ ChangeLog   5 Mar 2015 11:45:35 -0000       1.26
@@ -1,6 +1,12 @@
 # ChangeLog for sci-chemistry/shelx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.25 
2015/03/05 11:13:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.26 
2015/03/05 11:45:35 jlec Exp $
+
+*shelx-20141228 (05 Mar 2015)
+
+  05 Mar 2015; Justin Lecher <[email protected]> +shelx-20141228.ebuild,
+  -shelx-20140326.ebuild:
+  Version Bump
 
   05 Mar 2015; Justin Lecher <[email protected]> -shelx-20060317-r1.ebuild,
   -shelx-20060317-r2.ebuild:



1.1                  sci-chemistry/shelx/shelx-20141228.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/shelx/shelx-20141228.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/shelx/shelx-20141228.ebuild?rev=1.1&content-type=text/plain

Index: shelx-20141228.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/shelx-20141228.ebuild,v 
1.1 2015/03/05 11:45:35 jlec Exp $

EAPI=5

DESCRIPTION="Programs for crystal structure determination from single-crystal 
diffraction data"
HOMEPAGE="http://shelx.uni-ac.gwdg.de/SHELX/";
SRC_URI="
        amd64? (
                anode_amd64.bz2
                ciftab_amd64.bz2
                shelxc_amd64.bz2
                shelxd_amd64.bz2
                shelxe_amd64.bz2
                shelxl_amd64.bz2
                shelxs_amd64.bz2
                shelxt_amd64.bz2
                shredcif_amd64.bz2
        )
        x86? (
                anode_x86.bz2
                ciftab_x86.bz2
                shelxc_x86.bz2
                shelxd_x86.bz2
                shelxe_x86.bz2
                shelxl_x86.bz2
                shelxs_x86.bz2
                shelxt_x86.bz2
                shredcif_x86.bz2
        )
"

SLOT="0"
LICENSE="free-noncomm"
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
IUSE=""

S="${WORKDIR}"

RESTRICT="fetch"

QA_PREBUILT="opt/bin/*"

pkg_nofetch() {
        elog "Go to ${HOMEPAGE}"
        elog "Fill out the application form, and send it in."
        elog "Download ${A} and rename them to"
        use amd64 && elog "*_amd64.bz2"
        use x86 && elog "*_x86.bz2"
        elog "and place renamed tarballs in ${DISTDIR}."
}

src_install() {
        local i
        into /opt
        for i in *; do
                newbin ${i} ${i/_*/}
        done
}




Reply via email to