diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2005-03-17 20:59:54 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2005-03-17 20:59:54 +0000 |
commit | 2ab396bc03ba06745b9dfc404423eab3f801cbf3 (patch) | |
tree | 0077e43ad16df4a8f487d06f13554d7e91e268d4 /gnustep-apps/clipbook/clipbook-0.6.0.7.0.ebuild | |
parent | Stable on sparc wrt #85580 (diff) | |
download | gentoo-2-2ab396bc03ba06745b9dfc404423eab3f801cbf3.tar.gz gentoo-2-2ab396bc03ba06745b9dfc404423eab3f801cbf3.tar.bz2 gentoo-2-2ab396bc03ba06745b9dfc404423eab3f801cbf3.zip |
ebuild updates for GNUstep base, libs, and apps across the board; proper versions (to be stabilized, in due time) added where apropos, cvs-pull versions updated where needed
(Portage version: 2.0.51.19)
Diffstat (limited to 'gnustep-apps/clipbook/clipbook-0.6.0.7.0.ebuild')
-rw-r--r-- | gnustep-apps/clipbook/clipbook-0.6.0.7.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnustep-apps/clipbook/clipbook-0.6.0.7.0.ebuild b/gnustep-apps/clipbook/clipbook-0.6.0.7.0.ebuild new file mode 100644 index 000000000000..b322b6825c6e --- /dev/null +++ b/gnustep-apps/clipbook/clipbook-0.6.0.7.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/clipbook/clipbook-0.6.0.7.0.ebuild,v 1.1 2005/03/17 20:59:13 fafhrd Exp $ + +inherit gnustep + +S=${WORKDIR}/gworkspace/${PN/clipb/ClipB} + +DESCRIPTION="A clipboard for GNUstep that can hold things for later copy and paste." +HOMEPAGE="http://www.gnustep.it/enrico/gworkspace/" +SRC_URI="http://www.gnustep.it/enrico/gworkspace/gworkspace-${PV/0.6.}.tar.gz" + +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2" +SLOT="0" + +IUSE="${IUSE}" +DEPEND="${GS_DEPEND}" +RDEPEND="${GS_RDEPEND}" + +egnustep_install_domain "System" + |