]> code.delx.au - gnu-emacs-elpa/commitdiff
* packages/sokoban/sokoban.el: Fix version.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 24 Jan 2014 21:09:47 +0000 (16:09 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 24 Jan 2014 21:09:47 +0000 (16:09 -0500)
* packages/sokoban/sokoban-pkg.el: Remove.

packages/README
packages/sokoban/sokoban-pkg.el [deleted file]
packages/sokoban/sokoban.el

index 5b1c430b095d883b504ca55ba62e9f29a08deb83..d0b2d3e00731b7d19a7cb393130eebc901432449 100644 (file)
@@ -23,9 +23,14 @@ and the web-pages from this source code:
   of the package, if it's maintained externally.
 - A "News:" section (or "NEWS" file) can/should be used to list the
   user-visible changes of each version.
-- The "Package-Type: simple" header can be used to force the creation
-  of a single-file package even when there are several Elisp files in
-  the source (the other files will simply be ignored).
+- The "Package-Type:" header can be used to force the type of package
+  created (can be either `simple' for single-file packages or `multi' for
+  tarballs).  By default the type is decided based on whether there are
+  several Elisp files in the source (the other files will simply be
+  ignored).
+- If you want some files to not be included in the tarball, you can
+  put a `.elpaignore' file in the root of your package directory, where you
+  can list patterns of files to ignore (this file is passed to tar's -X).
 
 * External branches
 
diff --git a/packages/sokoban/sokoban-pkg.el b/packages/sokoban/sokoban-pkg.el
deleted file mode 100644 (file)
index 195179c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-(define-package "sokoban" "1.0.4" "Sokoban game for emacs")
index 73d00ba21526a4bbbf3aa7790591616872d387cd..6e8bee25ca79eb0e81c2c3e7dd4261ab3238b2dc 100644 (file)
@@ -2,8 +2,8 @@
 
 ;; Copyright (C) 1998, 2013 Free Software Foundation, Inc.
 
-;; Author: Glynn Clements <glynn.clements@virgin.net>
-;; Version: 1.04
+;; Author: Glynn Clements <glynn.clements@xemacs.org>
+;; Version: 1.4
 ;; Created: 1997-09-11
 ;; Keywords: games
 ;; Package-Type: multi