summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/unfoo/ChangeLog7
-rw-r--r--app-misc/unfoo/unfoo-1.0.5.ebuild32
-rw-r--r--app-misc/vlock/ChangeLog6
-rw-r--r--app-misc/vlock/vlock-1.3-r2.ebuild33
-rw-r--r--app-misc/vlock/vlock-2.2.2-r1.ebuild44
-rw-r--r--app-misc/when/ChangeLog6
-rw-r--r--app-misc/when/when-1.1.11.ebuild39
-rw-r--r--app-misc/when/when-1.1.13.ebuild39
8 files changed, 15 insertions, 191 deletions
diff --git a/app-misc/unfoo/ChangeLog b/app-misc/unfoo/ChangeLog
index cd482dca1919..07428b1599ba 100644
--- a/app-misc/unfoo/ChangeLog
+++ b/app-misc/unfoo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/unfoo
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/unfoo/ChangeLog,v 1.27 2007/11/06 17:48:59 corsair Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/unfoo/ChangeLog,v 1.28 2009/08/01 02:45:41 darkside Exp $
+
+ 01 Aug 2009; Jeremy Olexa <darkside@gentoo.org> -unfoo-1.0.5.ebuild:
+ remove old
06 Nov 2007; Markus Rothe <corsair@gentoo.org> unfoo-1.0.6.ebuild:
Stable on ppc64; bug #197743
diff --git a/app-misc/unfoo/unfoo-1.0.5.ebuild b/app-misc/unfoo/unfoo-1.0.5.ebuild
deleted file mode 100644
index 89d52c9f62d4..000000000000
--- a/app-misc/unfoo/unfoo-1.0.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/unfoo/unfoo-1.0.5.ebuild,v 1.11 2007/05/24 19:14:13 beandog Exp $
-
-DESCRIPTION="A simple bash driven frontend to simplify decompression of files"
-HOMEPAGE="http://obsoleet.org/code/unfoo"
-SRC_URI="${HOMEPAGE}/${P}.sh"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 s390 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S=${WORKDIR}
-
-src_unpack() {
- cp ${DISTDIR}/${A} ${WORKDIR}
-}
-
-src_install() {
- newbin ${P}.sh unfoo
-}
-
-pkg_postinst() {
- echo
- elog "unfoo can handle far more than just .tar*, but it requires some"
- elog "optional packages to do so. For a list, either consult the source"
- elog "(less /usr/bin/unfoo), or see http://obsoleet.org/code/unfoo"
- echo
-}
diff --git a/app-misc/vlock/ChangeLog b/app-misc/vlock/ChangeLog
index 45e68a35c1f8..97b3824c2286 100644
--- a/app-misc/vlock/ChangeLog
+++ b/app-misc/vlock/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/vlock
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/vlock/ChangeLog,v 1.38 2009/01/10 16:15:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/vlock/ChangeLog,v 1.39 2009/08/01 02:44:58 darkside Exp $
+
+ 01 Aug 2009; Jeremy Olexa <darkside@gentoo.org> -vlock-1.3-r2.ebuild,
+ -vlock-2.2.2-r1.ebuild:
+ remove old
10 Jan 2009; Raúl Porcel <armin76@gentoo.org> vlock-2.2.2-r2.ebuild:
alpha/ia64/sparc stable wrt #241732
diff --git a/app-misc/vlock/vlock-1.3-r2.ebuild b/app-misc/vlock/vlock-1.3-r2.ebuild
deleted file mode 100644
index 3dc15e750ea2..000000000000
--- a/app-misc/vlock/vlock-1.3-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/vlock/vlock-1.3-r2.ebuild,v 1.12 2007/02/20 20:16:13 eroyf Exp $
-
-inherit pam
-
-DESCRIPTION="A console screen locker"
-HOMEPAGE="ftp://ftp.ibiblio.org/pub/Linux/utils/console/"
-SRC_URI="ftp://ftp.ibiblio.org/pub/Linux/utils/console/vlock-1.3.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 mips ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="sys-libs/pam"
-
-src_compile() {
- emake RPM_OPT_FLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- dobin vlock || die
- # Setuid root is required to unlock a screen with root's password.
- # This is "safe" because vlock drops privs ASAP; read the README
- # for more information.
- fperms 4711 /usr/bin/vlock
- doman vlock.1
- dodoc README
-
- # generate an auth pam.d
- pamd_mimic_system vlock auth
-}
diff --git a/app-misc/vlock/vlock-2.2.2-r1.ebuild b/app-misc/vlock/vlock-2.2.2-r1.ebuild
deleted file mode 100644
index e554998a99fd..000000000000
--- a/app-misc/vlock/vlock-2.2.2-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/vlock/vlock-2.2.2-r1.ebuild,v 1.3 2008/10/14 20:41:39 ranger Exp $
-
-inherit eutils pam toolchain-funcs multilib
-
-DESCRIPTION="A console screen locker"
-HOMEPAGE="http://cthulhu.c3d2.de/~toidinamai/vlock/vlock.html"
-SRC_URI="http://cthulhu.c3d2.de/~toidinamai/vlock/archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ~ppc64 ~sparc ~x86"
-IUSE="pam"
-
-DEPEND="pam? ( sys-libs/pam )"
-
-pkg_setup() {
- enewgroup vlock
-}
-
-src_compile() {
- if use pam; then
- myconf="--enable-pam"
- else
- myconf="--enable-shadow"
- fi
- # this package has handmade configure system which fails with econf...
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --libdir=/usr/$(get_libdir) \
- ${myconf} \
- CC="$(tc-getCC)" \
- LD="$(tc-getLD)" \
- CFLAGS="${CFLAGS} -pedantic -std=gnu99" \
- LDFLAGS="${LDFLAGS}" || die "configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- use pam && pamd_mimic_system vlock auth
- dodoc ChangeLog PLUGINS README README.X11 SECURITY STYLE TODO
-}
diff --git a/app-misc/when/ChangeLog b/app-misc/when/ChangeLog
index 9484c1265da9..02e51c1f72e3 100644
--- a/app-misc/when/ChangeLog
+++ b/app-misc/when/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/when
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.34 2009/05/30 16:08:03 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.35 2009/08/01 02:44:09 darkside Exp $
+
+ 01 Aug 2009; Jeremy Olexa <darkside@gentoo.org> -when-1.1.11.ebuild,
+ -when-1.1.13.ebuild:
+ remove old
30 May 2009; nixnut <nixnut@gentoo.org> when-1.1.16.ebuild:
ppc stable #271108
diff --git a/app-misc/when/when-1.1.11.ebuild b/app-misc/when/when-1.1.11.ebuild
deleted file mode 100644
index a76e225d07c9..000000000000
--- a/app-misc/when/when-1.1.11.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.11.ebuild,v 1.3 2008/05/10 09:00:45 nixnut Exp $
-
-DESCRIPTION="Extremely simple personal calendar program aimed at the Unix geek who wants something minimalistic"
-HOMEPAGE="http://www.lightandmatter.com/when/when.html"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~amd64 ppc sparc x86"
-IUSE=""
-
-S=${WORKDIR}/when_dist
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Fix path for tests
- sed -i 's,^ when, ./when,' Makefile
-}
-
-src_compile() {
- return
-}
-
-src_test() {
- # The when command requires these files, or attempts to run setup function.
- mkdir "${HOME}"/.when
- touch "${HOME}"/.when/{calendar,preferences}
- emake test || die "emake test failed"
-}
-
-src_install() {
- dobin ${PN} || die "dobin failed"
- doman ${PN}.1 || die "doman failed"
- dodoc README
-}
diff --git a/app-misc/when/when-1.1.13.ebuild b/app-misc/when/when-1.1.13.ebuild
deleted file mode 100644
index e3dd364429a7..000000000000
--- a/app-misc/when/when-1.1.13.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.13.ebuild,v 1.4 2009/02/01 21:28:32 maekke Exp $
-
-DESCRIPTION="Extremely simple personal calendar program aimed at the Unix geek who wants something minimalistic"
-HOMEPAGE="http://www.lightandmatter.com/when/when.html"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-S=${WORKDIR}/when_dist
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Fix path for tests
- sed -i 's,^ when, ./when,' Makefile
-}
-
-src_compile() {
- return
-}
-
-src_test() {
- # The when command requires these files, or attempts to run setup function.
- mkdir "${HOME}"/.when
- touch "${HOME}"/.when/{calendar,preferences}
- emake test || die "emake test failed"
-}
-
-src_install() {
- dobin ${PN} || die "dobin failed"
- doman ${PN}.1 || die "doman failed"
- dodoc README
-}