jlec        14/05/19 09:17:29

  Modified:             ChangeLog
  Added:                shelx-20140326.ebuild
  Log:
  sci-chemistry/shelx: Version BUmp
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.24                 sci-chemistry/shelx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   19 May 2014 08:48:08 -0000      1.23
+++ ChangeLog   19 May 2014 09:17:29 -0000      1.24
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/shelx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.23 
2014/05/19 08:48:08 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.24 
2014/05/19 09:17:29 jlec Exp $
+
+*shelx-20140326 (19 May 2014)
+
+  19 May 2014; Justin Lecher <[email protected]> +shelx-20140326.ebuild:
+  Version BUmp
 
 *shelx-20060317-r2 (19 May 2014)
 



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

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

Index: shelx-20140326.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/shelx-20140326.ebuild,v 
1.1 2014/05/19 09:17:29 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
                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
                shredcif_x86.bz2
        )
"

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

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