emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 611bd94 16/26: Switch from Carton to Cask


From: Rocky Bernstein
Subject: [elpa] master 611bd94 16/26: Switch from Carton to Cask
Date: Thu, 25 May 2017 02:22:15 -0400 (EDT)

branch: master
commit 611bd9447b167f6d912c345953e7434cf47cc10d
Author: Syohei YOSHIDA <address@hidden>
Commit: Syohei YOSHIDA <address@hidden>

    Switch from Carton to Cask
    
    Carton was renamed to Cask.
---
 .gitignore | 1 +
 Carton     | 4 ----
 Cask       | 4 ++++
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0b38301..637d268 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /missing
 /script
 /README
+/.cask/
diff --git a/Carton b/Carton
deleted file mode 100644
index b039f40..0000000
--- a/Carton
+++ /dev/null
@@ -1,4 +0,0 @@
-(source "melpa" "http://melpa.milkbox.net/packages/";)
-
-(package "test-simple" "0.2.1"
-        "Unit tests for GNU emacs that work interactively and in batch")
diff --git a/Cask b/Cask
new file mode 100644
index 0000000..ee870dc
--- /dev/null
+++ b/Cask
@@ -0,0 +1,4 @@
+(source gnu)
+(source melpa)
+
+(package-file "test-simple.el")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]