From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A2CC138330 for ; Thu, 1 Sep 2016 06:33:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EC5721C0C9; Thu, 1 Sep 2016 06:33:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D90A321C0C9 for ; Thu, 1 Sep 2016 06:33:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47CB3340775 for ; Thu, 1 Sep 2016 06:33:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F8FD245A for ; Thu, 1 Sep 2016 06:33:17 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1472711569.03134eba9a14fb5100c1329ba030cd89646c5837.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/qingy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/qingy/qingy-1.0.0-r1.ebuild sys-apps/qingy/qingy-1.0.0.ebuild X-VCS-Directories: sys-apps/qingy/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 03134eba9a14fb5100c1329ba030cd89646c5837 X-VCS-Branch: master Date: Thu, 1 Sep 2016 06:33:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a8da17d4-0d45-4c99-ba7f-63f30f83fdf2 X-Archives-Hash: 1ca47d8ccd71fd5a085754a2a8b1ce5a commit: 03134eba9a14fb5100c1329ba030cd89646c5837 Author: Tim Harder gentoo org> AuthorDate: Thu Sep 1 06:32:49 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Sep 1 06:32:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03134eba sys-apps/qingy: remove old sys-apps/qingy/qingy-1.0.0-r1.ebuild | 132 ----------------------------------- sys-apps/qingy/qingy-1.0.0.ebuild | 125 --------------------------------- 2 files changed, 257 deletions(-) diff --git a/sys-apps/qingy/qingy-1.0.0-r1.ebuild b/sys-apps/qingy/qingy-1.0.0-r1.ebuild deleted file mode 100644 index f756eaa..00000000 --- a/sys-apps/qingy/qingy-1.0.0-r1.ebuild +++ /dev/null @@ -1,132 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit autotools elisp-common eutils pam - -GENTOO_THEME_VERSION=2.1 - -DESCRIPTION="a DirectFB getty replacement" -HOMEPAGE="http://qingy.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 - mirror://gentoo/${PN}-gentoo-theme-${GENTOO_THEME_VERSION}.tar.bz2 - https://dev.gentoo.org/~gienah/2big4tree/sys-apps/qingy/${P}-screensavers.patch.gz - https://dev.gentoo.org/~gienah/2big4tree/sys-apps/qingy/${P}-consolekit-pam.patch.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="consolekit crypt directfb emacs gpm opensslcrypt pam static X" - -RDEPEND=">=sys-libs/ncurses-5.7-r7:= - opensslcrypt? ( dev-libs/openssl:0= ) - crypt? ( >=dev-libs/libgcrypt-1.2.1:0= ) - directfb? ( >=dev-libs/DirectFB-1.4.2[fbcon,jpeg,png,truetype] ) - emacs? ( virtual/emacs ) - pam? ( >=sys-libs/pam-0.75-r11 ) - X? ( - x11-libs/libX11:= - x11-libs/libXScrnSaver:= - x11-proto/scrnsaverproto - )" -DEPEND="${RDEPEND} - >=sys-apps/sed-4.1.4-r1 - virtual/pkgconfig" -RDEPEND="${RDEPEND} - consolekit? ( - sys-auth/consolekit - sys-apps/dbus ) - pam? ( sys-auth/pambase )" - -SITEFILE=50${PN}-gentoo.el - -src_prepare() { - epatch "${FILESDIR}"/${P}-tinfo.patch - # bug #359637 and bug #462634 - fixes from upstream - epatch "${DISTDIR}"/${P}-screensavers.patch.gz - # bug #372675 - fix from upstream - epatch "${DISTDIR}"/${P}-consolekit-pam.patch.gz - eautoreconf -} - -src_configure() { - local crypto_support="--disable-crypto" - local emacs_support="--disable-emacs --without-lispdir" - - if use crypt && use opensslcrypt; then - echo - ewarn "You can have openssl or libgcrypt as a crypto library, not both." - ewarn "Using libgcrypt now..." - echo - fi - - use emacs && emacs_support="--enable-emacs --with-lispdir=${SITELISP}/${PN}" - use opensslcrypt && crypto_support="--enable-crypto=openssl" - use crypt && crypto_support="--enable-crypto=libgcrypt" - econf \ - --sbindir=/sbin \ - --disable-optimizations \ - $(use_enable consolekit) \ - $(use_enable pam) \ - $(use_enable static static-build) \ - $(use_enable gpm gpm-lock) \ - $(use_enable X x-support) \ - $(use_enable directfb DirectFB-support ) \ - ${crypto_support} \ - ${emacs_support} -} - -src_install() { - # Copy documentation manually as make install only installs info files - # INSTALL is left because it contains also configuration informations - dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO - - # Install the program - emake DESTDIR="${D}" install - - # Set the settings file umask to 600, in case somebody - # wants to make use of the autologin feature - /bin/chmod 600 "${D}"/etc/qingy/settings - - # Install Gentoo theme - dodir /usr/share/${PN}/themes/gentoo - cp "${WORKDIR}"/gentoo/* "${D}"/usr/share/${PN}/themes/gentoo || die - - # Alter config file so that it uses our theme - sed -i 's/theme = "default"/theme = "gentoo"/' "${D}"/etc/${PN}/settings - - # Install log rotation policy - insinto /etc/logrotate.d - newins "${FILESDIR}"/${PN}-logrotate ${PN} - - use emacs && elisp-site-file-install "${FILESDIR}"/${SITEFILE} - - rm "${D}"/etc/pam.d/qingy - pamd_mimic system-local-login qingy auth account password session -} - -pkg_postinst() { - einfo "In order to use qingy you must first edit your /etc/inittab" - einfo "Check the documentation at ${HOMEPAGE}" - einfo "for instructions on how to do that." - echo - einfo "Also, make sure to adjust qingy settings file (/etc/qingy/settings)" - einfo "to your preferences/machine configuration..." - - if use crypt; then - echo - einfo "You will have to create a key pair using 'qingy-keygen'" - echo - ewarn "Note that sometimes a generated key-pair may pass the internal tests" - ewarn "but fail to work properly. You will get a 'regenerate your keys'" - ewarn "message. If this is your case, please remove /etc/qingy/public_key" - ewarn "and /etc/qingy/private_key and run qingy-keygen again..." - fi - - use emacs && echo && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/sys-apps/qingy/qingy-1.0.0.ebuild b/sys-apps/qingy/qingy-1.0.0.ebuild deleted file mode 100644 index 316c199..00000000 --- a/sys-apps/qingy/qingy-1.0.0.ebuild +++ /dev/null @@ -1,125 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit autotools elisp-common eutils pam - -GENTOO_THEME_VERSION=2.1 - -DESCRIPTION="a DirectFB getty replacement" -HOMEPAGE="http://qingy.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 - mirror://gentoo/${PN}-gentoo-theme-${GENTOO_THEME_VERSION}.tar.bz2 - https://dev.gentoo.org/~gienah/2big4tree/sys-apps/qingy/${P}-screensavers.patch.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="crypt directfb emacs gpm opensslcrypt pam static X" - -RDEPEND=">=sys-libs/ncurses-5.7-r7:= - opensslcrypt? ( dev-libs/openssl:0= ) - crypt? ( >=dev-libs/libgcrypt-1.2.1:0= ) - directfb? ( >=dev-libs/DirectFB-1.4.2[fbcon,jpeg,png,truetype] ) - emacs? ( virtual/emacs ) - pam? ( >=sys-libs/pam-0.75-r11 ) - X? ( - x11-libs/libX11:= - x11-libs/libXScrnSaver:= - x11-proto/scrnsaverproto - )" -DEPEND="${RDEPEND} - >=sys-apps/sed-4.1.4-r1 - virtual/pkgconfig" -RDEPEND="${RDEPEND} - pam? ( sys-auth/pambase )" - -SITEFILE=50${PN}-gentoo.el - -src_prepare() { - epatch "${FILESDIR}"/${P}-tinfo.patch - # bug #359637 and bug #462634 - fixes from upstream - epatch "${DISTDIR}"/${P}-screensavers.patch.gz - eautoreconf -} - -src_configure() { - local crypto_support="--disable-crypto" - local emacs_support="--disable-emacs --without-lispdir" - - if use crypt && use opensslcrypt; then - echo - ewarn "You can have openssl or libgcrypt as a crypto library, not both." - ewarn "Using libgcrypt now..." - echo - fi - - use emacs && emacs_support="--enable-emacs --with-lispdir=${SITELISP}/${PN}" - use opensslcrypt && crypto_support="--enable-crypto=openssl" - use crypt && crypto_support="--enable-crypto=libgcrypt" - econf \ - --sbindir=/sbin \ - --disable-optimizations \ - $(use_enable pam) \ - $(use_enable static static-build) \ - $(use_enable gpm gpm-lock) \ - $(use_enable X x-support) \ - $(use_enable directfb DirectFB-support ) \ - ${crypto_support} \ - ${emacs_support} -} - -src_install() { - # Copy documentation manually as make install only installs info files - # INSTALL is left because it contains also configuration informations - dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO - - # Install the program - emake DESTDIR="${D}" install - - # Set the settings file umask to 600, in case somebody - # wants to make use of the autologin feature - /bin/chmod 600 "${D}"/etc/qingy/settings - - # Install Gentoo theme - dodir /usr/share/${PN}/themes/gentoo - cp "${WORKDIR}"/gentoo/* "${D}"/usr/share/${PN}/themes/gentoo || die - - # Alter config file so that it uses our theme - sed -i 's/theme = "default"/theme = "gentoo"/' "${D}"/etc/${PN}/settings - - # Install log rotation policy - insinto /etc/logrotate.d - newins "${FILESDIR}"/${PN}-logrotate ${PN} - - use emacs && elisp-site-file-install "${FILESDIR}"/${SITEFILE} - - rm "${D}"/etc/pam.d/qingy - pamd_mimic system-local-login qingy auth account password session -} - -pkg_postinst() { - einfo "In order to use qingy you must first edit your /etc/inittab" - einfo "Check the documentation at ${HOMEPAGE}" - einfo "for instructions on how to do that." - echo - einfo "Also, make sure to adjust qingy settings file (/etc/qingy/settings)" - einfo "to your preferences/machine configuration..." - - if use crypt; then - echo - einfo "You will have to create a key pair using 'qingy-keygen'" - echo - ewarn "Note that sometimes a generated key-pair may pass the internal tests" - ewarn "but fail to work properly. You will get a 'regenerate your keys'" - ewarn "message. If this is your case, please remove /etc/qingy/public_key" - ewarn "and /etc/qingy/private_key and run qingy-keygen again..." - fi - - use emacs && echo && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -}