summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <TomWij@live.com>2013-02-08 14:57:26 +0100
committerTom Wijsman <TomWij@live.com>2013-02-08 14:57:26 +0100
commita5d278b55693ec22f7a40065d17d3feb64928437 (patch)
tree3a28b01ebbf0da4093c7a0ff6ac4709626d59670
parentAseprite has been added to the Portage tree, therefore I am removing it from ... (diff)
downloadTomWij-a5d278b55693ec22f7a40065d17d3feb64928437.tar.gz
TomWij-a5d278b55693ec22f7a40065d17d3feb64928437.tar.bz2
TomWij-a5d278b55693ec22f7a40065d17d3feb64928437.zip
Meteor has been added to the Portage tree, therefore I am removing it from the overlay.
-rw-r--r--www-servers/meteor/Manifest3
-rw-r--r--www-servers/meteor/metadata.xml11
-rw-r--r--www-servers/meteor/meteor-0.5.2.ebuild56
3 files changed, 0 insertions, 70 deletions
diff --git a/www-servers/meteor/Manifest b/www-servers/meteor/Manifest
deleted file mode 100644
index 7084525..0000000
--- a/www-servers/meteor/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST meteor-0.5.2.tar.gz 1727106 SHA256 cec8e5c4554951583c5becc587bd4331a634e43daafcbd472c3692831995c1e3 SHA512 47b91dca04f895f5a70a4964fcf5239da2a2697ea0ca01a4c01fb13a22245029f6a655c862278b16572d7f856f233653517522fb191e7e19f5d645c472967c24 WHIRLPOOL 027dd1121f4ced1cb90304e9ba07cf3e1872a5aca3ba3b6d160b4bd6e2e2a5deb711b264e2c232b0d94bf26b574323d0e13f7dd5d690a97d5ae011f364e1ca4c
-DIST meteor-0.5.2_bundle-0.2.8.tar.gz 13345729 SHA256 e734a9cc78a0a951111820c600de5a4f2053b62673554bd7a8710f6968c77ca7 SHA512 0364b0582348bec5d0fe588bdb68a279fc90333b58bd7359ae653c85d5ec2ca135f547c1b5bdc7e5d067a246a0a96e4e05721e5d76a1d4c79f158e117cdc2c66 WHIRLPOOL 41b3fe4fc2aaaeb26e50eb6258b705f2db194bc2ef5c2d223e82c75faef64c792ddcf42566d1929c1383a95b920fab6d5d9452a8852c56aecfaa3f8df2c9ed14
-EBUILD meteor-0.5.2.ebuild 1656 SHA256 355c43d744dd1db5f5c85d4ed9df823d1f38cdc176f47b4a24622bb9018b2780 SHA512 38aab2ce456dd5b113e77ce01d626241323db14ec7696c010da2bf43c659a5977173e4afecd4c5ee9884efacdd18036520067c2b08acca842fa173e50b1c7746 WHIRLPOOL ceb33c7cca1d4770d5506ba9ca59e6c8c4721b61945eb8e9189fd88856a656e80cc1b456995c1cadef4972194af49e276aed0efd91f3851ac9afb549e6c1747d
diff --git a/www-servers/meteor/metadata.xml b/www-servers/meteor/metadata.xml
deleted file mode 100644
index 253cfdc..0000000
--- a/www-servers/meteor/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>tomwij@live.com</email>
- <name>Tom Wijsman</name>
- </maintainer>
- <longdescription>
- An open-source platform for building top-quality web apps in a fraction of the time.
- </longdescription>
-</pkgmetadata> \ No newline at end of file
diff --git a/www-servers/meteor/meteor-0.5.2.ebuild b/www-servers/meteor/meteor-0.5.2.ebuild
deleted file mode 100644
index 5d26ff6..0000000
--- a/www-servers/meteor/meteor-0.5.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit vcs-snapshot
-
-METEOR_BUNDLEV="0.2.8"
-
-DESCRIPTION="An open-source platform for building top-quality web apps in a fraction of the time."
-HOMEPAGE="http://meteor.com/"
-SRC_URI="https://github.com/meteor/meteor/tarball/v${PV} -> ${P}.tar.gz
- x86? ( https://d3sqy0vbqsdhku.cloudfront.net/dev_bundle_Linux_i686_${METEOR_BUNDLEV}.tar.gz -> ${P}_bundle-${METEOR_BUNDLEV}.tar.gz )
- amd64? ( https://d3sqy0vbqsdhku.cloudfront.net/dev_bundle_Linux_x86_64_${METEOR_BUNDLEV}.tar.gz -> ${P}_bundle-${METEOR_BUNDLEV}.tar.gz )"
-
-LICENSE="MIT
- Apache-2.0
- BSD
- public-domain
- Unlicense
- WTFPL-2
- AGPL-3" # And more...; add the non-known licenses to /usr/portage/licenses or add the complete LICENSE.txt itself there?
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-src_prepare() {
- local DEV_BUNDLE_DIR="${WORKDIR}/${P}_bundle-${METEOR_BUNDLEV}"
-
- einfo "Patching files..."
- sed -e 's/DEV_BUNDLE=$(dirname "$SCRIPT_DIR")/DEV_BUNDLE=$SCRIPT_DIR/g' -i meteor || die "Couldn't patch DEV_BUNDLE script dir."
-
- einfo "Merging development bundle..."
- mv ${DEV_BUNDLE_DIR}/* ${DEV_BUNDLE_DIR}/.bundle_version.txt .
-
- einfo "Removing unnecessary files..."
- rm -rf admin
- rm -rf packages/*/.meteor/local
- rm -rf examples/*/.meteor/local
- rm -rf examples/unfinished
-}
-
-src_install() {
- dodir /opt/meteor
-
- insinto /opt/meteor
- doins -r *
- doins .bundle_version.txt
-
- dosym /opt/meteor/meteor /usr/bin/meteor
-
- fperms +x /opt/meteor/meteor
- fperms +x /opt/meteor/bin/node
- fperms +x /opt/meteor/mongodb/bin/mongo
- fperms +x /opt/meteor/mongodb/bin/mongod
-}