* [gentoo-commits] proj/qt:master commit in: mail-client/imapquickcheck/
@ 2012-04-12 18:12 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2012-04-12 18:12 UTC (permalink / raw
To: gentoo-commits
commit: 6a6b4b6f65712beae475d23413123029a789bbfd
Author: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
AuthorDate: Thu Apr 12 18:11:20 2012 +0000
Commit: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Thu Apr 12 18:11:20 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=6a6b4b6f
[mail-client/imapquickcheck] Remove old.
(Portage version: 2.1.10.56/git/Linux x86_64, unsigned Manifest commit)
---
mail-client/imapquickcheck/Manifest | 1 -
.../imapquickcheck/imapquickcheck-1.2.ebuild | 57 --------------------
2 files changed, 0 insertions(+), 58 deletions(-)
diff --git a/mail-client/imapquickcheck/Manifest b/mail-client/imapquickcheck/Manifest
index 93de33c..42fdc0a 100644
--- a/mail-client/imapquickcheck/Manifest
+++ b/mail-client/imapquickcheck/Manifest
@@ -1,2 +1 @@
-DIST 110821-ImapQuickCheck-1.2.tar.bz2 100162 RMD160 0cbcf0052991effe0773511550b4e6fe02eae12e SHA1 6c80ee4e0d54752f58483417e9cd7a8de52cb5a3 SHA256 ee4866f4c7da0ad01e74bf6b3802b299a843ce74693fa141f594fd3b9582537a
DIST 110821-imapquickcheck-1.3.tar.bz2 94250 SHA256 5edbcd97b9307b57a562e2a5b92cb2682cc773214d36c2403c697c006a2af36f SHA512 ed074331572ba9522d1e0adb6d4aab4792af86ea74262ccc98ddb5d48d62ec9bb4a54fef76b12068c9e512a38aa7050e9bb960727c385d2f87ba59190c2366e7 WHIRLPOOL 283eefbc7ec736326b4f0afcd1d7bb11d68f75fab64bcfd9a891f709aa13077e3296efa6ff0b5c30eb4b72228c7d4527ca2fb9ffe17513cca1fba0fc7aff5213
diff --git a/mail-client/imapquickcheck/imapquickcheck-1.2.ebuild b/mail-client/imapquickcheck/imapquickcheck-1.2.ebuild
deleted file mode 100644
index 848721a..0000000
--- a/mail-client/imapquickcheck/imapquickcheck-1.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-LANGS="fr"
-
-inherit qt4-r2
-
-MY_PN=ImapQuickCheck
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Lightweight systray IMAP mail checker"
-HOMEPAGE="http://qt-apps.org/content/show.php/ImapQuickCheck?content=110821"
-SRC_URI="http://qt-apps.org/CONTENT/content-files/110821-${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="x11-libs/qt-gui:4
- x11-libs/qt-sql:4"
-RDEPEND="${DEPEND}
- dev-python/pysqlite:2"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- sed -i -e '/\.ts/d' ${MY_PN}.pro || die "sed failed"
-
- local ts=
- for lingua in $LINGUAS; do
- if has $lingua $LANGS; then
- ts="${ts} ts/${PN}_${lingua}.ts"
- fi
- done
-
- if [[ -n ${ts} ]]; then
- echo "TRANSLATIONS = ${ts}" >> ${MY_PN}.pro || die "echo failed"
- lrelease ${MY_PN}.pro || die "Generating translations failed"
- fi
-}
-
-src_install() {
- dobin ${PN} || die "Installing binary failed"
- dodoc README.txt || die "Installing documentation failed"
- domenu ${PN}.desktop || die "Installing desktop file failed"
-
- for lingua in $LINGUAS; do
- if has $lingua $LANGS; then
- insinto "/usr/share/${PN}/translations"
- doins "ts/${PN}_${lingua}.ts" || "Installing translations failed"
- fi
- done
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/qt:master commit in: mail-client/imapquickcheck/
@ 2012-04-19 11:22 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2012-04-19 11:22 UTC (permalink / raw
To: gentoo-commits
commit: 62665654cea64e32eb22cc8d211e61fe54bcc363
Author: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
AuthorDate: Thu Apr 19 11:21:32 2012 +0000
Commit: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Thu Apr 19 11:21:32 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=62665654
[mail-client/imapquickcheck] Fix dependencies, thanks to Jim Pool <tau.flux <AT> gmail.com>. Fixes bug #412477.
(Portage version: 2.1.10.56/git/Linux x86_64, unsigned Manifest commit)
---
.../imapquickcheck/imapquickcheck-1.3.ebuild | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-client/imapquickcheck/imapquickcheck-1.3.ebuild b/mail-client/imapquickcheck/imapquickcheck-1.3.ebuild
index d9ad36f..5fd895a 100644
--- a/mail-client/imapquickcheck/imapquickcheck-1.3.ebuild
+++ b/mail-client/imapquickcheck/imapquickcheck-1.3.ebuild
@@ -21,9 +21,9 @@ IUSE="debug"
DEPEND="x11-libs/qt-core:4
x11-libs/qt-gui:4
- x11-libs/qt-sql:4"
+ x11-libs/qt-sql:4[sqlite]"
RDEPEND="${DEPEND}
- dev-python/pysqlite:2"
+ dev-lang/python[sqlite]"
src_prepare() {
epatch "${FILESDIR}"/${P}-desktopfile.patch
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/qt:master commit in: mail-client/imapquickcheck/
@ 2012-04-19 11:35 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2012-04-19 11:35 UTC (permalink / raw
To: gentoo-commits
commit: bac795f7e0682f93298f294f60afc674b099294f
Author: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
AuthorDate: Thu Apr 19 11:34:14 2012 +0000
Commit: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Thu Apr 19 11:34:14 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=bac795f7
[mail-client/imapquickcheck] Make previous commit a revbump.
(Portage version: 2.1.10.56/git/Linux x86_64, unsigned Manifest commit)
---
...eck-1.3.ebuild => imapquickcheck-1.3-r1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/mail-client/imapquickcheck/imapquickcheck-1.3.ebuild b/mail-client/imapquickcheck/imapquickcheck-1.3-r1.ebuild
similarity index 100%
rename from mail-client/imapquickcheck/imapquickcheck-1.3.ebuild
rename to mail-client/imapquickcheck/imapquickcheck-1.3-r1.ebuild
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/qt:master commit in: mail-client/imapquickcheck/
@ 2015-02-19 5:00 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2015-02-19 5:00 UTC (permalink / raw
To: gentoo-commits
commit: bb5ed3f05730fa87e2854ef96b00b42aa457a9aa
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 19 04:59:21 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Feb 19 04:59:21 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=bb5ed3f0
[mail-client/imapquickcheck] EAPI bump.
Package-Manager: portage-2.2.14
---
mail-client/imapquickcheck/imapquickcheck-1.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail-client/imapquickcheck/imapquickcheck-1.3-r1.ebuild b/mail-client/imapquickcheck/imapquickcheck-1.3-r1.ebuild
index 4104475..7ed855b 100644
--- a/mail-client/imapquickcheck/imapquickcheck-1.3-r1.ebuild
+++ b/mail-client/imapquickcheck/imapquickcheck-1.3-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
LANGS="fr"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-02-19 5:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-12 18:12 [gentoo-commits] proj/qt:master commit in: mail-client/imapquickcheck/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2012-04-19 11:22 Michael Palimaka
2012-04-19 11:35 Michael Palimaka
2015-02-19 5:00 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox