diff options
author | 2004-12-04 22:35:45 +0000 | |
---|---|---|
committer | 2004-12-04 22:35:45 +0000 | |
commit | f13e554ae7cf4b1406d139b12c28a4866bece9ca (patch) | |
tree | fc50ac60da9b7037c734e7eec34e5c06eb2e84fe /gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20041116.ebuild | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-f13e554ae7cf4b1406d139b12c28a4866bece9ca.tar.gz gentoo-2-f13e554ae7cf4b1406d139b12c28a4866bece9ca.tar.bz2 gentoo-2-f13e554ae7cf4b1406d139b12c28a4866bece9ca.zip |
General version bumps for some more GNUstep apps
Diffstat (limited to 'gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20041116.ebuild')
-rw-r--r-- | gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20041116.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20041116.ebuild b/gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20041116.ebuild new file mode 100644 index 000000000000..b87b4352a4a4 --- /dev/null +++ b/gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20041116.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20041116.ebuild,v 1.1 2004/12/04 22:33:44 fafhrd Exp $ + +ECVS_CVS_COMMAND="cvs -q" +ECVS_SERVER="savannah.gnu.org:/cvsroot/backbone" +ECVS_USER="anoncvs" +ECVS_AUTH="no" +ECVS_MODULE="System" +ECVS_CO_OPTS="-P -D ${PV/*_pre}" +ECVS_UP_OPTS="-dP -D ${PV/*_pre}" +ECVS_TOP_DIR="${DISTDIR}/cvs-src/savannah.gnu.org-backbone" +inherit gnustep cvs + +S=${WORKDIR}/${ECVS_MODULE}/Frameworks/${PN/prefsm/PrefsM} + +DESCRIPTION="Preferences is the GNUstep program with which you define your own personal user experience." +HOMEPAGE="http://www.nongnu.org/backbone/apps.html" + +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" +SLOT="0" + +IUSE="${IUSE}" +DEPEND="${GS_DEPEND}" +RDEPEND="${GS_RDEPEND}" + +egnustep_install_domain "System" + |