diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-09-24 01:03:17 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-09-24 01:03:17 +0000 |
commit | 0628768fd84c874f86b537e85cf5f9bea6d4f534 (patch) | |
tree | 7360e9a974bb11ddb47c6affb8d66d846e9514d9 /gnustep-libs/renaissance | |
parent | typo (Manifest recommit) (diff) | |
download | gentoo-2-0628768fd84c874f86b537e85cf5f9bea6d4f534.tar.gz gentoo-2-0628768fd84c874f86b537e85cf5f9bea6d4f534.tar.bz2 gentoo-2-0628768fd84c874f86b537e85cf5f9bea6d4f534.zip |
Major commit of many files relating to updated GNUstep ebuidlds
Diffstat (limited to 'gnustep-libs/renaissance')
-rw-r--r-- | gnustep-libs/renaissance/ChangeLog | 8 | ||||
-rw-r--r-- | gnustep-libs/renaissance/Manifest | 2 | ||||
-rw-r--r-- | gnustep-libs/renaissance/files/digest-renaissance-0.8.0 | 1 | ||||
-rw-r--r-- | gnustep-libs/renaissance/metadata.xml | 23 | ||||
-rw-r--r-- | gnustep-libs/renaissance/renaissance-0.8.0.ebuild | 37 |
5 files changed, 69 insertions, 2 deletions
diff --git a/gnustep-libs/renaissance/ChangeLog b/gnustep-libs/renaissance/ChangeLog index 19f6a9660649..ad642a6aef66 100644 --- a/gnustep-libs/renaissance/ChangeLog +++ b/gnustep-libs/renaissance/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-libs/renaissance # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/renaissance/ChangeLog,v 1.3 2004/07/27 17:23:22 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/renaissance/ChangeLog,v 1.4 2004/09/24 01:03:01 fafhrd Exp $ + +*renaissance-0.8.0 (09 Sep 2004) + + 09 Sep 2004; Armando Di Cianno <fafhrd@gentoo.org> + +renaissance-0.8.0.ebuild: + Added/updated new version 23 Jul 2004; Armando Di Cianno,,, <armando@gentoo.org> renaissance-0.7.0.ebuild: diff --git a/gnustep-libs/renaissance/Manifest b/gnustep-libs/renaissance/Manifest index e6a37a4837ac..941f6bb43293 100644 --- a/gnustep-libs/renaissance/Manifest +++ b/gnustep-libs/renaissance/Manifest @@ -1,4 +1,6 @@ MD5 0c4da957b738dafe8f4364bd94e71002 renaissance-0.7.0.ebuild 606 +MD5 f5ebc2eb23f8403ff8918257cba5a568 renaissance-0.8.0.ebuild 987 MD5 252083b8898bb908ddd4af19319036e9 ChangeLog 1131 MD5 80699754a7e9adb6c02df33c8fa16fd6 metadata.xml 161 MD5 f4862d99124273a0d93ee09b26d659d5 files/digest-renaissance-0.7.0 69 +MD5 6709d704408c68519a5daac2cb335e81 files/digest-renaissance-0.8.0 69 diff --git a/gnustep-libs/renaissance/files/digest-renaissance-0.8.0 b/gnustep-libs/renaissance/files/digest-renaissance-0.8.0 new file mode 100644 index 000000000000..c2f313d69e50 --- /dev/null +++ b/gnustep-libs/renaissance/files/digest-renaissance-0.8.0 @@ -0,0 +1 @@ +MD5 520d8fe210491b5646bb4743a72560b1 Renaissance-0.8.0.tar.gz 334719 diff --git a/gnustep-libs/renaissance/metadata.xml b/gnustep-libs/renaissance/metadata.xml index 6cfe3231f3bc..ff7f03c8ed9a 100644 --- a/gnustep-libs/renaissance/metadata.xml +++ b/gnustep-libs/renaissance/metadata.xml @@ -1,5 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>gnustep</herd> +<herd>gnustep</herd> +<longdescription> +Welcome to GNUstep Renaissance! + +GNUstep Renaissance is free software (GNU LGPL), and part of the +GNUstep project. It is a development framework which runs on top of +the GNUstep libraries. It also works on top of the Apple Mac OS X +Cocoa libraries, providing an opaque layer to write portable +applications. + +In short, GNUstep Renaissance allows you to describe your user +interfaces (that is, the windows in your application, and the buttons, +boxes, textfields, etc in the windows) in simple and intuitive XML +files, using an open, standard format describing the logic of the +interface. GNUstep Renaissance can then, at run time, generate the +user interfaces (using the native host OpenStep-like libraries) by +reading the XML files. The connections between the objects created +from the XML files, and the other objects in the application are done +via outlets (as traditionally in OpenStep); a new quick and intuitive +syntax has been developed to make creating outlets as easy as +possible. +</longdescription> </pkgmetadata> diff --git a/gnustep-libs/renaissance/renaissance-0.8.0.ebuild b/gnustep-libs/renaissance/renaissance-0.8.0.ebuild new file mode 100644 index 000000000000..713aed2d7b6e --- /dev/null +++ b/gnustep-libs/renaissance/renaissance-0.8.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/renaissance/renaissance-0.8.0.ebuild,v 1.1 2004/09/24 01:03:01 fafhrd Exp $ + +inherit gnustep + +S=${WORKDIR}/${P/r/R} + +DESCRIPTION="GNUstep Renaissance allows you to describe your user interfaces in simple and intuitive XML files." +HOMEPAGE="http://www.gnustep.it/Renaissance/index.html" +SRC_URI="http://www.gnustep.it/Renaissance/Download/${P/r/R}.tar.gz" + +KEYWORDS="~x86" +LICENSE="LGPL-2.1" +SLOT="0" + +IUSE="${IUSE} doc" +DEPEND="${GS_DEPEND}" +RDEPEND="${GS_RDEPEND}" + +src_install() { + cd ${S} + egnustep_env + egnustep_install || die + if [ `use doc` ]; then + egnustep_env + cd Documentation + egnustep_make + egnustep_install + mkdir -p ${TMP}/tmpdocs + mv ${D}${GNUSTEP_SYSTEM_ROOT}/Library/Documentation/* ${TMP}/tmpdocs + mkdir -p ${D}${GNUSTEP_SYSTEM_ROOT}/Library/Documentation/Developer/Renaissance + mv ${TMP}/tmpdocs/* ${D}${GNUSTEP_SYSTEM_ROOT}/Library/Documentation/Developer/Renaissance + cd .. + fi + egnustep_package_config +} |