public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/doublecmd/
Date: Sat, 02 Aug 2025 06:36:04 +0000 (UTC)	[thread overview]
Message-ID: <1754033656.c2f59390a43d8f63474f7b993cce31c06cdacdda.ceamac@gentoo> (raw)
Message-ID: <20250802063604.nR-Y1CbRWzaimTaI5k746yM_wod-5HknudFyUjLeTyg@z> (raw)

commit:     c2f59390a43d8f63474f7b993cce31c06cdacdda
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  1 07:34:16 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Aug  1 07:34:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c2f59390

app-misc/doublecmd: drop 1.1.24

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 app-misc/doublecmd/Manifest                |  1 -
 app-misc/doublecmd/doublecmd-1.1.24.ebuild | 48 ------------------------------
 2 files changed, 49 deletions(-)

diff --git a/app-misc/doublecmd/Manifest b/app-misc/doublecmd/Manifest
index e010265800..c9e8d9d37d 100644
--- a/app-misc/doublecmd/Manifest
+++ b/app-misc/doublecmd/Manifest
@@ -1,4 +1,3 @@
-DIST doublecmd-1.1.24-src.tar.gz 9496369 BLAKE2B 0a671dd568d3af97124da19198a709886753e6bd3ce8ea20a5a32a5e2bc5b002bb84c73d678a8d265c93212fe2600064bfd52c32395e65a8d55b69a476ca5cfb SHA512 85e4437adaba4731d91c0b32cebc8210d759ab64709a4109758ec0b04018db0ae4efd818c5b1df31c6efdd80421065ea85a1139089fbaab94a9577e9d404087c
 DIST doublecmd-1.1.25-src.tar.gz 9532745 BLAKE2B 89900455711b19c3d2b0df527b3ee0e56fd25c9fec17a96450e9ef0e548763fef3c3681c13ba29a87b58b9f304f6c9458efa61d8e7065367e9e22ed76f903e53 SHA512 a2a299ea4b7db7928744b86ee9d3c30a18c6847f9a0322ba88a3edc7ece0ffab3daa1f3e2c5139af58b0271234dbc3406604f5d410e856dcce5d1d0f7c86b0c1
 DIST doublecmd-1.1.26-src.tar.gz 9533570 BLAKE2B deccc5a516d868775319ee50ab788ab9dc3cccdc0692b64557e7eb8a225786e0bcd3114b3b5a2f959f172901b179557a3bf7c0364a2a254d09d4746eae2c4d31 SHA512 dae0b72cdf63c945b81d0c0a7356a5cb574fa437edca3dc1242b94a916ef1f78bd825ece2c4f4fdebabade0a0bbf12f4164ba2c0cefbba4ed62689788921660f
 DIST doublecmd-1.1.27-src.tar.gz 9535147 BLAKE2B 81082ab61892dd1e479d63efc7a55271a0335d3c6a058f52f391abcd03b185e145d28479de401566977e13bab2208b96b40debb5ec7041de63022240ccf10103 SHA512 00328c25a3c2693e51d2f5fb2a94853955a4e9755317f6c0c4aeb908ce1cea456a88dde8429e5302c9564073025ac5c07d0f41f8f3c30c1aeb791ffe365638c6

diff --git a/app-misc/doublecmd/doublecmd-1.1.24.ebuild b/app-misc/doublecmd/doublecmd-1.1.24.ebuild
deleted file mode 100644
index 2a3563aa3a..0000000000
--- a/app-misc/doublecmd/doublecmd-1.1.24.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2016-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg
-
-DESCRIPTION="Cross Platform file manager"
-HOMEPAGE="https://doublecmd.sourceforge.io/ https://github.com/doublecmd/doublecmd"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}-src.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2.1+ LGPL-3 MPL-1.1 Boost-1.0 BZIP2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	!app-misc/doublecmd-bin
-	dev-libs/glib:2
-	sys-apps/dbus
-	x11-libs/libX11
-	dev-libs/libqt6pas:=
-"
-
-DEPEND="
-	${RDEPEND}
-	sys-libs/ncurses:=
-"
-
-BDEPEND="
-	>=dev-lang/lazarus-3.0[qt6]
-"
-
-PATCHES=( "${FILESDIR}"/00-lazbuild-command.patch )
-
-# Built with fpc, does not respect anything
-QA_FLAGS_IGNORED=".*"
-QA_PRESTRIPPED=".*"
-
-src_compile(){
-	./build.sh release qt6 || die
-}
-
-src_install(){
-	./install/linux/install.sh --install-prefix="${D}" || die
-	dodoc doc/README.txt doc/changelog.txt
-	rm -r "${ED}"/usr/share/doublecmd/doc || die
-	dosym -r /usr/share/doc/"${PF}" /usr/share/doublecmd/doc
-}


             reply	other threads:[~2025-08-02  6:36 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-01  7:35 Viorel Munteanu [this message]
2025-08-02  6:36 ` [gentoo-commits] repo/proj/guru:master commit in: app-misc/doublecmd/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2025-08-10 13:13 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2025-08-10 13:13 Viorel Munteanu
2025-08-01  7:35 Viorel Munteanu
2025-08-01  7:35 Viorel Munteanu
2025-06-08  8:22 Viorel Munteanu
2025-06-01 14:19 Viorel Munteanu
2025-06-01 14:19 Viorel Munteanu
2025-04-21  8:02 Viorel Munteanu
2025-04-10  9:07 Viorel Munteanu
2025-04-10  9:07 Viorel Munteanu
2025-04-10  9:07 Viorel Munteanu
2025-01-02 22:36 demize

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=1754033656.c2f59390a43d8f63474f7b993cce31c06cdacdda.ceamac@gentoo \
    --to=ceamac@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