public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnustep-base/libobjc2: metadata.xml ChangeLog libobjc2-1.0.ebuild
@ 2010-10-13 15:16 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli (voyageur) @ 2010-10-13 15:16 UTC (permalink / raw
  To: gentoo-commits

voyageur    10/10/13 15:16:41

  Added:                metadata.xml ChangeLog libobjc2-1.0.ebuild
  Log:
  Initial commit, use temporary gnustep-make so real gnustep-make can depend on this one day
  
  (Portage version: 2.2_rc94/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  gnustep-base/libobjc2/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/libobjc2/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/libobjc2/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>gnustep</herd>
	<longdescription>
The GNUstep Objective-C runtime is designed as a drop-in replacement for the
GCC runtime.  It supports both a legacy and a modern ABI, allowing code
compiled with old versions of GCC to be supported without requiring
recompilation.  The modern ABI adds the following features:

- Non-fragile instance variables.
- Protocol uniquing.
- Object planes support.
- Declared property introspection.

Both ABIs support the following feature above and beyond the GCC runtime:

- The modern Objective-C runtime APIs, introduced with OS X 10.5.
- Blocks (closures).
- Low memory profile for platforms where memory usage is more important than
  speed.
- Synthesised property accessors.
- Efficient support for @synchronized()
- Type-dependent dispatch, eliminating stack corruption from mismatched
  selectors.
</longdescription>
</pkgmetadata>



1.1                  gnustep-base/libobjc2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/libobjc2/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/libobjc2/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for gnustep-base/libobjc2
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-base/libobjc2/ChangeLog,v 1.1 2010/10/13 15:16:41 voyageur Exp $

*libobjc2-1.0 (13 Oct 2010)

  13 Oct 2010; Bernard Cafarelli <voyageur@gentoo.org> +libobjc2-1.0.ebuild,
  +metadata.xml:
  Initial commit, use temporary gnustep-make so real gnustep-make can depend
  on this one day




1.1                  gnustep-base/libobjc2/libobjc2-1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/libobjc2/libobjc2-1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/libobjc2/libobjc2-1.0.ebuild?rev=1.1&content-type=text/plain

Index: libobjc2-1.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-base/libobjc2/libobjc2-1.0.ebuild,v 1.1 2010/10/13 15:16:41 voyageur Exp $

EAPI=3
inherit multilib

# We need gnustep-make, but gnustep-make can depend on libobjc
# Use a temporary setup to install in /usr/
GSMAKE=gnustep-make-2.4.0
DESCRIPTION="GNUstep Objective-C runtime"
HOMEPAGE="http://www.gnustep.org"
SRC_URI="http://download.gna.org/gnustep/${P}.tar.bz2
	ftp://ftp.gnustep.org/pub/gnustep/core/${GSMAKE}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=sys-devel/gcc-3.3[objc]
	>=sys-devel/make-3.75"
RDEPEND=""

S=${WORKDIR}/${PN}
GSMAKE_S=${WORKDIR}/${GSMAKE}

src_prepare() {
	# Multilib-strict
	cd "${GSMAKE_S}"
	sed -e "s/lib/$(get_libdir)/g" \
		-i FilesystemLayouts/fhs-system || die "multilib path sed failed"
}

src_configure() {
	cd "${GSMAKE_S}"
	econf --with-layout=fhs-system
}

src_compile() {
	emake GNUSTEP_MAKEFILES="${GSMAKE_S}" || die "compilation failed"
}

src_install() {
	emake GNUSTEP_MAKEFILES="${GSMAKE_S}" \
		GNUSTEP_CONFIG_FILE="${GSMAKE_S}"/GNUstep.conf \
		GNUSTEP_INSTALLATION_DOMAIN=SYSTEM \
		DESTDIR="${D}" install || die "install has failed"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-13 15:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-13 15:16 [gentoo-commits] gentoo-x86 commit in gnustep-base/libobjc2: metadata.xml ChangeLog libobjc2-1.0.ebuild Bernard Cafarelli (voyageur)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox