summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-01-11 10:45:04 +0000
committerJustin Lecher <jlec@gentoo.org>2011-01-11 10:45:04 +0000
commit592c428de1b5c72db0b4a59097cb2a2937206d23 (patch)
tree0ea803936dacbcbe92c82d83d0aa0132cbdd8f55 /sci-chemistry/xds-bin
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-592c428de1b5c72db0b4a59097cb2a2937206d23.tar.gz
gentoo-2-592c428de1b5c72db0b4a59097cb2a2937206d23.tar.bz2
gentoo-2-592c428de1b5c72db0b4a59097cb2a2937206d23.zip
Version Bump
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/xds-bin')
-rw-r--r--sci-chemistry/xds-bin/ChangeLog10
-rw-r--r--sci-chemistry/xds-bin/xds-bin-20110111.ebuild (renamed from sci-chemistry/xds-bin/xds-bin-20100510.ebuild)17
2 files changed, 14 insertions, 13 deletions
diff --git a/sci-chemistry/xds-bin/ChangeLog b/sci-chemistry/xds-bin/ChangeLog
index 3cde43a78fa1..9fa3973ce939 100644
--- a/sci-chemistry/xds-bin/ChangeLog
+++ b/sci-chemistry/xds-bin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-chemistry/xds-bin
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/ChangeLog,v 1.4 2010/05/21 13:53:35 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/ChangeLog,v 1.5 2011/01/11 10:45:03 jlec Exp $
+
+*xds-bin-20110111 (11 Jan 2011)
+
+ 11 Jan 2011; Justin Lecher <jlec@gentoo.org> -xds-bin-20100510.ebuild,
+ +xds-bin-20110111.ebuild:
+ Version Bump
*xds-bin-20100510 (21 May 2010)
diff --git a/sci-chemistry/xds-bin/xds-bin-20100510.ebuild b/sci-chemistry/xds-bin/xds-bin-20110111.ebuild
index 407a6e5e8e41..32cfbbae0431 100644
--- a/sci-chemistry/xds-bin/xds-bin-20100510.ebuild
+++ b/sci-chemistry/xds-bin/xds-bin-20110111.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/xds-bin-20100510.ebuild,v 1.1 2010/05/21 13:53:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/xds-bin-20110111.ebuild,v 1.1 2011/01/11 10:45:03 jlec Exp $
EAPI="2"
@@ -24,14 +24,9 @@ DEPEND=""
QA_EXECSTACK="*"
-pkg_setup() {
- if use x86; then
- MY_P="XDS-IA32_Linux_x86"
- elif use amd64; then
- MY_P="XDS-INTEL64_Linux_x86_64"
- fi
-
- S="${WORKDIR}"/${MY_P}
+src_unpack() {
+ unpack ${A}
+ mv XDS* "${S}"
}
src_install() {
@@ -58,5 +53,5 @@ src_install() {
}
pkg_postinst() {
- elog "This package will expire on December 31, 2010"
+ elog "This package will expire on December 31, 2011"
}