pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
twittering-mode: Rename to twittering-mode-git
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Wed Sep 21 01:40:26 2016 +0200
Changeset: 8e54c8ea925f30f7a32249fd34ad9c70dc726485
Added Files:
twittering-mode-git/DESCR
twittering-mode-git/MESSAGE
twittering-mode-git/Makefile
twittering-mode-git/PLIST
twittering-mode-git/distinfo
Removed Files:
twittering-mode/DESCR
twittering-mode/MESSAGE
twittering-mode/Makefile
twittering-mode/PLIST
twittering-mode/distinfo
Log Message:
twittering-mode: Rename to twittering-mode-git
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8e54c8ea925f30f7a32249fd34ad9c70dc726485
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
twittering-mode-git/DESCR | 4 ++++
twittering-mode-git/MESSAGE | 19 +++++++++++++++++++
twittering-mode-git/Makefile | 33 +++++++++++++++++++++++++++++++++
twittering-mode-git/PLIST | 2 ++
twittering-mode-git/distinfo | 1 +
twittering-mode/DESCR | 4 ----
twittering-mode/MESSAGE | 19 -------------------
twittering-mode/Makefile | 33 ---------------------------------
twittering-mode/PLIST | 2 --
twittering-mode/distinfo | 1 -
10 files changed, 59 insertions(+), 59 deletions(-)
diffs:
diff --git a/twittering-mode-git/DESCR b/twittering-mode-git/DESCR
new file mode 100644
index 0000000..e4a414b
--- /dev/null
+++ b/twittering-mode-git/DESCR
@@ -0,0 +1,4 @@
+Twittering-mode enables you to tweet on Emacsen.
+
+- web: http://twmode.sf.net
+- github: http://github.com/hayamiz/twittering-mode
diff --git a/twittering-mode-git/MESSAGE b/twittering-mode-git/MESSAGE
new file mode 100644
index 0000000..f20e872
--- /dev/null
+++ b/twittering-mode-git/MESSAGE
@@ -0,0 +1,19 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2011/07/21 00:52:22 makoto Exp $
+;; You may set following lines in your init file (~/.emacs etc)
+;; (add-to-list 'load-path "/path/to/installed/dir") ;; if you need
+ (require 'twittering-mode)
+ (setq twittering-username "your_account_name")
+;; http://www.emacswiki.org/emacs/TwitteringMode
+;; Show icons (requires wget)
+ (twittering-icon-mode)
+;; Update your timeline each 300 seconds (5 minutes)
+ (setq twittering-timer-interval 300)
+;; Directory to store buddy icons
+ (setq twittering-tmp-dir "/tmp/twittering-tmp-dir")
+;; sometimes you may need following line
+ (setq twittering-auth-method 'xauth)
+;; work-around for twitter problem (occasionally you may need this)
+;; Don't set this for regular use.
+;; (setq twittering-allow-insecure-server-cert t)
+===========================================================================
diff --git a/twittering-mode-git/Makefile b/twittering-mode-git/Makefile
new file mode 100644
index 0000000..b6afd76
--- /dev/null
+++ b/twittering-mode-git/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.10 2013/09/09 14:51:58 makoto Exp $
+
+# M-x twittering-mode-version shows twittering-mode-vHEAD,
+# but just for convenience:
+DISTNAME= twittering-mode-3.0.0
+CATEGORIES= net
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/hayamiz/twittering-mode/
+COMMENT= Emacs client for twitter
+LICENSE= gnu-gpl-v2
+
+GIT_REPOSITORIES= master
+GIT_REPO.master= https://github.com/hayamiz/twittering-mode.git
+GIT_MODULE.master= twittering-mode
+PKGSRC_SETENV= GIT_SSL_NO_VERIFY=true
+
+WRKSRC= ${WRKDIR}/twittering-mode
+NO_BUILD= yes
+USE_LANGUAGES= # none
+
+.include "../../editors/emacs/modules.mk"
+# Avoid single file spread out just under site-lisp directory.
+# And directory name should get higher precedence, so begins with 'a'.
+INSTALLATION_DIRS= ${EMACS_LISPPREFIX}/a-files
+
+TEST_TARGET= check
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/twittering-mode.el ${DESTDIR}${INSTALLATION_DIRS}
+
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/twittering-mode-git/PLIST b/twittering-mode-git/PLIST
new file mode 100644
index 0000000..3fb25b3
--- /dev/null
+++ b/twittering-mode-git/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/21 00:52:22 makoto Exp $
+share/emacs/site-lisp/a-files/twittering-mode.el
diff --git a/twittering-mode-git/distinfo b/twittering-mode-git/distinfo
new file mode 100644
index 0000000..07d9d1e
--- /dev/null
+++ b/twittering-mode-git/distinfo
@@ -0,0 +1 @@
+$NetBSD: distinfo,v 1.5 2013/06/14 13:50:15 makoto Exp $
diff --git a/twittering-mode/DESCR b/twittering-mode/DESCR
deleted file mode 100644
index e4a414b..0000000
--- a/twittering-mode/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Twittering-mode enables you to tweet on Emacsen.
-
-- web: http://twmode.sf.net
-- github: http://github.com/hayamiz/twittering-mode
diff --git a/twittering-mode/MESSAGE b/twittering-mode/MESSAGE
deleted file mode 100644
index f20e872..0000000
--- a/twittering-mode/MESSAGE
+++ /dev/null
@@ -1,19 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2011/07/21 00:52:22 makoto Exp $
-;; You may set following lines in your init file (~/.emacs etc)
-;; (add-to-list 'load-path "/path/to/installed/dir") ;; if you need
- (require 'twittering-mode)
- (setq twittering-username "your_account_name")
-;; http://www.emacswiki.org/emacs/TwitteringMode
-;; Show icons (requires wget)
- (twittering-icon-mode)
-;; Update your timeline each 300 seconds (5 minutes)
- (setq twittering-timer-interval 300)
-;; Directory to store buddy icons
- (setq twittering-tmp-dir "/tmp/twittering-tmp-dir")
-;; sometimes you may need following line
- (setq twittering-auth-method 'xauth)
-;; work-around for twitter problem (occasionally you may need this)
-;; Don't set this for regular use.
-;; (setq twittering-allow-insecure-server-cert t)
-===========================================================================
diff --git a/twittering-mode/Makefile b/twittering-mode/Makefile
deleted file mode 100644
index b6afd76..0000000
--- a/twittering-mode/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2013/09/09 14:51:58 makoto Exp $
-
-# M-x twittering-mode-version shows twittering-mode-vHEAD,
-# but just for convenience:
-DISTNAME= twittering-mode-3.0.0
-CATEGORIES= net
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/hayamiz/twittering-mode/
-COMMENT= Emacs client for twitter
-LICENSE= gnu-gpl-v2
-
-GIT_REPOSITORIES= master
-GIT_REPO.master= https://github.com/hayamiz/twittering-mode.git
-GIT_MODULE.master= twittering-mode
-PKGSRC_SETENV= GIT_SSL_NO_VERIFY=true
-
-WRKSRC= ${WRKDIR}/twittering-mode
-NO_BUILD= yes
-USE_LANGUAGES= # none
-
-.include "../../editors/emacs/modules.mk"
-# Avoid single file spread out just under site-lisp directory.
-# And directory name should get higher precedence, so begins with 'a'.
-INSTALLATION_DIRS= ${EMACS_LISPPREFIX}/a-files
-
-TEST_TARGET= check
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/twittering-mode.el ${DESTDIR}${INSTALLATION_DIRS}
-
-.include "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/twittering-mode/PLIST b/twittering-mode/PLIST
deleted file mode 100644
index 3fb25b3..0000000
--- a/twittering-mode/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/21 00:52:22 makoto Exp $
-share/emacs/site-lisp/a-files/twittering-mode.el
diff --git a/twittering-mode/distinfo b/twittering-mode/distinfo
deleted file mode 100644
index 07d9d1e..0000000
--- a/twittering-mode/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-$NetBSD: distinfo,v 1.5 2013/06/14 13:50:15 makoto Exp $
Home |
Main Index |
Thread Index |
Old Index