diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-util/appinventor | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-util/appinventor')
-rw-r--r-- | dev-util/appinventor/Manifest | 1 | ||||
-rw-r--r-- | dev-util/appinventor/appinventor-1.1.ebuild | 33 | ||||
-rw-r--r-- | dev-util/appinventor/metadata.xml | 18 |
3 files changed, 52 insertions, 0 deletions
diff --git a/dev-util/appinventor/Manifest b/dev-util/appinventor/Manifest new file mode 100644 index 00000000000..6da9cbc9f34 --- /dev/null +++ b/dev-util/appinventor/Manifest @@ -0,0 +1 @@ +DIST appinventor-setup_1.1.tar.gz 85941449 SHA256 5479cf8680e77befd552c6e7c0d5b82f2ab9bb2588b362849db25433bdc26eab SHA512 fb04e6dda57e55602cc1f1a556062b7468ce9386c35710f3e84394500077c50bb7969b909cff785c100c46620794daa943c80f5feef22756a6ef8f809cf383e7 WHIRLPOOL d810ca59cfdd8e7bee033d92ca63d605c695aac1c8d55bab004b77b88d0262c2aea4dad4bad04fcee299079b754d27f36ee8074239865f4a236ef420b6bbf2b7 diff --git a/dev-util/appinventor/appinventor-1.1.ebuild b/dev-util/appinventor/appinventor-1.1.ebuild new file mode 100644 index 00000000000..09531c0f28e --- /dev/null +++ b/dev-util/appinventor/appinventor-1.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +MY_P="${PN}-setup_${PV}" +DESCRIPTION="MIT App Inventor Setup package" +HOMEPAGE="http://www.appinventor.mit.edu/" +SRC_URI="http://dl.google.com/dl/${PN}/installers/linux/${MY_P}.tar.gz" + +LICENSE="android" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=">=virtual/jre-1.6.0" + +APP_INSTALL_DIR="/opt/${PN}" +S="${WORKDIR}/${MY_P}" +QA_PREBUILT="/opt/appinventor/commands-for-Appinventor/adb + /opt/appinventor/commands-for-Appinventor/emulator + /opt/appinventor/commands-for-Appinventor/mksdcard" + +src_install() { + insinto ${APP_INSTALL_DIR} + dodir ${APP_INSTALL_DIR} + doins -r "${PN}"/extras + doins -r "${PN}"/from-Android-SDK + exeinto "${APP_INSTALL_DIR}"/commands-for-Appinventor/ + doexe "${PN}"/commands-for-Appinventor/* +} diff --git a/dev-util/appinventor/metadata.xml b/dev-util/appinventor/metadata.xml new file mode 100644 index 00000000000..b57d3682eec --- /dev/null +++ b/dev-util/appinventor/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>proxy-maintainers</herd> +<maintainer> + <email>gentoo.power@gmail.com</email> + <name>Iván Atienza</name> + <description>Maintainer. Assign bugs to him</description> +</maintainer> +<maintainer> + <email>hwoarang@gentoo.org</email> + <name>Markos Chandras</name> + <description>Proxy maintainer. Assign bugs to him</description> +</maintainer> +<longdescription lang="en"> +</longdescription> +</pkgmetadata> + |