diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-10-27 15:04:47 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-10-27 15:04:47 +0000 |
commit | 7da5924627faecc677eb5a35695bde91e8029720 (patch) | |
tree | 52ef294b18f2c67fe3ff5cdaf86abe20e12c07f6 /gnome-extra/gcalctool | |
parent | gnome 2.1 commit (diff) | |
download | gentoo-2-7da5924627faecc677eb5a35695bde91e8029720.tar.gz gentoo-2-7da5924627faecc677eb5a35695bde91e8029720.tar.bz2 gentoo-2-7da5924627faecc677eb5a35695bde91e8029720.zip |
gnome 2.1 commit
Diffstat (limited to 'gnome-extra/gcalctool')
-rw-r--r-- | gnome-extra/gcalctool/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/gcalctool/files/digest-gcalctool-4.1.9 | 1 | ||||
-rw-r--r-- | gnome-extra/gcalctool/gcalctool-4.1.9.ebuild | 19 |
3 files changed, 28 insertions, 0 deletions
diff --git a/gnome-extra/gcalctool/ChangeLog b/gnome-extra/gcalctool/ChangeLog new file mode 100644 index 000000000000..f8ed4ba72406 --- /dev/null +++ b/gnome-extra/gcalctool/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcalctool/ChangeLog,v 1.1 2002/10/27 15:04:47 foser Exp $ + +*gcalctool-4.1.9 (27 Oct 2002) + + 27 Oct 2002; foser <foser@gentoo.org> gcalctool-4.1.9.ebuild, ChangeLog : + Gnome 2.1 commit diff --git a/gnome-extra/gcalctool/files/digest-gcalctool-4.1.9 b/gnome-extra/gcalctool/files/digest-gcalctool-4.1.9 new file mode 100644 index 000000000000..15a893b8c105 --- /dev/null +++ b/gnome-extra/gcalctool/files/digest-gcalctool-4.1.9 @@ -0,0 +1 @@ +MD5 e13948f80fd67e8e26fbddbdd8739526 gcalctool-4.1.9.tar.bz2 162184 diff --git a/gnome-extra/gcalctool/gcalctool-4.1.9.ebuild b/gnome-extra/gcalctool/gcalctool-4.1.9.ebuild new file mode 100644 index 000000000000..b6dcaaf8f302 --- /dev/null +++ b/gnome-extra/gcalctool/gcalctool-4.1.9.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcalctool/gcalctool-4.1.9.ebuild,v 1.1 2002/10/27 15:04:47 foser Exp $ + +inherit gnome2 debug + +S=${WORKDIR}/${P} +DESCRIPTION="A scientific calculator for Gnome2" +HOMEPAGE="http://fileroller.sourceforge.net/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=">=x11-libs/gtk+-2" + +RDEPEND="${DEPEND} + sys-devel/gettext" + +DOCS="AUTHORS COPYING ChangeLog NEWS README TODO" |