aboutsummaryrefslogtreecommitdiffstats
path: root/app-text
diff options
context:
space:
mode:
author1024x22024-09-06 23:10:23 +0100
committer1024x22024-09-06 23:14:46 +0100
commit14d3d6b94483018a9b4b64ab41303e6ab5d8572e (patch)
treed2e20ef93ea01f00e60f40ef1d61d1069c6a17fd /app-text
parent7af460f02b2f0b2c9e78d4883352e3895585e00a (diff)
app-editors/*: move lite-xl packages to app-editors
I may be stupid.
Diffstat (limited to 'app-text')
-rw-r--r--app-text/lite-xl-plugin-manager/Manifest1
-rw-r--r--app-text/lite-xl-plugin-manager/lite-xl-plugin-manager-1.2.9.ebuild59
-rw-r--r--app-text/lite-xl-plugin-manager/lite-xl-plugin-manager-9999.ebuild59
-rw-r--r--app-text/lite-xl/Manifest1
-rw-r--r--app-text/lite-xl/lite-xl-2.1.5.ebuild42
-rw-r--r--app-text/lite-xl/lite-xl-9999.ebuild42
6 files changed, 0 insertions, 204 deletions
diff --git a/app-text/lite-xl-plugin-manager/Manifest b/app-text/lite-xl-plugin-manager/Manifest
deleted file mode 100644
index 02977a8..0000000
--- a/app-text/lite-xl-plugin-manager/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lite-xl-plugin-manager-1.2.9.tar.gz 79192 BLAKE2B b191337ad551f003a9448a16dfdb3dcec68ebc1db031fddfca05bead1e2f89fb1157acb3a91e7e783f5af31fbb5209076428ca29b6b0bdbca7bc53d49a402f77 SHA512 df49d1d0fc3108e573f43b6ca593bdf94ef8eb1c55b0e30e5c12369874a75d8d6809059b4d0a6c64bbabc571bac8949b30cf1dbb274398ed18277e3e586991c5
diff --git a/app-text/lite-xl-plugin-manager/lite-xl-plugin-manager-1.2.9.ebuild b/app-text/lite-xl-plugin-manager/lite-xl-plugin-manager-1.2.9.ebuild
deleted file mode 100644
index 17d43af..0000000
--- a/app-text/lite-xl-plugin-manager/lite-xl-plugin-manager-1.2.9.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Plugin manager for app-text/lite-xl"
-HOMEPAGE="https://github.com/lite-xl/lite-xl-plugin-manager"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_SUBMODULES=()
- EGIT_REPO_URI="https://github.com/lite-xl/lite-xl-plugin-manager.git"
-else
- SRC_URI="https://github.com/lite-xl/lite-xl-plugin-manager/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+lite-xl"
-
-RDEPEND="
- sys-libs/zlib
- <net-libs/mbedtls-3
- dev-libs/libgit2
- dev-libs/libzip
- dev-lang/lua:5.4
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- # pkgconfig fix
- sed -i -e "s/dependency('lua')/dependency('lua5.4')/" meson.build
-
- eapply_user
-}
-
-src_configure() {
- # disable self-upgrading (won't work when installed system-wide anyway)
- append-cppflags '-DLPM_DEFAULT_RELEASE=""'
-
- local emesonargs=(
- -Dstatic=true
- )
- meson_src_configure
-}
-
-src_install() {
- dobin "${BUILD_DIR}/lpm"
-
- if use lite-xl; then
- insinto /usr/share/lite-xl
- doins -r libraries plugins
- fi
-
- einstalldocs
-}
diff --git a/app-text/lite-xl-plugin-manager/lite-xl-plugin-manager-9999.ebuild b/app-text/lite-xl-plugin-manager/lite-xl-plugin-manager-9999.ebuild
deleted file mode 100644
index 17d43af..0000000
--- a/app-text/lite-xl-plugin-manager/lite-xl-plugin-manager-9999.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Plugin manager for app-text/lite-xl"
-HOMEPAGE="https://github.com/lite-xl/lite-xl-plugin-manager"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_SUBMODULES=()
- EGIT_REPO_URI="https://github.com/lite-xl/lite-xl-plugin-manager.git"
-else
- SRC_URI="https://github.com/lite-xl/lite-xl-plugin-manager/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+lite-xl"
-
-RDEPEND="
- sys-libs/zlib
- <net-libs/mbedtls-3
- dev-libs/libgit2
- dev-libs/libzip
- dev-lang/lua:5.4
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- # pkgconfig fix
- sed -i -e "s/dependency('lua')/dependency('lua5.4')/" meson.build
-
- eapply_user
-}
-
-src_configure() {
- # disable self-upgrading (won't work when installed system-wide anyway)
- append-cppflags '-DLPM_DEFAULT_RELEASE=""'
-
- local emesonargs=(
- -Dstatic=true
- )
- meson_src_configure
-}
-
-src_install() {
- dobin "${BUILD_DIR}/lpm"
-
- if use lite-xl; then
- insinto /usr/share/lite-xl
- doins -r libraries plugins
- fi
-
- einstalldocs
-}
diff --git a/app-text/lite-xl/Manifest b/app-text/lite-xl/Manifest
deleted file mode 100644
index ac8bbaf..0000000
--- a/app-text/lite-xl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lite-xl-2.1.5.tar.gz 586993 BLAKE2B 5b528ed134a0460b6cb1f12b516fe253afacdbdfcc272b2e684fa60a1208a35cacaa15d4ede9a9eb23ecc9897de19f49b75b34d5c0d58264c00e989eb3a48c1a SHA512 4b61060084f8f2c3a0740bd6e9b6a7eed4a5b3b777d28ad94cd8a80ac461a1579059325151b269a46c2fe0a29dc8adc7e66b055d29b7258515a1a0a5b4dfdf80
diff --git a/app-text/lite-xl/lite-xl-2.1.5.ebuild b/app-text/lite-xl/lite-xl-2.1.5.ebuild
deleted file mode 100644
index b32fa1f..0000000
--- a/app-text/lite-xl/lite-xl-2.1.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg
-
-DESCRIPTION="A extensible text editor written in C, and Lua, adapted from lite"
-HOMEPAGE="https://lite-xl.com/en/"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lite-xl/lite-xl.git"
-else
- SRC_URI="https://github.com/lite-xl/lite-xl/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-lang/lua:5.4
- dev-libs/libpcre2
- media-libs/freetype:2
- media-libs/libsdl2[video,threads]
-"
-
-DEPEND="${RDEPEND}"
-
-src_configure() {
- local emesonargs=(
- -Duse_system_lua=true
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
- mv "${D}/usr/share/doc/lite-xl" "${D}/usr/share/doc/${P}" || die
-}
diff --git a/app-text/lite-xl/lite-xl-9999.ebuild b/app-text/lite-xl/lite-xl-9999.ebuild
deleted file mode 100644
index b32fa1f..0000000
--- a/app-text/lite-xl/lite-xl-9999.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg
-
-DESCRIPTION="A extensible text editor written in C, and Lua, adapted from lite"
-HOMEPAGE="https://lite-xl.com/en/"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lite-xl/lite-xl.git"
-else
- SRC_URI="https://github.com/lite-xl/lite-xl/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-lang/lua:5.4
- dev-libs/libpcre2
- media-libs/freetype:2
- media-libs/libsdl2[video,threads]
-"
-
-DEPEND="${RDEPEND}"
-
-src_configure() {
- local emesonargs=(
- -Duse_system_lua=true
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
- mv "${D}/usr/share/doc/lite-xl" "${D}/usr/share/doc/${P}" || die
-}