diff options
author | George Shapovalov <george@gentoo.org> | 2002-05-08 02:04:28 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-05-08 02:04:28 +0000 |
commit | 08745294b86c08e02d6d156499dfcc2d8d90f958 (patch) | |
tree | 8a4764d50ac7816be97ec4570b2a4ee1471b76a2 /app-sci/gperiodic/gperiodic-1.3.2.ebuild | |
parent | Merging in changes from default-1.0. (diff) | |
download | historical-08745294b86c08e02d6d156499dfcc2d8d90f958.tar.gz historical-08745294b86c08e02d6d156499dfcc2d8d90f958.tar.bz2 historical-08745294b86c08e02d6d156499dfcc2d8d90f958.zip |
moved app-misc/{babel,netcdf} and dev-lang/{iverilog,octave} into app-sci
Diffstat (limited to 'app-sci/gperiodic/gperiodic-1.3.2.ebuild')
-rw-r--r-- | app-sci/gperiodic/gperiodic-1.3.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-sci/gperiodic/gperiodic-1.3.2.ebuild b/app-sci/gperiodic/gperiodic-1.3.2.ebuild index 52e30ff92044..c74ba6225e5c 100644 --- a/app-sci/gperiodic/gperiodic-1.3.2.ebuild +++ b/app-sci/gperiodic/gperiodic-1.3.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Desktop Team <desktop@cvs.gentoo.org> # Author Tod Neidt <tneidt@fidnet.com> -# $Header: /var/cvsroot/gentoo-x86/app-sci/gperiodic/gperiodic-1.3.2.ebuild,v 1.1 2002/05/07 01:35:08 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/gperiodic/gperiodic-1.3.2.ebuild,v 1.2 2002/05/08 02:04:28 george Exp $ S=${WORKDIR}/${P} DESCRIPTION="GPeriodic is a periodic table application for Linux." @@ -13,6 +13,8 @@ DEPEND=">=sys-libs/ncurses-5.2 >=x11-libs/gtk+-1.2.1 nls? ( sys-devel/gettext )" +PROVIDE="app-misc/gperiodic" + src_unpack() { unpack ${P}.tar.gz cd ${S} |