* [gentoo-commits] dev/graaff:master commit in: app-emacs/ponylang-mode/
@ 2016-04-01 7:18 Hans de Graaff
0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-04-01 7:18 UTC (permalink / raw
To: gentoo-commits
commit: bc6d28656021f34a3f3b8c946c864658d6dda460
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Apr 1 07:13:25 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 1 07:13:25 2016 +0000
URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=bc6d2865
app-emacs/ponylang-mode: update HOMEPAGE and SRC_URI
Package-Manager: portage-2.2.26
app-emacs/ponylang-mode/ponylang-mode-0.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/ponylang-mode/ponylang-mode-0.0.1.ebuild b/app-emacs/ponylang-mode/ponylang-mode-0.0.1.ebuild
index eb90a97..6d900db 100644
--- a/app-emacs/ponylang-mode/ponylang-mode-0.0.1.ebuild
+++ b/app-emacs/ponylang-mode/ponylang-mode-0.0.1.ebuild
@@ -9,8 +9,8 @@ inherit elisp
IUSE=""
DESCRIPTION="A major mode for editing pony"
-HOMEPAGE="https://github.com/abingham/ponylang-mode/"
-SRC_URI="https://github.com/abingham/ponylang-mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/SeanTAllen/ponylang-mode/"
+SRC_URI="https://github.com/SeanTAllen/ponylang-mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: app-emacs/ponylang-mode/
@ 2016-04-01 7:18 Hans de Graaff
0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-04-01 7:18 UTC (permalink / raw
To: gentoo-commits
commit: aca332dab483deb60f1fbd1e301b5a666b581a66
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Apr 1 07:15:14 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 1 07:15:14 2016 +0000
URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=aca332da
app-emacs/ponylang-mode: add 0.0.3
Package-Manager: portage-2.2.26
app-emacs/ponylang-mode/Manifest | 1 +
app-emacs/ponylang-mode/ponylang-mode-0.0.3.ebuild | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/app-emacs/ponylang-mode/Manifest b/app-emacs/ponylang-mode/Manifest
index fd10e4c..be741d2 100644
--- a/app-emacs/ponylang-mode/Manifest
+++ b/app-emacs/ponylang-mode/Manifest
@@ -1 +1,2 @@
DIST ponylang-mode-0.0.1.tar.gz 4886 SHA256 4e9ff331e04ff04830361b8aadf7ce1a38a024b068eb2ffbcedc881b39491a3d SHA512 891c10da4e2b92dd99f6a13cae41441ea94f7612086c6e78ba63c22a5d9ed37bb92a18e290f878d9b2f46dc6c7bc61cce43a014311fa1719ad1cce50ae6470eb WHIRLPOOL 4223e9bd55a1a2f5419b60d37b13e5d72d4a29388083b2fbaf7710c21f4a509bda818eb020099c533f270a2badbaf28a7e5839a3e35b67858c354030c97b8fa7
+DIST ponylang-mode-0.0.3.tar.gz 5111 SHA256 e25d0a037b2caed9f05b886ef22b293f0fa0940e96346980f78fbf33d7baac1a SHA512 a48ea071c4a122d7435b92a33fc7dd351ac119dcd48561b73b3c4e0c73fbe5afe2d17487d218256f6d9d12a8b7b3d05cbd415fd9a688ae1b4b0f25e85147a2fb WHIRLPOOL fdd5d9c5befc89c4b88e6cf29e22d683a27f4cfaa1e03203807745f8b565a0679673b408d320283f1f7f64e3f948c4e39f6ec597e487d72935b23c02bf73bb7e
diff --git a/app-emacs/ponylang-mode/ponylang-mode-0.0.3.ebuild b/app-emacs/ponylang-mode/ponylang-mode-0.0.3.ebuild
new file mode 100644
index 0000000..6d900db
--- /dev/null
+++ b/app-emacs/ponylang-mode/ponylang-mode-0.0.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit elisp
+
+IUSE=""
+
+DESCRIPTION="A major mode for editing pony"
+HOMEPAGE="https://github.com/SeanTAllen/ponylang-mode/"
+SRC_URI="https://github.com/SeanTAllen/ponylang-mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: app-emacs/ponylang-mode/
@ 2016-04-05 5:25 Hans de Graaff
0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-04-05 5:25 UTC (permalink / raw
To: gentoo-commits
commit: a95c2b3134597969f2911b4af264ff1eedb1ec25
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Apr 5 05:20:23 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Apr 5 05:20:23 2016 +0000
URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=a95c2b31
app-emacs/ponylang-mode: add 0.0.5
Package-Manager: portage-2.2.26
app-emacs/ponylang-mode/Manifest | 1 +
app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/app-emacs/ponylang-mode/Manifest b/app-emacs/ponylang-mode/Manifest
index be741d2..26f75ad 100644
--- a/app-emacs/ponylang-mode/Manifest
+++ b/app-emacs/ponylang-mode/Manifest
@@ -1,2 +1,3 @@
DIST ponylang-mode-0.0.1.tar.gz 4886 SHA256 4e9ff331e04ff04830361b8aadf7ce1a38a024b068eb2ffbcedc881b39491a3d SHA512 891c10da4e2b92dd99f6a13cae41441ea94f7612086c6e78ba63c22a5d9ed37bb92a18e290f878d9b2f46dc6c7bc61cce43a014311fa1719ad1cce50ae6470eb WHIRLPOOL 4223e9bd55a1a2f5419b60d37b13e5d72d4a29388083b2fbaf7710c21f4a509bda818eb020099c533f270a2badbaf28a7e5839a3e35b67858c354030c97b8fa7
DIST ponylang-mode-0.0.3.tar.gz 5111 SHA256 e25d0a037b2caed9f05b886ef22b293f0fa0940e96346980f78fbf33d7baac1a SHA512 a48ea071c4a122d7435b92a33fc7dd351ac119dcd48561b73b3c4e0c73fbe5afe2d17487d218256f6d9d12a8b7b3d05cbd415fd9a688ae1b4b0f25e85147a2fb WHIRLPOOL fdd5d9c5befc89c4b88e6cf29e22d683a27f4cfaa1e03203807745f8b565a0679673b408d320283f1f7f64e3f948c4e39f6ec597e487d72935b23c02bf73bb7e
+DIST ponylang-mode-0.0.5.tar.gz 6077 SHA256 59e6babcde6da5592813b1d6081c8a2d9264e77915ac5f895cd63b1b8a3c3cb4 SHA512 1e37a9590a211997a4368afde56501ac69afcbe83383327ece45211303caa4188f8616f74b4572464d5d8d9bf11d8bf14055e85547e506f2fafc019f2a6f9047 WHIRLPOOL d6c437fc2e45b4ae0a130be012ff3577de0d704b4d2d295afc7f7a16e8c0f90fb8bf0201825989a4cea2485d6b3e404b687aeee9db73bde68bf1bcb067673dd7
diff --git a/app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild b/app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild
new file mode 100644
index 0000000..6d900db
--- /dev/null
+++ b/app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit elisp
+
+IUSE=""
+
+DESCRIPTION="A major mode for editing pony"
+HOMEPAGE="https://github.com/SeanTAllen/ponylang-mode/"
+SRC_URI="https://github.com/SeanTAllen/ponylang-mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: app-emacs/ponylang-mode/
@ 2016-04-05 5:25 Hans de Graaff
0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-04-05 5:25 UTC (permalink / raw
To: gentoo-commits
commit: c2b720e7159af96d276139b48500db9a3c3272ef
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Apr 5 05:22:21 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Apr 5 05:22:21 2016 +0000
URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=c2b720e7
app-emacs/ponylang-mode: install docs
Package-Manager: portage-2.2.26
app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild b/app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild
index 6d900db..334a6d9 100644
--- a/app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild
+++ b/app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild
@@ -16,3 +16,4 @@ SLOT="0"
KEYWORDS="~amd64"
SITEFILE="50${PN}-gentoo.el"
+DOCS="CHANGELOG.md README.md"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: app-emacs/ponylang-mode/
@ 2016-04-16 6:07 Hans de Graaff
0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-04-16 6:07 UTC (permalink / raw
To: gentoo-commits
commit: 5dc2d42e86e50bfb9d3e24acd05bf355f7648d04
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Apr 11 05:25:31 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 05:25:31 2016 +0000
URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=5dc2d42e
app-emacs/ponylang-mode: cleanup
Package-Manager: portage-2.2.26
app-emacs/ponylang-mode/Manifest | 2 --
app-emacs/ponylang-mode/ponylang-mode-0.0.1.ebuild | 18 ------------------
app-emacs/ponylang-mode/ponylang-mode-0.0.3.ebuild | 18 ------------------
3 files changed, 38 deletions(-)
diff --git a/app-emacs/ponylang-mode/Manifest b/app-emacs/ponylang-mode/Manifest
index 26f75ad..5076fe7 100644
--- a/app-emacs/ponylang-mode/Manifest
+++ b/app-emacs/ponylang-mode/Manifest
@@ -1,3 +1 @@
-DIST ponylang-mode-0.0.1.tar.gz 4886 SHA256 4e9ff331e04ff04830361b8aadf7ce1a38a024b068eb2ffbcedc881b39491a3d SHA512 891c10da4e2b92dd99f6a13cae41441ea94f7612086c6e78ba63c22a5d9ed37bb92a18e290f878d9b2f46dc6c7bc61cce43a014311fa1719ad1cce50ae6470eb WHIRLPOOL 4223e9bd55a1a2f5419b60d37b13e5d72d4a29388083b2fbaf7710c21f4a509bda818eb020099c533f270a2badbaf28a7e5839a3e35b67858c354030c97b8fa7
-DIST ponylang-mode-0.0.3.tar.gz 5111 SHA256 e25d0a037b2caed9f05b886ef22b293f0fa0940e96346980f78fbf33d7baac1a SHA512 a48ea071c4a122d7435b92a33fc7dd351ac119dcd48561b73b3c4e0c73fbe5afe2d17487d218256f6d9d12a8b7b3d05cbd415fd9a688ae1b4b0f25e85147a2fb WHIRLPOOL fdd5d9c5befc89c4b88e6cf29e22d683a27f4cfaa1e03203807745f8b565a0679673b408d320283f1f7f64e3f948c4e39f6ec597e487d72935b23c02bf73bb7e
DIST ponylang-mode-0.0.5.tar.gz 6077 SHA256 59e6babcde6da5592813b1d6081c8a2d9264e77915ac5f895cd63b1b8a3c3cb4 SHA512 1e37a9590a211997a4368afde56501ac69afcbe83383327ece45211303caa4188f8616f74b4572464d5d8d9bf11d8bf14055e85547e506f2fafc019f2a6f9047 WHIRLPOOL d6c437fc2e45b4ae0a130be012ff3577de0d704b4d2d295afc7f7a16e8c0f90fb8bf0201825989a4cea2485d6b3e404b687aeee9db73bde68bf1bcb067673dd7
diff --git a/app-emacs/ponylang-mode/ponylang-mode-0.0.1.ebuild b/app-emacs/ponylang-mode/ponylang-mode-0.0.1.ebuild
deleted file mode 100644
index 6d900db..0000000
--- a/app-emacs/ponylang-mode/ponylang-mode-0.0.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit elisp
-
-IUSE=""
-
-DESCRIPTION="A major mode for editing pony"
-HOMEPAGE="https://github.com/SeanTAllen/ponylang-mode/"
-SRC_URI="https://github.com/SeanTAllen/ponylang-mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/ponylang-mode/ponylang-mode-0.0.3.ebuild b/app-emacs/ponylang-mode/ponylang-mode-0.0.3.ebuild
deleted file mode 100644
index 6d900db..0000000
--- a/app-emacs/ponylang-mode/ponylang-mode-0.0.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit elisp
-
-IUSE=""
-
-DESCRIPTION="A major mode for editing pony"
-HOMEPAGE="https://github.com/SeanTAllen/ponylang-mode/"
-SRC_URI="https://github.com/SeanTAllen/ponylang-mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: app-emacs/ponylang-mode/
@ 2016-06-15 20:35 Hans de Graaff
0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-06-15 20:35 UTC (permalink / raw
To: gentoo-commits
commit: 62741b02c565e0e1d93423c987d0347d5c42715a
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Jun 15 20:32:58 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 20:32:58 2016 +0000
URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=62741b02
app-emacs/ponylang-mode: add 0.0.7
Package-Manager: portage-2.2.28
app-emacs/ponylang-mode/Manifest | 1 +
app-emacs/ponylang-mode/ponylang-mode-0.0.7.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/app-emacs/ponylang-mode/Manifest b/app-emacs/ponylang-mode/Manifest
index 5076fe7..d8c1d72 100644
--- a/app-emacs/ponylang-mode/Manifest
+++ b/app-emacs/ponylang-mode/Manifest
@@ -1 +1,2 @@
DIST ponylang-mode-0.0.5.tar.gz 6077 SHA256 59e6babcde6da5592813b1d6081c8a2d9264e77915ac5f895cd63b1b8a3c3cb4 SHA512 1e37a9590a211997a4368afde56501ac69afcbe83383327ece45211303caa4188f8616f74b4572464d5d8d9bf11d8bf14055e85547e506f2fafc019f2a6f9047 WHIRLPOOL d6c437fc2e45b4ae0a130be012ff3577de0d704b4d2d295afc7f7a16e8c0f90fb8bf0201825989a4cea2485d6b3e404b687aeee9db73bde68bf1bcb067673dd7
+DIST ponylang-mode-0.0.7.tar.gz 6226 SHA256 8de83c865c0d4bbc8d5c2623947153c2e031f37e497c843a96c93cb313542cda SHA512 ab3cc3dcc155b6e8fc8fc061d936f90f0fac5bf54c7c441f0f022af2854672ddbc0b47066fdcf4f8550d40047bed2edb7172aa3cb923092b8efeaf5ead8ead4a WHIRLPOOL 0bdbdb21d53c8513192d20834a3e23c4271968480221e81109d7a738c787d57a83f61616f0d7305aab4fc251299d5a817124234c467fa97f54d0bb4995a381ac
diff --git a/app-emacs/ponylang-mode/ponylang-mode-0.0.7.ebuild b/app-emacs/ponylang-mode/ponylang-mode-0.0.7.ebuild
new file mode 100644
index 0000000..334a6d9
--- /dev/null
+++ b/app-emacs/ponylang-mode/ponylang-mode-0.0.7.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit elisp
+
+IUSE=""
+
+DESCRIPTION="A major mode for editing pony"
+HOMEPAGE="https://github.com/SeanTAllen/ponylang-mode/"
+SRC_URI="https://github.com/SeanTAllen/ponylang-mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS="CHANGELOG.md README.md"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: app-emacs/ponylang-mode/
@ 2016-07-03 8:47 Hans de Graaff
0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-07-03 8:47 UTC (permalink / raw
To: gentoo-commits
commit: 17a9f4bce83a5b117f915df22b78fa8b135c6f99
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Jul 2 07:57:15 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 07:57:15 2016 +0000
URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=17a9f4bc
app-emacs/ponylang-mode: cleanup
Package-Manager: portage-2.2.28
app-emacs/ponylang-mode/Manifest | 1 -
app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/app-emacs/ponylang-mode/Manifest b/app-emacs/ponylang-mode/Manifest
index d8c1d72..1c85d54 100644
--- a/app-emacs/ponylang-mode/Manifest
+++ b/app-emacs/ponylang-mode/Manifest
@@ -1,2 +1 @@
-DIST ponylang-mode-0.0.5.tar.gz 6077 SHA256 59e6babcde6da5592813b1d6081c8a2d9264e77915ac5f895cd63b1b8a3c3cb4 SHA512 1e37a9590a211997a4368afde56501ac69afcbe83383327ece45211303caa4188f8616f74b4572464d5d8d9bf11d8bf14055e85547e506f2fafc019f2a6f9047 WHIRLPOOL d6c437fc2e45b4ae0a130be012ff3577de0d704b4d2d295afc7f7a16e8c0f90fb8bf0201825989a4cea2485d6b3e404b687aeee9db73bde68bf1bcb067673dd7
DIST ponylang-mode-0.0.7.tar.gz 6226 SHA256 8de83c865c0d4bbc8d5c2623947153c2e031f37e497c843a96c93cb313542cda SHA512 ab3cc3dcc155b6e8fc8fc061d936f90f0fac5bf54c7c441f0f022af2854672ddbc0b47066fdcf4f8550d40047bed2edb7172aa3cb923092b8efeaf5ead8ead4a WHIRLPOOL 0bdbdb21d53c8513192d20834a3e23c4271968480221e81109d7a738c787d57a83f61616f0d7305aab4fc251299d5a817124234c467fa97f54d0bb4995a381ac
diff --git a/app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild b/app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild
deleted file mode 100644
index 334a6d9..0000000
--- a/app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit elisp
-
-IUSE=""
-
-DESCRIPTION="A major mode for editing pony"
-HOMEPAGE="https://github.com/SeanTAllen/ponylang-mode/"
-SRC_URI="https://github.com/SeanTAllen/ponylang-mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-SITEFILE="50${PN}-gentoo.el"
-DOCS="CHANGELOG.md README.md"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: app-emacs/ponylang-mode/
@ 2016-10-21 5:08 Hans de Graaff
0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-10-21 5:08 UTC (permalink / raw
To: gentoo-commits
commit: 90c39544c225d56177a5b49db6770114065a6481
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Oct 21 05:07:28 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 05:07:28 2016 +0000
URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=90c39544
app-emacs/ponylang-mode: add 0.0.8
Package-Manager: portage-2.3.0
app-emacs/ponylang-mode/Manifest | 1 +
app-emacs/ponylang-mode/metadata.xml | 2 +-
app-emacs/ponylang-mode/ponylang-mode-0.0.8.ebuild | 19 +++++++++++++++++++
3 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/app-emacs/ponylang-mode/Manifest b/app-emacs/ponylang-mode/Manifest
index 1c85d54..dbe5ce1 100644
--- a/app-emacs/ponylang-mode/Manifest
+++ b/app-emacs/ponylang-mode/Manifest
@@ -1 +1,2 @@
DIST ponylang-mode-0.0.7.tar.gz 6226 SHA256 8de83c865c0d4bbc8d5c2623947153c2e031f37e497c843a96c93cb313542cda SHA512 ab3cc3dcc155b6e8fc8fc061d936f90f0fac5bf54c7c441f0f022af2854672ddbc0b47066fdcf4f8550d40047bed2edb7172aa3cb923092b8efeaf5ead8ead4a WHIRLPOOL 0bdbdb21d53c8513192d20834a3e23c4271968480221e81109d7a738c787d57a83f61616f0d7305aab4fc251299d5a817124234c467fa97f54d0bb4995a381ac
+DIST ponylang-mode-0.0.8.tar.gz 6329 SHA256 f74ce84c489c1e2cdcd0ae816edc9d6cd65464279c84c5e8d496c6aafd091324 SHA512 ff3d2ab2e7172ffc248db9ea2cbcfbca795a7e54150d612d7b3d75591538952d3d34d79c011d52c7ea1426d96e23b0fb630b918444a034de203098a294e5e4d2 WHIRLPOOL d76cdabb59e6c8c2c6a558afcc369b58d26fbc774401c007e3e0a766c17165499437e6cdf6f012e2d9d0daf956fef87d2f852e68cdd963f59570adb98b217401
diff --git a/app-emacs/ponylang-mode/metadata.xml b/app-emacs/ponylang-mode/metadata.xml
index f977299..bd70e45 100644
--- a/app-emacs/ponylang-mode/metadata.xml
+++ b/app-emacs/ponylang-mode/metadata.xml
@@ -1,5 +1,5 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer><email>graaff@gentoo.org</email></maintainer>
+<maintainer type="person"><email>graaff@gentoo.org</email></maintainer>
</pkgmetadata>
diff --git a/app-emacs/ponylang-mode/ponylang-mode-0.0.8.ebuild b/app-emacs/ponylang-mode/ponylang-mode-0.0.8.ebuild
new file mode 100644
index 0000000..334a6d9
--- /dev/null
+++ b/app-emacs/ponylang-mode/ponylang-mode-0.0.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit elisp
+
+IUSE=""
+
+DESCRIPTION="A major mode for editing pony"
+HOMEPAGE="https://github.com/SeanTAllen/ponylang-mode/"
+SRC_URI="https://github.com/SeanTAllen/ponylang-mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS="CHANGELOG.md README.md"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2016-10-21 5:08 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-03 8:47 [gentoo-commits] dev/graaff:master commit in: app-emacs/ponylang-mode/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2016-10-21 5:08 Hans de Graaff
2016-06-15 20:35 Hans de Graaff
2016-04-16 6:07 Hans de Graaff
2016-04-05 5:25 Hans de Graaff
2016-04-05 5:25 Hans de Graaff
2016-04-01 7:18 Hans de Graaff
2016-04-01 7:18 Hans de Graaff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox