summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2010-12-05 23:50:05 -0200
committerIsmael Luceno2010-12-06 03:07:32 -0200
commit3483c5f30af3bb9e575a8940d0912d935ea753c1 (patch)
tree6830d0b32a40dc5112a83bea13a81f223aa206ec
parente3d8483d03a7c8fbeef60b375c307c4327842c7e (diff)
yasnippet: move to emacs-lisp
-rwxr-xr-xeditors/yasnippet/BUILD1
-rw-r--r--editors/yasnippet/HISTORY3
-rwxr-xr-xeditors/yasnippet/INSTALL4
-rwxr-xr-xemacs-lisp/yasnippet/DEPENDS (renamed from editors/yasnippet/DEPENDS)0
-rwxr-xr-xemacs-lisp/yasnippet/DETAILS (renamed from editors/yasnippet/DETAILS)0
-rw-r--r--emacs-lisp/yasnippet/HISTORY6
6 files changed, 6 insertions, 8 deletions
diff --git a/editors/yasnippet/BUILD b/editors/yasnippet/BUILD
deleted file mode 100755
index 5b9006c6b6..0000000000
--- a/editors/yasnippet/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-find "$SOURCE_DIRECTORY" -name '*.el' -exec emacs -batch -f batch-byte-compile '{}' +
diff --git a/editors/yasnippet/HISTORY b/editors/yasnippet/HISTORY
deleted file mode 100644
index ca3b499bfb..0000000000
--- a/editors/yasnippet/HISTORY
+++ /dev/null
@@ -1,3 +0,0 @@
-2010-11-30 Ismael Luceno <ismael@sourcemage.org>
- * BUILD, DEPENDS, DETAILS, INSTALL: spell created
-
diff --git a/editors/yasnippet/INSTALL b/editors/yasnippet/INSTALL
deleted file mode 100755
index 04f5c37631..0000000000
--- a/editors/yasnippet/INSTALL
+++ /dev/null
@@ -1,4 +0,0 @@
-DIR="$INSTALL_ROOT/usr/share/emacs/site-lisp/$SPELL" &&
-
-install -d -m755 "$DIR" &&
-cp -r "$SOURCE_DIRECTORY"/* "$DIR"
diff --git a/editors/yasnippet/DEPENDS b/emacs-lisp/yasnippet/DEPENDS
index ce886b1390..ce886b1390 100755
--- a/editors/yasnippet/DEPENDS
+++ b/emacs-lisp/yasnippet/DEPENDS
diff --git a/editors/yasnippet/DETAILS b/emacs-lisp/yasnippet/DETAILS
index 4f1ddb0a41..4f1ddb0a41 100755
--- a/editors/yasnippet/DETAILS
+++ b/emacs-lisp/yasnippet/DETAILS
diff --git a/emacs-lisp/yasnippet/HISTORY b/emacs-lisp/yasnippet/HISTORY
new file mode 100644
index 0000000000..f30db8f2d1
--- /dev/null
+++ b/emacs-lisp/yasnippet/HISTORY
@@ -0,0 +1,6 @@
+2010-12-06 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD, INSTALL: removed, already provided by the emacs-lisp section
+
+2010-11-30 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+