summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-05-06 01:08:09 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-05-06 01:08:09 +0000
commit2049f234d2eec5c88b00962464cb4b963411d3cd (patch)
treebf54fead7f65f3be5764030e774ab2f2a7ef8bc3 /app-sci
parentNew package (diff)
downloadgentoo-2-2049f234d2eec5c88b00962464cb4b963411d3cd.tar.gz
gentoo-2-2049f234d2eec5c88b00962464cb4b963411d3cd.tar.bz2
gentoo-2-2049f234d2eec5c88b00962464cb4b963411d3cd.zip
New package
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/xdrawchem/ChangeLog14
-rw-r--r--app-sci/xdrawchem/files/digest-xdrawchem-1.1.11
-rw-r--r--app-sci/xdrawchem/xdrawchem-1.1.1.ebuild24
3 files changed, 39 insertions, 0 deletions
diff --git a/app-sci/xdrawchem/ChangeLog b/app-sci/xdrawchem/ChangeLog
new file mode 100644
index 000000000000..a534ca2f2e1e
--- /dev/null
+++ b/app-sci/xdrawchem/ChangeLog
@@ -0,0 +1,14 @@
+# ChangeLog for app-sci/xdrawchem
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/app-sci/xdrawchem/ChangeLog,v 1.1 2002/05/06 01:08:09 rphillips Exp $
+
+*xdrawchem-1.1.1 (5 May 2002)
+
+ 5 May 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
+
diff --git a/app-sci/xdrawchem/files/digest-xdrawchem-1.1.1 b/app-sci/xdrawchem/files/digest-xdrawchem-1.1.1
new file mode 100644
index 000000000000..840b0a5a82c8
--- /dev/null
+++ b/app-sci/xdrawchem/files/digest-xdrawchem-1.1.1
@@ -0,0 +1 @@
+MD5 418bd19f1875db767917484cf8e6631a xdrawchem-1.1.1.tgz 334315
diff --git a/app-sci/xdrawchem/xdrawchem-1.1.1.ebuild b/app-sci/xdrawchem/xdrawchem-1.1.1.ebuild
new file mode 100644
index 000000000000..2c20bb824ab1
--- /dev/null
+++ b/app-sci/xdrawchem/xdrawchem-1.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Maintainer: Adam Tenderholt <a-tenderholt@northwestern.edu>
+# $Header: /var/cvsroot/gentoo-x86/app-sci/xdrawchem/xdrawchem-1.1.1.ebuild,v 1.1 2002/05/06 01:08:09 rphillips Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="XDrawChem--a molecular structure drawing program."
+SRC_URI="http://www.prism.gatech.edu/~gte067k/xdrawchem/xdrawchem-1.1.1.tgz"
+HOMEPAGE="http://www.prism.gatech.edu/~gte067k/xdrawchem"
+DEPEND=" qt? ( >=qt-3.0.0 )"
+
+src_compile() {
+ emake INSTRING=/usr/share/ringinfo || die
+}
+
+src_install () {
+ dodir /usr/bin
+ dobin xdrawchem
+
+ dodir /usr/share/ringinfo
+ insinto /usr/share/ringinfo
+ doins ring/*
+}
+