aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/jquery/jquery-1.7.2.ebuild')
-rw-r--r--dev-libs/jquery/jquery-1.7.2.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-libs/jquery/jquery-1.7.2.ebuild b/dev-libs/jquery/jquery-1.7.2.ebuild
deleted file mode 100644
index 6b41637..0000000
--- a/dev-libs/jquery/jquery-1.7.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-PYTHON_DEPEND="2:2.6"
-inherit base
-
-DESCRIPTION="A set of query functions in javascript"
-HOMEPAGE="http://code.jquery.com/"
-SRC_URI="http://code.jquery.com/${P}.js http://code.jquery.com/${P}.min.js"
-
-LICENSE="MIT GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-S=${WORKDIR}
-
-src_unpack() {
- cp $DISTDIR/jquery-1.7.2.js $DISTDIR/jquery-1.7.2.min.js ${WORKDIR}
-}
-
-src_install() {
- insinto /usr/share/${PN}/${PV}/
- doins ${P}.js ${P}.min.js
-}