summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jquery-plugins/tablesorter/Manifest2
-rw-r--r--jquery-plugins/tablesorter/tablesorter-2.0.5.ebuild30
-rw-r--r--profiles/categories1
3 files changed, 33 insertions, 0 deletions
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