public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/android-sdk: android-sdk-1.1_p1.ebuild ChangeLog
@ 2009-02-17 20:41 Krzysiek Pawlik (nelchael)
  0 siblings, 0 replies; only message in thread
From: Krzysiek Pawlik (nelchael) @ 2009-02-17 20:41 UTC (permalink / raw
  To: gentoo-commits

nelchael    09/02/17 20:41:28

  Modified:             ChangeLog
  Added:                android-sdk-1.1_p1.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-util/android-sdk/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/android-sdk/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/android-sdk/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/android-sdk/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/android-sdk/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	2 Feb 2009 23:45:47 -0000	1.3
+++ ChangeLog	17 Feb 2009 20:41:28 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/android-sdk
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/android-sdk/ChangeLog,v 1.3 2009/02/02 23:45:47 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/android-sdk/ChangeLog,v 1.4 2009/02/17 20:41:28 nelchael Exp $
+
+*android-sdk-1.1_p1 (17 Feb 2009)
+
+  17 Feb 2009; Krzysiek Pawlik <nelchael@gentoo.org>
+  +android-sdk-1.1_p1.ebuild:
+  Version bump.
 
   02 Feb 2009; Krzysiek Pawlik <nelchael@gentoo.org> ChangeLog:
   Fix ChangeLog entries.



1.1                  dev-util/android-sdk/android-sdk-1.1_p1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/android-sdk/android-sdk-1.1_p1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/android-sdk/android-sdk-1.1_p1.ebuild?rev=1.1&content-type=text/plain

Index: android-sdk-1.1_p1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/android-sdk/android-sdk-1.1_p1.ebuild,v 1.1 2009/02/17 20:41:28 nelchael Exp $

EAPI="2"

MY_P="${PN}-linux_x86-${PV/_p/_r}"

DESCRIPTION="Open Handset Alliance's Android SDK/"
HOMEPAGE="http://code.google.com/android"
SRC_URI="http://dl.google.com/android/${MY_P}.zip"
RESTRICT="mirror"

LICENSE="android"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="doc examples"

DEPEND="app-arch/unzip"
RDEPEND=">=virtual/jdk-1.5
	>=dev-java/ant-core-1.6.5
	amd64? ( app-emulation/emul-linux-x86-gtklibs )
	x86? ( x11-libs/gtk+:2 )"

src_install(){
	local destdir="/opt/${P/_p*/}"
	dodir "${destdir}"

	cd "${MY_P}"

	dodoc tools/NOTICE.txt RELEASE_NOTES.html || die
	rm -f tools/NOTICE.txt
	cp -pPR tools android.jar "${D}/${destdir}/" || die "failed to copy"
	if use examples; then
		cp -pPR samples "${D}/${destdir}/" || die "failed to copy"
	fi
	use doc && dohtml -r docs documentation.html

	echo "PATH=\"${destdir}/tools\"" > "${T}/80android"
	doenvd "${T}/80android"
}






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

only message in thread, other threads:[~2009-02-17 20:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-17 20:41 [gentoo-commits] gentoo-x86 commit in dev-util/android-sdk: android-sdk-1.1_p1.ebuild ChangeLog Krzysiek Pawlik (nelchael)

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