diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-02-08 19:26:04 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-02-08 19:26:04 +0000 |
commit | ba097ff058bcf3486d9bffd77efaa0b8f8fe2c2c (patch) | |
tree | 29a69056fb9688234f616d860647c5d602872978 /www-servers/meteor | |
parent | version bump (diff) | |
download | gentoo-2-ba097ff058bcf3486d9bffd77efaa0b8f8fe2c2c.tar.gz gentoo-2-ba097ff058bcf3486d9bffd77efaa0b8f8fe2c2c.tar.bz2 gentoo-2-ba097ff058bcf3486d9bffd77efaa0b8f8fe2c2c.zip |
Removed old revision of meteor.
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'www-servers/meteor')
-rw-r--r-- | www-servers/meteor/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/meteor/meteor-0.5.4-r1.ebuild | 4 | ||||
-rw-r--r-- | www-servers/meteor/meteor-0.5.4.ebuild | 63 | ||||
-rw-r--r-- | www-servers/meteor/meteor-9999.ebuild | 4 |
4 files changed, 9 insertions, 68 deletions
diff --git a/www-servers/meteor/ChangeLog b/www-servers/meteor/ChangeLog index c0d803374716..c1497f043d2b 100644 --- a/www-servers/meteor/ChangeLog +++ b/www-servers/meteor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/meteor # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/meteor/ChangeLog,v 1.3 2013/02/08 19:10:49 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/meteor/ChangeLog,v 1.4 2013/02/08 19:26:04 tomwij Exp $ + + 08 Feb 2013; Tom Wijsman <TomWij@gentoo.org> -meteor-0.5.4.ebuild, + meteor-0.5.4-r1.ebuild, meteor-9999.ebuild: + Removed old revision of meteor. *meteor-9999 (08 Feb 2013) *meteor-0.5.4-r1 (08 Feb 2013) diff --git a/www-servers/meteor/meteor-0.5.4-r1.ebuild b/www-servers/meteor/meteor-0.5.4-r1.ebuild index 97a2336f1221..5e479f5c9f97 100644 --- a/www-servers/meteor/meteor-0.5.4-r1.ebuild +++ b/www-servers/meteor/meteor-0.5.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/meteor/meteor-0.5.4-r1.ebuild,v 1.1 2013/02/08 19:10:49 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/meteor/meteor-0.5.4-r1.ebuild,v 1.2 2013/02/08 19:26:04 tomwij Exp $ EAPI=5 @@ -40,7 +40,7 @@ src_prepare() { einfo "Patching files ..." sed -i 's/DEV_BUNDLE=$(dirname "$SCRIPT_DIR")/DEV_BUNDLE="$SCRIPT_DIR"/g' meteor || die "Couldn't patch DEV_BUNDLE script dir." - sed -i -e "s/^exports\.CURRENT_VERSION.*/exports.CURRENT_VERSION = \"${PV}-gentoo\";/g" app/lib/updater.js || die "Couldn't add gentoo suffix to version." + sed -i "s/^exports\.CURRENT_VERSION.*/exports.CURRENT_VERSION = \"${PV}-gentoo\";/g" app/lib/updater.js || die "Couldn't add gentoo suffix to version." einfo "Removing updater since Portage covers this ..." epatch "${FILESDIR}"/${P}.remove_updater.patch diff --git a/www-servers/meteor/meteor-0.5.4.ebuild b/www-servers/meteor/meteor-0.5.4.ebuild deleted file mode 100644 index ef4a9b4451d2..000000000000 --- a/www-servers/meteor/meteor-0.5.4.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/meteor/meteor-0.5.4.ebuild,v 1.2 2013/02/07 22:54:36 ulm Exp $ - -EAPI=5 - -inherit vcs-snapshot - -METEOR_BUNDLEV="0.2.12" - -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="AGPL-3 - Apache-2.0 - Boost-1.0 - BSD - BSD-2 - CC-BY-SA-2.0 - HPND - MIT - npm - ODbL-1.0 - openssl - public-domain - Unlicense - ZLIB || ( BSD-2 GPL-2+ ) - WTFPL-2" -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 {examples,packages}/*/.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 -} diff --git a/www-servers/meteor/meteor-9999.ebuild b/www-servers/meteor/meteor-9999.ebuild index 457d9789574f..0da40e2466ad 100644 --- a/www-servers/meteor/meteor-9999.ebuild +++ b/www-servers/meteor/meteor-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/meteor/meteor-9999.ebuild,v 1.1 2013/02/08 19:10:49 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/meteor/meteor-9999.ebuild,v 1.2 2013/02/08 19:26:04 tomwij Exp $ EAPI=5 @@ -40,7 +40,7 @@ KEYWORDS="" src_prepare() { einfo "Patching files ..." sed -i 's/DEV_BUNDLE=$(dirname "$SCRIPT_DIR")/DEV_BUNDLE="$SCRIPT_DIR"/g' meteor || die "Couldn't patch DEV_BUNDLE script dir." - sed -i -e 's/^exports\.CURRENT_VERSION.*/exports.CURRENT_VERSION = "devel-gentoo";/g' app/lib/updater.js || die "Couldn't patch version to devel branch." + sed -i 's/^exports\.CURRENT_VERSION.*/exports.CURRENT_VERSION = "devel-gentoo";/g' app/lib/updater.js || die "Couldn't patch version to devel branch." einfo "Removing updater since Portage covers this ..." epatch "${FILESDIR}"/${PN}-0.5.4.remove_updater.patch |