summaryrefslogtreecommitdiff
path: root/x11-misc/touchcal
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /x11-misc/touchcal
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'x11-misc/touchcal')
-rw-r--r--x11-misc/touchcal/Manifest1
-rw-r--r--x11-misc/touchcal/metadata.xml8
-rw-r--r--x11-misc/touchcal/touchcal-0.80.ebuild29
3 files changed, 0 insertions, 38 deletions
diff --git a/x11-misc/touchcal/Manifest b/x11-misc/touchcal/Manifest
deleted file mode 100644
index 709bb14c52b1..000000000000
--- a/x11-misc/touchcal/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST touchcal_0.80.orig.tar.gz 109075 BLAKE2B d33c60c25502fd4dd5af1264b15a88732e392afb6ee5a0d0cc163f5e310c26c2c968e662da306107124fd5528e045ea9042c2525f911e11cb0fffb3298eab5f5 SHA512 e4687eb2b401d16814b256c97725d0ef7646e3fa1fc020dc0af41486d6a959c968095b6d2131d6042791db37ee02fc6c9d7cf06a61722af1b4aca5e7c0a3618d
diff --git a/x11-misc/touchcal/metadata.xml b/x11-misc/touchcal/metadata.xml
deleted file mode 100644
index b60c79b6d20c..000000000000
--- a/x11-misc/touchcal/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">touchcal</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/x11-misc/touchcal/touchcal-0.80.ebuild b/x11-misc/touchcal/touchcal-0.80.ebuild
deleted file mode 100644
index 137c42ef4890..000000000000
--- a/x11-misc/touchcal/touchcal-0.80.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Touchscreen calibration utility"
-HOMEPAGE="http://touchcal.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86"
-IUSE=""
-
-DEPEND="
- sys-libs/ncurses:0=
- x11-libs/libX11
- x11-libs/libXft
- x11-libs/libXinerama
-"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_compile() {
- local PKGCONFIG="$(tc-getPKG_CONFIG)"
- emake LDADD="$(${PKGCONFIG} --libs ncurses)"
-}