[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/drupal-mode 866c3f4f86 128/308: Carton renamed to Cask.
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/drupal-mode 866c3f4f86 128/308: Carton renamed to Cask. |
Date: |
Tue, 25 Jan 2022 10:59:37 -0500 (EST) |
branch: elpa/drupal-mode
commit 866c3f4f86b699d771889b820e8dd4e3a71f6e46
Author: Arne Jørgensen <arne@arnested.dk>
Commit: Arne Jørgensen <arne@arnested.dk>
Carton renamed to Cask.
---
Carton | 3 ---
Cask | 3 +++
Makefile | 12 ++++++------
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/Carton b/Carton
deleted file mode 100644
index d4838337c6..0000000000
--- a/Carton
+++ /dev/null
@@ -1,3 +0,0 @@
-(package-file "drupal-mode.el")
-
-(source "marmalade" "http://marmalade-repo.org/packages/";)
diff --git a/Cask b/Cask
new file mode 100644
index 0000000000..efad37c367
--- /dev/null
+++ b/Cask
@@ -0,0 +1,3 @@
+(package-file "drupal-mode.el")
+
+(source marmalade)
diff --git a/Makefile b/Makefile
index 8266815737..6a8e9f52cd 100644
--- a/Makefile
+++ b/Makefile
@@ -19,12 +19,12 @@
.PHONY: all test clean install
-CARTON?=carton
+CASK?=cask
EMACS?=emacs
TAR?=bsdtar
PANDOC?=pandoc --atx-headers
-VERSION?=$(shell $(CARTON) version)
+VERSION?=$(shell $(CASK) version)
ARCHIVE_NAME=drupal-mode
PACKAGE_NAME=$(ARCHIVE_NAME)-$(VERSION)
@@ -32,8 +32,8 @@ PACKAGE_NAME=$(ARCHIVE_NAME)-$(VERSION)
all: $(PACKAGE_NAME).tar
test:
- $(CARTON) install
- $(CARTON) exec $(EMACS) --no-site-file --no-site-lisp --batch -L $(PWD)
-l drupal-tests -f ert-run-tests-batch-and-exit
+ $(CASK) install
+ $(CASK) exec $(EMACS) --no-site-file --no-site-lisp --batch -L $(PWD)
-l drupal-tests -f ert-run-tests-batch-and-exit
$(ARCHIVE_NAME).info: README.md
$(PANDOC) -t texinfo $^ | makeinfo -o $@
@@ -42,7 +42,7 @@ README: README.md
$(PANDOC) -t plain -o $@ $^
$(ARCHIVE_NAME)-pkg.el: $(ARCHIVE_NAME).el
- $(CARTON) package
+ $(CASK) package
# create a tar ball in package.el format for uploading to
http://marmalade-repo.org
$(PACKAGE_NAME).tar: README $(ARCHIVE_NAME).el $(ARCHIVE_NAME)-pkg.el
$(ARCHIVE_NAME).info dir drupal/*.el drupal-tests.el drush-make-mode.el
@@ -53,4 +53,4 @@ install: $(PACKAGE_NAME).tar
clean:
$(RM) $(ARCHIVE_NAME).info $(ARCHIVE_NAME)-*.tar $(ARCHIVE_NAME)-pkg.el
README
- $(RM) -r elpa
+ $(RM) -r .cask
- [nongnu] elpa/drupal-mode 5911ac2158 211/308: Fixed bad indentation., (continued)
- [nongnu] elpa/drupal-mode 5911ac2158 211/308: Fixed bad indentation., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 76199a3c68 243/308: Bump version number to 0.6.0., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 6fbdf7946b 241/308: Fixed getting Drupal site temp folder., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode d88b39e8f5 262/308: Fixed travis.yml, ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 3cae8bea76 267/308: Merge pull request #70 from arnested/api-skeleton, ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 1545d07f0d 265/308: Use drupal/phpcs-standard in drupal-phpcs checker, ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 690f2c5592 293/308: Cleanup URLs in documentation, ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 81c63e7c5a 064/308: Removed accidental debug message., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 615de83357 077/308: Build tags-table when drupal-mode is entered., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 9ca9376c93 055/308: Addes wrapper function and added test cases to package., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 866c3f4f86 128/308: Carton renamed to Cask.,
ELPA Syncer <=
- [nongnu] elpa/drupal-mode 080049a881 130/308: Reenable ignore-errors., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 0a9d8dfa49 164/308: Cleaned whitespace., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 430b04536e 176/308: Added special case for .tpl.php extensions., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode be281df109 175/308: Added info modes. Drupal Coder Sniffer understands info files as well., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 3937ec3f40 002/308: Initial version., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 6e1ef13c5e 001/308: Initial commit, ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 7d2d703ab9 017/308: Merge branch 'feature/documentation' into develop, ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 6fbdb4e9ad 020/308: Made customization of search URLs more intuitive., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 1e06f39e9f 025/308: Added `drupal-drush-cache-clear'., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 85040ec2e5 062/308: Actually enable flymake-mode in Drupal buffers., ELPA Syncer, 2022/01/25