diff options
Diffstat (limited to 'gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20040927.ebuild')
-rw-r--r-- | gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20040927.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20040927.ebuild b/gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20040927.ebuild new file mode 100644 index 000000000000..8a60a5abacea --- /dev/null +++ b/gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20040927.ebuild @@ -0,0 +1,28 @@ +# 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_pre20040927.ebuild,v 1.1 2004/09/28 17:52:34 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="-D ${PV/*_pre}" +ECVS_UP_OPTS="-D ${PV/*_pre}" +ECVS_TOP_DIR="${DISTDIR}/cvs-src/savannah.gnu.org-backbone" +inherit gnustep cvs + +S=${WORKDIR}/${ECVS_MODULE}/Applications/${PN/texte/TextE} +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" +SLOT="0" + +IUSE="${IUSE}" +DEPEND="${GS_DEPEND}" +RDEPEND="${GS_RDEPEND}" + |