From 41793da496e3868e9b3a793e83c30c4dc972257b Mon Sep 17 00:00:00 2001 From: Daniel Nagy Date: Tue, 19 Jun 2012 22:28:19 +0200 Subject: adding jquery plugin category and tablesorter within --- jquery-plugins/tablesorter/Manifest | 2 ++ .../tablesorter/tablesorter-2.0.5.ebuild | 30 ++++++++++++++++++++++ profiles/categories | 1 + 3 files changed, 33 insertions(+) create mode 100644 jquery-plugins/tablesorter/Manifest create mode 100644 jquery-plugins/tablesorter/tablesorter-2.0.5.ebuild diff --git a/jquery-plugins/tablesorter/Manifest b/jquery-plugins/tablesorter/Manifest new file mode 100644 index 0000000..7ba0c72 --- /dev/null +++ b/jquery-plugins/tablesorter/Manifest @@ -0,0 +1,2 @@ +DIST tablesorter-2.0.5.zip 1747754 RMD160 2e031ebecf4e7b94b304b720699c61d8c26687bf SHA1 7ac63a057906646a2c3a12aaae5e17e6871f487a SHA256 edd98f9fea62a5090945f97a4ece4dd6aaf638ded157e04321ee550983fc8afe +EBUILD tablesorter-2.0.5.ebuild 741 RMD160 1d8241901436304cf55ad1de882c6ab4a509697e SHA1 f2d62eb987b20a4861d2b19933395132d91e8979 SHA256 c6f7ad762a2aa25de0f0ba361c3819c4f77c320da7f2807cc0123257ad559bad diff --git a/jquery-plugins/tablesorter/tablesorter-2.0.5.ebuild b/jquery-plugins/tablesorter/tablesorter-2.0.5.ebuild new file mode 100644 index 0000000..c480a3c --- /dev/null +++ b/jquery-plugins/tablesorter/tablesorter-2.0.5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-3.2-r1.ebuild,v 1.10 2011/03/27 19:46:03 ranger Exp $ + +EAPI="4" + +DESCRIPTION="tablesorter" +HOMEPAGE="http://tablesorter.com/" +SRC_URI="http://tablesorter.com/__jquery.tablesorter.zip -> ${P}.zip" + +IUSE="" +LICENSE="" +SLOT="0" +KEYWORDS="~x86 ~amd64" + +DEPEND="app-arch/unzip" +RDEPEND=">=js-libs/jquery-1.2.1" + +S=${WORKDIR} + +src_unpack() { + unpack "${A}" + find -name .svn | xargs rm -fr +} + +src_install() { + mkdir -p ${D}/usr/share/tablesorter/themes + cp ${WORKDIR}/jquery.tablesorter.js ${D}/usr/share/tablesorter/ + cp -r ${WORKDIR}/themes/* ${D}/usr/share/tablesorter/themes/ +} diff --git a/profiles/categories b/profiles/categories index b679eb1..722703f 100644 --- a/profiles/categories +++ b/profiles/categories @@ -1 +1,2 @@ js-libs +jquery-plugins -- cgit v1.2.3-65-gdbad