From: "Brian Dolbec" <brian.dolbec@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-guis:master commit in: app-portage/elogviewer/
Date: Sat, 22 Mar 2014 15:49:12 +0000 (UTC) [thread overview]
Message-ID: <1395502867.6222084431a12c1f2d1a3fd91baf506dba447b4a.dol-sen@gentoo> (raw)
commit: 6222084431a12c1f2d1a3fd91baf506dba447b4a
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 22 15:41:07 2014 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Sat Mar 22 15:41:07 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-guis.git;a=commit;h=62220844
elogviewer-2.1 has been moved to the main tree.
---
app-portage/elogviewer/Manifest | 4 ---
app-portage/elogviewer/elogviewer-2.0.ebuild | 48 ----------------------------
app-portage/elogviewer/elogviewer-2.1.ebuild | 48 ----------------------------
3 files changed, 100 deletions(-)
diff --git a/app-portage/elogviewer/Manifest b/app-portage/elogviewer/Manifest
deleted file mode 100644
index b741c9e..0000000
--- a/app-portage/elogviewer/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST elogviewer-2.0.tar.gz 13558 SHA256 768a13d2ac7fefeac37909855ee3b45858af01989ccab1953822e4d580efd06e SHA512 651ed3e02d227d392fd6711b6da0d9a8a13c1e034ac75c86f1a639e128596a19d18c76e7a779e3c4c2050e7543a13ebdd8fd6c42a974b4dbebbb2da68bfe9bfe WHIRLPOOL 780c4289e765655f86fd0248cd19fa5bfe96f33fb6f4778582b079a2592ccd4e92e25bbb477abdf776f434266b3ade6243e72512394ef903abb54386fdef25b2
-DIST elogviewer-2.1.tar.gz 14968 SHA256 12e13c1fec1651e57cf39f66231a2cf27af5110c1b4944ac84f76de7f9cc7fe7 SHA512 27a34ce67e16a51055246b7169c11c248310b2a1d987018938094301b2602839e48909e3224f7d791343bb691de8e2f0ca7b00bd1477e2b3b43d61a24b4e688f WHIRLPOOL c4ab91936d147121d3ab34d04d5c74587d5c4f61f56e2e1c35e0ceed5d92537d29642599b8c5215c2405c892b00f244a30c980da9270b3afab61cd083227e85e
-EBUILD elogviewer-2.0.ebuild 1295 SHA256 62c390cab9b2adaf32d844db3165f8270a0bf5892141af989d4afcd13220f239 SHA512 ddb0894eb56a25294483357234117a86cac0e88ee770da2424f391cfccde5a11e926c1b1b526b02885e9e16838d425253fa4b96a552f294ba77827dee32b4d35 WHIRLPOOL 826ecc2ac83ae51c1f855188f47a0ab1b5a0fff69a68d757d739584b05008d35a944c530121a89afec779c163e20fa2a0a6d7f4b14ee44594b6a87557677d82b
-EBUILD elogviewer-2.1.ebuild 1295 SHA256 62c390cab9b2adaf32d844db3165f8270a0bf5892141af989d4afcd13220f239 SHA512 ddb0894eb56a25294483357234117a86cac0e88ee770da2424f391cfccde5a11e926c1b1b526b02885e9e16838d425253fa4b96a552f294ba77827dee32b4d35 WHIRLPOOL 826ecc2ac83ae51c1f855188f47a0ab1b5a0fff69a68d757d739584b05008d35a944c530121a89afec779c163e20fa2a0a6d7f4b14ee44594b6a87557677d82b
diff --git a/app-portage/elogviewer/elogviewer-2.0.ebuild b/app-portage/elogviewer/elogviewer-2.0.ebuild
deleted file mode 100644
index ea2d6ba..0000000
--- a/app-portage/elogviewer/elogviewer-2.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-PYTHON_COMPAT=(python{2_6,2_7,3_1,3_2,3_3})
-
-inherit distutils-r1
-
-DESCRIPTION="Elog viewer for Gentoo"
-HOMEPAGE="https://sourceforge.net/projects/elogviewer"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]
- dev-python/PyQt4[${PYTHON_USEDEP}]
- >=sys-apps/portage-2.1
- "
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_install() {
- mv elogviewer.py elogviewer
- dobin elogviewer
- doman elogviewer.1
- dodoc LICENSE.TXT
-}
-
-pkg_postinst() {
- elog
- elog "In order to use this software, you need to activate"
- elog "Portage's elog features. Required is"
- elog " PORTAGE_ELOG_SYSTEM=\"save\" "
- elog "and at least one of "
- elog " PORTAGE_ELOG_CLASSES=\"warn error info log qa\""
- elog "More information on the elog system can be found"
- elog "in /etc/make.conf.example"
- elog
- elog "To operate properly this software needs the directory"
- elog "${PORT_LOGDIR:-/var/log/portage}/elog created, belonging to group portage."
- elog "To start the software as a user, add yourself to the portage"
- elog "group."
- elog
-}
diff --git a/app-portage/elogviewer/elogviewer-2.1.ebuild b/app-portage/elogviewer/elogviewer-2.1.ebuild
deleted file mode 100644
index ea2d6ba..0000000
--- a/app-portage/elogviewer/elogviewer-2.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-PYTHON_COMPAT=(python{2_6,2_7,3_1,3_2,3_3})
-
-inherit distutils-r1
-
-DESCRIPTION="Elog viewer for Gentoo"
-HOMEPAGE="https://sourceforge.net/projects/elogviewer"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]
- dev-python/PyQt4[${PYTHON_USEDEP}]
- >=sys-apps/portage-2.1
- "
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_install() {
- mv elogviewer.py elogviewer
- dobin elogviewer
- doman elogviewer.1
- dodoc LICENSE.TXT
-}
-
-pkg_postinst() {
- elog
- elog "In order to use this software, you need to activate"
- elog "Portage's elog features. Required is"
- elog " PORTAGE_ELOG_SYSTEM=\"save\" "
- elog "and at least one of "
- elog " PORTAGE_ELOG_CLASSES=\"warn error info log qa\""
- elog "More information on the elog system can be found"
- elog "in /etc/make.conf.example"
- elog
- elog "To operate properly this software needs the directory"
- elog "${PORT_LOGDIR:-/var/log/portage}/elog created, belonging to group portage."
- elog "To start the software as a user, add yourself to the portage"
- elog "group."
- elog
-}
next reply other threads:[~2014-03-22 15:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-22 15:49 Brian Dolbec [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-06-15 2:01 [gentoo-commits] proj/gentoo-guis:master commit in: app-portage/elogviewer/ Brian Dolbec
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1395502867.6222084431a12c1f2d1a3fd91baf506dba447b4a.dol-sen@gentoo \
--to=brian.dolbec@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox