From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/note/
Date: Mon, 11 Jan 2021 08:07:05 +0000 (UTC) [thread overview]
Message-ID: <1610352382.df4ccaa95c6250f50f25c14a2c2e4c796652dc51.sam@gentoo> (raw)
commit: df4ccaa95c6250f50f25c14a2c2e4c796652dc51
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 08:06:22 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 08:06:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4ccaa9
app-misc/note: cleanup old
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/note/note-1.3.3-r1.ebuild | 55 --------------------------------------
1 file changed, 55 deletions(-)
diff --git a/app-misc/note/note-1.3.3-r1.ebuild b/app-misc/note/note-1.3.3-r1.ebuild
deleted file mode 100644
index 35fba906d5d..00000000000
--- a/app-misc/note/note-1.3.3-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module
-
-DESCRIPTION="A note taking perl program"
-HOMEPAGE="http://www.daemon.de/NOTE"
-SRC_URI="http://www.daemon.de/files/mirror/ftp.daemon.de/scip/Apps/note/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="crypt dbm general mysql text"
-
-DEPEND="dev-perl/TermReadKey
- dev-perl/Term-ReadLine-Perl
- virtual/perl-Storable
- dev-perl/Config-General
- crypt? ( dev-perl/Crypt-CBC
- dev-perl/Crypt-Blowfish
- dev-perl/Crypt-DES )
- mysql? ( virtual/mysql
- dev-perl/DBD-mysql )"
-RDEPEND=""
-
-src_install() {
- perl-module_src_install
-
- # Adding some basic utitily for testing note
- dodir /usr/share/${PN}
- cp "${S}/bin/stresstest.sh" "${D}/usr/share/${PN}"
-
- # Adding some help for mysql backend driver
- if use mysql; then
- dodir /usr/share/${PN}/mysql
- cp -r "${S}/mysql" "${D}/usr/share/${PN}"
- fi
-
- # Adding a sample configuration file
- dodir /etc
- cp "${S}/config/noterc" "${D}/etc"
-
- # Supressing file not needed
- for v in mysql text dbm general; do
- if ! use ${v}; then
- for u in `find "${D}" -type f -name *${v}.*pm`; do
- rm "${u}"
- done
- fi
- done
-
- dodoc UPGRADE VERSION
-}
next reply other threads:[~2021-01-11 8:07 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-11 8:07 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-27 8:38 [gentoo-commits] repo/gentoo:master commit in: app-misc/note/ Arthur Zamarin
2021-12-08 10:14 Yixun Lan
2021-02-16 12:30 Sam James
2021-02-11 7:53 Sam James
2021-02-09 22:52 Sam James
2021-01-11 8:02 Sam James
2021-01-11 8:01 Sam James
2021-01-10 21:57 Sam James
2021-01-10 18:30 Sam James
2021-01-10 18:30 Sam James
2021-01-10 18:30 Sam James
2019-02-05 16:24 Brian Evans
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=1610352382.df4ccaa95c6250f50f25c14a2c2e4c796652dc51.sam@gentoo \
--to=sam@gentoo.org \
--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