diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-09-16 19:42:05 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-09-16 19:42:05 +0000 |
commit | c295c7b095bfd1d3bf9f2367517c3f7fb0939f60 (patch) | |
tree | 90f4d158e1a2dce196aa4cccdee5c557b0ebe1d3 /app-sci | |
parent | Fixed changelog: header, dates and format. (Manifest recommit) (diff) | |
download | gentoo-2-c295c7b095bfd1d3bf9f2367517c3f7fb0939f60.tar.gz gentoo-2-c295c7b095bfd1d3bf9f2367517c3f7fb0939f60.tar.bz2 gentoo-2-c295c7b095bfd1d3bf9f2367517c3f7fb0939f60.zip |
Removed package as per Michael Sterrett request.
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/staden-emboss/ChangeLog | 10 | ||||
-rw-r--r-- | app-sci/staden-emboss/Manifest | 4 | ||||
-rw-r--r-- | app-sci/staden-emboss/files/digest-staden-emboss-1.4.1 | 0 | ||||
-rw-r--r-- | app-sci/staden-emboss/metadata.xml | 9 | ||||
-rw-r--r-- | app-sci/staden-emboss/staden-emboss-1.4.1.ebuild | 62 |
5 files changed, 0 insertions, 85 deletions
diff --git a/app-sci/staden-emboss/ChangeLog b/app-sci/staden-emboss/ChangeLog deleted file mode 100644 index 01176ca5de36..000000000000 --- a/app-sci/staden-emboss/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for app-sci/staden-emboss -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/staden-emboss/ChangeLog,v 1.1 2004/09/16 19:12:39 ribosome Exp $ - -*staden-emboss-1.4.1 (16 Sep 2004) - - 16 Sep 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml, - +staden-emboss-1.4.1.ebuild: - Initial import. - diff --git a/app-sci/staden-emboss/Manifest b/app-sci/staden-emboss/Manifest deleted file mode 100644 index 2b4a5d29764c..000000000000 --- a/app-sci/staden-emboss/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 c203188b8acdffe1794156ef5e2337d5 ChangeLog 371 -MD5 f189a3c4ff5ae55bcee4f8ed0ace5d20 metadata.xml 254 -MD5 117d8e88cf96d3dc3f4dbdedb5be6c1f staden-emboss-1.4.1.ebuild 2041 -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-staden-emboss-1.4.1 0 diff --git a/app-sci/staden-emboss/files/digest-staden-emboss-1.4.1 b/app-sci/staden-emboss/files/digest-staden-emboss-1.4.1 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/app-sci/staden-emboss/files/digest-staden-emboss-1.4.1 +++ /dev/null diff --git a/app-sci/staden-emboss/metadata.xml b/app-sci/staden-emboss/metadata.xml deleted file mode 100644 index e9391a41a838..000000000000 --- a/app-sci/staden-emboss/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer> - <email>ribosome@gentoo.org</email> - <name>Olivier Fisette</name> - </maintainer> - <herd>sci</herd> -</pkgmetadata> diff --git a/app-sci/staden-emboss/staden-emboss-1.4.1.ebuild b/app-sci/staden-emboss/staden-emboss-1.4.1.ebuild deleted file mode 100644 index 7a06354acd60..000000000000 --- a/app-sci/staden-emboss/staden-emboss-1.4.1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/staden-emboss/staden-emboss-1.4.1.ebuild,v 1.1 2004/09/16 19:12:39 ribosome Exp $ - -DESCRIPTION="tcl/tk GUIs for using EMBOSS applications within the Staden Package" -HOMEPAGE="http://staden.sourceforge.net/" -SRC_URI="" -LICENSE="staden" - -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="app-sci/emboss - app-sci/staden" - -S=${WORKDIR} - -pkg_setup() { - # Check for X authority. - if [ -z ${XAUTHORITY} ]; then - echo - eerror 'The "XAUTHORITY" environment variable is not set on your system.' - eerror 'Access to an X display is required to build the EMBOSS tcl/tk GUIs.' - eerror 'Please either unset the "emboss" "USE" flag to install this package' - eerror 'without building the EMBOSS GUIs (you will still be provided with a' - eerror 'set of prebuilt GUIs) or configure access to an X display. You can' - eerror 'transfer the X credentials of an ordinary user to the account you' - eerror 'use to execute "emerge" with the "sux" command, which is part of the' - eerror '"x11-misc/sux" package. See: "http://www.gentoo.org/doc/en/su-x.xml"' - eerror 'for an introduction to installing and using "sux" on Gentoo.' - die '"XAUTHORITY" not set.' - fi -} - -src_unpack() { - einfo "Preparing build environment." - cp -r /opt/staden/lib ${S}/lib - cp -r /opt/staden/linux-bin ${S}/linux-bin - cp -r /opt/staden/tables ${S}/tables - mkdir ${S}/lib/spin2_emboss/acdtcl -} - -src_compile() { - einfo "Building EMBOSS tcl/tk GUIs." - cd ${S}/linux-bin - STADENROOT="${S}" ${S}/linux-bin/create_emboss_files || die -} - -src_install() { - mkdir -p ${D}/opt/staden/lib/spin2_emboss/acdtcl - mkdir ${D}/opt/staden/tables - mv ${S}/lib/spin2_emboss/acdtcl/* ${D}/opt/staden/lib/spin2_emboss/acdtcl - mv ${S}/tables/emboss_menu ${D}/opt/staden/tables/emboss_menu -} - -pkg_postinst() { - echo - einfo 'The "spin" program (which is part of the Staden Package) should' - einfo 'now contain an "Emboss" menu allowing access to the GUIs.' - echo -} |