Changeset - 64c0e8fe9914
[Not reviewed]
default
0 0 4
Nathan Brink (binki) - 15 years ago 2010-01-29 11:38:03
ohnobinki@ohnopublishing.net
dev-libs/tinygettext: New ebuild for installable tinygettext for SuperTux
4 files changed with 44 insertions and 0 deletions:
0 comments (0 inline, 0 general)
dev-libs/tinygettext/ChangeLog
Show inline comments
 
new file 100644
 
# ChangeLog for dev-libs/tinygettext
 
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 
# $Header: $
 

	
 
  29 Jan 2010; Nathan Phillip Brink (ohnobinki)
 
  <ohnobinki@ohnopublishing.net> +tinygettext-9999.ebuild, +metadata.xml:
 
  New ebuild for installable tinygettext for SuperTux
 

	
dev-libs/tinygettext/Manifest
Show inline comments
 
new file 100644
 
EBUILD tinygettext-9999.ebuild 517 RMD160 bc6c7c7198d94f38d3c9d75f2031dac99c701414 SHA1 5e095591cb5cef2d4105a24fd212765733b989ce SHA256 5f6864d3a0127dd192d7588e66a0fad10f5e62ac3978768cb74f547b3b11590a
 
MISC ChangeLog 298 RMD160 871dd330747b40e8f26e1fbc572089d123f9e843 SHA1 0bddc2013372c1f99dc2ba23ca6b64f57f3fb979 SHA256 2e1f87296b615849f7b9b63ad3a207d1a52c33d4ec36b926048a5d9ad3f7b13c
 
MISC metadata.xml 172 RMD160 ac9d8165526474ed01605b242677b133677d627e SHA1 379fab1397357de050c74be1cbbb2da37ee3fcdd SHA256 74bc726733e7fd45be5b7a40fe34b62f1502551d6ee5797e65fc75522ead5972
dev-libs/tinygettext/metadata.xml
Show inline comments
 
new file 100644
 
<?xml version="1.0" encoding="UTF-8"?>
 
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 
<pkgmetadata>
 
  <herd>maintainer-wanted</herd>
 
</pkgmetadata>
dev-libs/tinygettext/tinygettext-9999.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2010 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
EAPI=2
 

	
 
inherit base cmake-utils subversion
 

	
 
DESCRIPTION="Simple gettext replacement by SuperTux devs"
 
HOMEPAGE="http://tinygettext.googlecode.com/"
 
SRC_URI=""
 
ESVN_REPO_URI="http://tinygettext.googlecode.com/svn/trunk"
 

	
 
LICENSE="GPL-2"
 
SLOT="0"
 
KEYWORDS=""
 
IUSE=""
 

	
 
DEPEND=""
 
RDEPEND="${DEPEND}"
 

	
 
S="${WORKDIR}/trunk"
 

	
 
src_configure() {
 
	mycmakeargs="-DWERROR=OFF"
 

	
 
	cmake-utils_src_configure
 
}
0 comments (0 inline, 0 general)