diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /app-shells/localshell | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'app-shells/localshell')
| -rw-r--r-- | app-shells/localshell/Manifest | 1 | ||||
| -rw-r--r-- | app-shells/localshell/localshell-1.3.4-r1.ebuild | 30 | ||||
| -rw-r--r-- | app-shells/localshell/metadata.xml | 8 |
3 files changed, 0 insertions, 39 deletions
diff --git a/app-shells/localshell/Manifest b/app-shells/localshell/Manifest deleted file mode 100644 index 4c7a59af6094..000000000000 --- a/app-shells/localshell/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST localshell-1.3.4.tar.bz2 113170 BLAKE2B cf135b8ee2a6252f7bb792c71efdf86a9f063791346e05f4545ba88fd9503032d1448241cdc4e9babe1fd7e8a265a170f22e1df2e8d46cc1a4ac14d8533d66d6 SHA512 3a302b7d1b00e6ac8025a2145b3d12b916a60a9bad811d63c78c6eaac1b9a832f8796ab4429c677423287f70d6f6b31283aa2c90d3634ebe4bed52e1e240390d diff --git a/app-shells/localshell/localshell-1.3.4-r1.ebuild b/app-shells/localshell/localshell-1.3.4-r1.ebuild deleted file mode 100644 index da410e6062f8..000000000000 --- a/app-shells/localshell/localshell-1.3.4-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Localshell allows per-user/group local control of shell execution" -HOMEPAGE="http://git.orbis-terrarum.net/?p=infrastructure/localshellc.git;a=summary" -SRC_URI="http://git.orbis-terrarum.net/?p=infrastructure/localshellc.git;a=summary/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" - -src_configure() { - # this is a shell, it needs to be in /bin - econf --bindir=/bin --sysconfdir=/etc -} - -src_install() { - emake install DESTDIR="${D}" - - mv "${ED}"/usr/share/doc/${P}/ "${ED}"/usr/share/doc/${PF} || die - - rm -f "${D}"/usr/share/doc/${PF}/{COPYING,INSTALL} || die -} - -pkg_postinst() { - elog "Remember to add /bin/localshell to /etc/shells and create" - elog "/etc/localshell.conf based on the included configuration examples" -} diff --git a/app-shells/localshell/metadata.xml b/app-shells/localshell/metadata.xml deleted file mode 100644 index 5d08ae950a93..000000000000 --- a/app-shells/localshell/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>robbat2@gentoo.org</email> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> |
