public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pascal Jäger" <pascal.jaeger@leimstift.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/lapce/
Date: Wed,  6 Dec 2023 14:20:34 +0000 (UTC)	[thread overview]
Message-ID: <1701872420.7a2fc844398002edfc79605b502527fab6922598.pascal.jaeger@gentoo> (raw)

commit:     7a2fc844398002edfc79605b502527fab6922598
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Dec  6 14:20:20 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Wed Dec  6 14:20:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a2fc844

app-editors/lapce: drop 0.3.0-r1

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 app-editors/lapce/Manifest              |  2 -
 app-editors/lapce/lapce-0.3.0-r1.ebuild | 65 ---------------------------------
 2 files changed, 67 deletions(-)

diff --git a/app-editors/lapce/Manifest b/app-editors/lapce/Manifest
index 4383b06f3b..473fe9c6d9 100644
--- a/app-editors/lapce/Manifest
+++ b/app-editors/lapce/Manifest
@@ -1,4 +1,2 @@
-DIST lapce-0.3.0-vendor.tar.gz 119791638 BLAKE2B 294aa78517aea5ec696d5eec3be8904f3fd78a6040f5e66424d32f349570eb85d267355f7857aedb62d04ef84710ae05b7bf30239cda78ad24313684167cfc07 SHA512 ff2b35c0e4a984a8b55b2b78088be2e17c1d24b25f52f006a9eeeee6f16dbc5cf8801ce3f50d4d6283d5a64e915c5d68097ca845c14ae54c1cc289d8e1ab1566
-DIST lapce-0.3.0.tar.gz 2002986 BLAKE2B 2262379fce966a5857b259debf899b53969da431b876d2f66b29d032eafe9bb0977a623151a0f419be9dd981e2aa8d520fa7b687018236092058ad7ce5821875 SHA512 9eaf0190930a4e582a60bb3ff327944553ca87101c86ca9610650b40a5a45092dd6921842880021393c79ea4ff97ec91bab12e316e6693b7b881b68f6bcb1d6e
 DIST lapce-0.3.1-vendor.tar.gz 120112710 BLAKE2B 3d88b82b23e5cb2f9cb6d10f5baedb8e2f3f770ae7f75cc49984d794e35e062d8732efff720d1b5e86da5b51935f758f8bed5f7ccf87de34ed2dbecea8ebd609 SHA512 585930809e7ecb8f4670559e1c372ca3b405cb0aa7bfe51d04d44208f3fd6bc04d646dc709ff5388a68a12dc4d3e5f627bab31404a948179daad78df9d049502
 DIST lapce-0.3.1.tar.gz 1607377 BLAKE2B 4c2f7e6d2d84ae5577c1c3a179f62bc7d9e0b5e85a5ca1cc5d24d0cdafe8dd69396d83a68b16bccc1ff82a95a7a7f3ec2bddd6b75c0798b89280e8abda3d195c SHA512 d7fbb5b75ff31f8ab760315fca045c1e1d7bfbcb91a4251b881a565fc6306656a2d8c63328f0cc4b2e8bb84774942b4ceb92f18ad02d245f1a44c2e6c6283dcb

diff --git a/app-editors/lapce/lapce-0.3.0-r1.ebuild b/app-editors/lapce/lapce-0.3.0-r1.ebuild
deleted file mode 100644
index 423cbd376c..0000000000
--- a/app-editors/lapce/lapce-0.3.0-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-CRATES=" "
-
-inherit cargo desktop xdg-utils
-
-DESCRIPTION="Lightning-fast and Powerful Code Editor written in Rust "
-HOMEPAGE="https://lapce.dev/"
-SRC_URI="
-	https://github.com/lapce/lapce/archive/v${PV}.tar.gz -> ${P}.tar.gz
-	https://github.com/lapce/lapce/releases/download/v${PV}/vendor.tar.gz -> ${P}-vendor.tar.gz
-"
-
-LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions Artistic-2 BSD BSD-2 Boost-1.0 CC0-1.0 CeCILL-2.1 GPL-2 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-	x11-libs/gtk+:3
-	media-libs/fontconfig
-	sys-libs/zlib
-	x11-libs/libxcb:=
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	dev-util/cmake
-	sys-devel/gcc
-	virtual/pkgconfig
-	>=virtual/rust-1.64
-"
-
-# rust does not use *FLAGS from make.conf, silence portage warning
-QA_FLAGS_IGNORED="usr/bin/.*"
-
-src_unpack() {
-	default
-	cargo_gen_config
-	ln -s "${WORKDIR}/vendor/" "${WORKDIR}/lapce-${PV}/vendor" || die
-	sed -i "${ECARGO_HOME}/config" -e '/source.crates-io/d'  || die
-	sed -i "${ECARGO_HOME}/config" -e '/replace-with = "gentoo"/d'  || die
-	sed -i "${ECARGO_HOME}/config" -e '/local-registry = "\/nonexistent"/d'  || die
-	cat "${WORKDIR}/vendor/vendor-config.toml" >> "${ECARGO_HOME}/config" || die
-}
-
-src_compile() {
-	export RELEASE_TAG_NAME=v0.3.0
-	cargo_src_compile
-}
-
-src_install() {
-	dobin target/release/lapce
-	dobin target/release/lapce-proxy
-	domenu extra/linux/dev.lapce.lapce.desktop
-	newicon extra/images/logo.png dev.lapce.lapce.png
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


             reply	other threads:[~2023-12-06 14:20 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-06 14:20 Pascal Jäger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-29 14:49 [gentoo-commits] repo/proj/guru:dev commit in: app-editors/lapce/ Takuya Wakazono
2024-08-29 14:49 Takuya Wakazono
2024-08-28 15:37 Takuya Wakazono
2024-08-28 15:37 Takuya Wakazono
2024-04-25 18:38 Pascal Jäger
2023-12-06 14:20 Pascal Jäger
2023-12-06 12:29 Pascal Jäger
2023-12-06 12:29 Pascal Jäger
2023-12-06 12:29 Pascal Jäger
2023-12-06 12:29 Pascal Jäger
2023-11-06 19:48 Pascal Jäger
2023-11-04 21:53 Pascal Jäger
2023-11-04 21:51 Pascal Jäger
2023-06-02 19:10 Pascal Jäger
2023-06-02 19:10 Pascal Jäger
2023-05-27 16:28 Rahul Sandhu
2023-05-27 14:49 Pascal Jäger
2023-03-18 21:15 Pascal Jäger
2023-03-14 19:09 Pascal Jäger
2023-03-14 19:09 Pascal Jäger
2022-11-10 21:51 Pascal Jäger
2022-11-10 14:18 Pascal Jäger

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=1701872420.7a2fc844398002edfc79605b502527fab6922598.pascal.jaeger@gentoo \
    --to=pascal.jaeger@leimstift.de \
    --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