public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/nts/
@ 2016-11-29 20:45 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-11-29 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     aaef665accd3c99e4a1fc26348ac911a19d1dd6b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 20:42:06 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 20:45:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaef665a

x11-misc/nts: Make it work with wxpython3 (#601196)

Package-Manager: portage-2.3.2

 x11-misc/nts/nts-82-r1.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/x11-misc/nts/nts-82-r1.ebuild b/x11-misc/nts/nts-82-r1.ebuild
new file mode 100644
index 00000000..b9f3796
--- /dev/null
+++ b/x11-misc/nts/nts-82-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="Note Taking made Simple, an intuitive note taking application"
+HOMEPAGE="http://www.duke.edu/~dgraham/NTS/"
+SRC_URI="${HOMEPAGE}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/wxpython:3.0[${PYTHON_USEDEP}]
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+	|| ( dev-python/docutils[${PYTHON_USEDEP}] app-text/pandoc )
+"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/nts/
@ 2016-11-29 20:45 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-11-29 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     bc818dd5e7d9ef8f22ac858bc071fabe2129cd38
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 20:42:23 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 20:45:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc818dd5

x11-misc/nts: Drop old

Package-Manager: portage-2.3.2

 x11-misc/nts/nts-82.ebuild | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/x11-misc/nts/nts-82.ebuild b/x11-misc/nts/nts-82.ebuild
deleted file mode 100644
index bf0c1a8..00000000
--- a/x11-misc/nts/nts-82.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="Note Taking made Simple, an intuitive note taking application"
-HOMEPAGE="http://www.duke.edu/~dgraham/NTS/"
-SRC_URI="${HOMEPAGE}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-
-RDEPEND="
-	dev-python/wxpython:2.8[${PYTHON_USEDEP}]
-	dev-python/python-dateutil[${PYTHON_USEDEP}]
-	|| ( dev-python/docutils[${PYTHON_USEDEP}] app-text/pandoc )
-"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/nts/
@ 2020-01-13 10:07 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2020-01-13 10:07 UTC (permalink / raw
  To: gentoo-commits

commit:     a53288a2a74a828e71de0fbb1256db63bca5d3dd
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 10:06:40 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 10:06:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53288a2

x11-misc/nts: [QA] Fix HomepageInSrcUri

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-misc/nts/nts-82-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/nts/nts-82-r1.ebuild b/x11-misc/nts/nts-82-r1.ebuild
index 96a6ccd3682..38a03f592b1 100644
--- a/x11-misc/nts/nts-82-r1.ebuild
+++ b/x11-misc/nts/nts-82-r1.ebuild
@@ -7,7 +7,7 @@ inherit distutils-r1
 
 DESCRIPTION="Note Taking made Simple, an intuitive note taking application"
 HOMEPAGE="http://www.duke.edu/~dgraham/NTS/"
-SRC_URI="${HOMEPAGE}/${P}.tar.gz"
+SRC_URI="http://www.duke.edu/~dgraham/NTS/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-13 10:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-29 20:45 [gentoo-commits] repo/gentoo:master commit in: x11-misc/nts/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2016-11-29 20:45 Pacho Ramos
2020-01-13 10:07 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox