changeset 1150:b82583949223

<GreyKnight> rm penlight-1.0.0-1.rockspec tempgk.*
author HackBot
date Fri, 14 Dec 2012 22:52:14 +0000
parents 3a8f4a117c9e
children 2c16f517681c
files penlight-1.0.0-1.rockspec tempgk.err tempgk.out
diffstat 2 files changed, 0 insertions(+), 128 deletions(-) [+]
line wrap: on
line diff
--- a/penlight-1.0.0-1.rockspec	Fri Dec 14 22:51:37 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,67 +0,0 @@
-package = "penlight"
-version = "1.0.0-1"
-
-source = {
-  dir = "penlight-1.0.0",
-  url = "http://stevedonovan.github.com/files/penlight-1.0.0-core.zip",
-}
-
-description = {
-  summary = "Lua utility libraries loosely based on the Python standard libraries",
-  homepage = "http://stevedonovan.github.com/Penlight",
-  license = "MIT/X11",
-  maintainer = "steve.j.donovan@gmail.com",
-  homepage = "http://stevedonovan.github.com/Penlight/api/index.html",
-  detailed = [[
-Penlight is a set of pure Lua libraries for making it easier to work with common tasks like
-iterating over directories, reading configuration files and the like. Provides functional operations
-on tables and sequences.
-]]
-}
-
-dependencies = {
-  "luafilesystem",
-}
-
-build = {
-  type = "builtin",
-  modules = {
-    ["pl.strict"] = "lua/pl/strict.lua",
-    ["pl.dir"] = "lua/pl/dir.lua",
-    ["pl.operator"] = "lua/pl/operator.lua",
-    ["pl.input"] = "lua/pl/input.lua",
-    ["pl.config"] = "lua/pl/config.lua",
-    ["pl.seq"] = "lua/pl/seq.lua",
-    ["pl.stringio"] = "lua/pl/stringio.lua",
-    ["pl.text"] = "lua/pl/text.lua",
-    ["pl.test"] = "lua/pl/test.lua",
-    ["pl.tablex"] = "lua/pl/tablex.lua",
-    ["pl.app"] = "lua/pl/app.lua",
-    ["pl.stringx"] = "lua/pl/stringx.lua",
-    ["pl.lexer"] = "lua/pl/lexer.lua",
-    ["pl.utils"] = "lua/pl/utils.lua",
-    ["pl.sip"] = "lua/pl/sip.lua",
-    ["pl.permute"] = "lua/pl/permute.lua",
-    ["pl.pretty"] = "lua/pl/pretty.lua",
-    ["pl.class"] = "lua/pl/class.lua",
-    ["pl.List"] = "lua/pl/List.lua",
-    ["pl.data"] = "lua/pl/data.lua",
-    ["pl.Date"] = "lua/pl/Date.lua",
-    ["pl.init"] = "lua/pl/init.lua",
-    ["pl.luabalanced"] = "lua/pl/luabalanced.lua",
-    ["pl.comprehension"] = "lua/pl/comprehension.lua",
-    ["pl.path"] = "lua/pl/path.lua",
-    ["pl.array2d"] = "lua/pl/array2d.lua",
-    ["pl.func"] = "lua/pl/func.lua",
-    ["pl.lapp"] = "lua/pl/lapp.lua",
-    ["pl.file"] = "lua/pl/file.lua",
-    ['pl.template'] = "lua/pl/template.lua",
-    ["pl.Map"] = "lua/pl/Map.lua",
-    ["pl.MultiMap"] = "lua/pl/MultiMap.lua",
-    ["pl.OrderedMap"] = "lua/pl/OrderedMap.lua",
-    ["pl.Set"] = "lua/pl/Set.lua",
-    ["pl.xml"] = "lua/pl/xml.lua",
-    ["pl.platf.luajava"] = "lua/pl/platf/luajava.lua"
-  },
-}
-
--- a/tempgk.out	Fri Dec 14 22:51:37 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,61 +0,0 @@
-
-LuaRocks 2.0.12, a module deployment system for Lua
-
-NAME
-	luarocks - LuaRocks main command-line interface
-
-SYNOPSIS
-	luarocks [--from=<server> | --only-from=<server>] [--to=<tree>] [VAR=VALUE]... <command> [<argument>] 
-
-GENERAL OPTIONS
-	These apply to all commands, as appropriate:
-
-	--server=<server>      Fetch rocks/rockspecs from this server
-	                       (takes priority over config file)
-	--only-server=<server> Fetch rocks/rockspecs from this server only
-	                       (overrides any entries in the config file)
-	--only-sources=<url>   Restrict downloads to paths matching the
-	                       given URL.
-	--tree=<tree>          Which tree to operate on.
-	--local                Use the tree in the user's home directory.
-
-VARIABLES
-	Variables from the "variables" table of the configuration file
-	can be overriden with VAR=VALUE assignments.
-
-COMMANDS
-	build
-		Build/compile a rock.
-	download
-		Download a specific rock file from a rocks server.
-	help
-		Help on commands. Type 'luarocks help <command>' for more.
-	install
-		Install a rock.
-	lint
-		Check syntax of a rockspec.
-	list
-		Lists currently installed rocks.
-	make
-		Compile package in current directory using a rockspec.
-	new_version
-		Auto-write a rockspec for a new version of a rock.
-	pack
-		Create a rock, packing sources or binaries.
-	path
-		Return the currently configured package path.
-	purge
-		Remove all installed rocks from a tree.
-	remove
-		Uninstall a rock.
-	search
-		Query the LuaRocks servers.
-	show
-		Shows information about an installed rock.
-	unpack
-		Unpack the contents of a rock.
-
-CONFIGURATION
-	System configuration file: /hackenv/etc/luarocks/config.lua (ok)
-	User configuration file: /tmp/.luarocks/config.lua (not found)
-