mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-18 23:38:57 -04:00
x11-misc/9menu create a menu to run commands
x11-wm/9wm an X window manager which attempts to emulate the Plan 9 8-1/2 new license file: 9wm, public-domain
This commit is contained in:
parent
fec810fda1
commit
e984f25122
19
licenses/9wm
Normal file
19
licenses/9wm
Normal file
@ -0,0 +1,19 @@
|
||||
9wm is free software, and is Copyright (c) 1994-1996 by David Hogan.
|
||||
Permission is granted to all sentient beings to use this software, to
|
||||
make copies of it, and to distribute those copies, provided that:
|
||||
|
||||
(1) the copyright and licence notices are left intact
|
||||
|
||||
(2) the recipients are aware that it is free software
|
||||
|
||||
(3) any unapproved changes in functionality are either
|
||||
|
||||
(i) only distributed as patches
|
||||
|
||||
or (ii) distributed as a new program which is not called 9wm and whose
|
||||
documentation gives credit where it is due
|
||||
|
||||
(4) the author is not held responsible for any defects or shortcomings
|
||||
in the software, or damages caused by it.
|
||||
|
||||
There is no warranty for this software. Have a nice day.
|
1
licenses/public-domain
Normal file
1
licenses/public-domain
Normal file
@ -0,0 +1 @@
|
||||
Software is in the public domain.
|
28
x11-misc/9menu/9menu-1.8.ebuild
Normal file
28
x11-misc/9menu/9menu-1.8.ebuild
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit eutils
|
||||
|
||||
|
||||
DESCRIPTION="Create X menus from the shell"
|
||||
HOMEPAGE="http://packages.debian.org/source/sid/9menu"
|
||||
SRC_URI="mirror://debian/pool/main/9/${PN}/${PN}_${PV}.orig.tar.gz"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="x11-libs/libX11"
|
||||
|
||||
|
||||
src_compile() {
|
||||
emake -f Makefile.noimake || die "emake error"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin 9menu
|
||||
doman ${PN}.1
|
||||
dodoc README
|
||||
}
|
2
x11-misc/9menu/Manifest
Normal file
2
x11-misc/9menu/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST 9menu_1.8.orig.tar.gz 9245 RMD160 f09ef7ea026523d95e4af5d6cb16597385565058 SHA1 31b7f872ce9a75022fa8f72d7bee23a5599cbf41 SHA256 73fc3090b0d319fc5267e2e1fd2e3a2f04df607c5c569407f1768c9d35f9fee9
|
||||
EBUILD 9menu-1.8.ebuild 526 RMD160 84dd7d30a396d2a61f3f0f8c1768aa6bde8c953e SHA1 f41b443416ad99ce1681caf65d6e61b1dbb88c7a SHA256 adb70e721defbfea29dec6d5204143affb0147db4ea1adf58e30060d0c052b20
|
31
x11-wm/9wm/9wm-1.1.ebuild
Normal file
31
x11-wm/9wm/9wm-1.1.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit eutils
|
||||
|
||||
|
||||
DESCRIPTION="A window manager emulation of the Plan 9 window manager 8-1/2."
|
||||
HOMEPAGE="http://unauthorised.org/dhog/9wm.html"
|
||||
SRC_URI="http://unauthorised.org/dhog/9wm/9wm-1.1.tar.gz"
|
||||
|
||||
LICENSE="9wm"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="x11-libs/libX11
|
||||
x11-libs/libXext
|
||||
x11-terms/xterm"
|
||||
|
||||
|
||||
src_compile() {
|
||||
emake -f Makefile.no-imake || die "emake error"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin "${PN}"
|
||||
mv "${PN}.man" "${PN}.1"
|
||||
doman "${PN}.1"
|
||||
dodoc README
|
||||
}
|
2
x11-wm/9wm/Manifest
Normal file
2
x11-wm/9wm/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST 9wm-1.1.tar.gz 19795 RMD160 72f8162e8a4ac323ce1fb44734f50fc5ecf3cbeb SHA1 d5f7f9a2cfe8ce40367bd72cd5ea0bafe5a7c18c SHA256 891719af467d4dc6c61827fdf418d7d248eeefda8229dc68c4eb661e3a53ad56
|
||||
EBUILD 9wm-1.1.ebuild 601 RMD160 a744da04d4de86f6a13fe17e98e12e0a9deff418 SHA1 3527cf538080a98482c60bec98a5ffe6722c9a3e SHA256 e83e6a0207f388e85eb7dea0f702a8961b5d7f257a9f2fb8dd3f20606668fad0
|
Loading…
x
Reference in New Issue
Block a user