diff options
author | 2005-03-24 10:46:03 +0000 | |
---|---|---|
committer | 2005-03-24 10:46:03 +0000 | |
commit | d0fb1ac1eac4aa5e910b000dfb2dd4eb61391576 (patch) | |
tree | a934078081928a20069d6270d6c021266e8bbe3a /sys-apps | |
parent | Fix DEPEND for bug #85984, and cleanup DEPEND structure to be easier to manage. (diff) | |
download | historical-d0fb1ac1eac4aa5e910b000dfb2dd4eb61391576.tar.gz historical-d0fb1ac1eac4aa5e910b000dfb2dd4eb61391576.tar.bz2 historical-d0fb1ac1eac4aa5e910b000dfb2dd4eb61391576.zip |
Wiped out older version.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/qingy/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/qingy/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/qingy/files/digest-qingy-0.5.2 | 1 | ||||
-rw-r--r-- | sys-apps/qingy/qingy-0.5.2.ebuild | 61 |
4 files changed, 5 insertions, 66 deletions
diff --git a/sys-apps/qingy/ChangeLog b/sys-apps/qingy/ChangeLog index b600888fe60b..3d4f0fea044e 100644 --- a/sys-apps/qingy/ChangeLog +++ b/sys-apps/qingy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/qingy # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/ChangeLog,v 1.19 2005/01/16 19:59:14 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/ChangeLog,v 1.20 2005/03/24 10:46:03 s4t4n Exp $ + + 24 March 2005; Michele Noberasco <s4t4n@gentoo.org> qingy-0.5.2.ebuild: + Wiped out old version. 16 January 2005; Michele Noberasco <s4t4n@gentoo.org> qingy-0.5.3.ebuild: Stable for x86. diff --git a/sys-apps/qingy/Manifest b/sys-apps/qingy/Manifest index 61fc0a105d9d..43cbc2d3149e 100644 --- a/sys-apps/qingy/Manifest +++ b/sys-apps/qingy/Manifest @@ -1,6 +1,4 @@ MD5 a748413c931d02446300bd1151d6d117 qingy-0.5.3.ebuild 1793 -MD5 cadaf28edaa1e918eb8be01db36bffae ChangeLog 3160 -MD5 addda5bb6f10373a0898b561aa4b7233 qingy-0.5.2.ebuild 2116 +MD5 a2a5ba0561909fb25b43eaefc799a014 ChangeLog 3260 MD5 40051d4be23df0dc23c2dadbaa168415 metadata.xml 258 -MD5 3ebfea778e8b67a61b54c23c2aaf44b9 files/digest-qingy-0.5.2 64 MD5 1e14b167f302dedd5250acc1d233fad6 files/digest-qingy-0.5.3 64 diff --git a/sys-apps/qingy/files/digest-qingy-0.5.2 b/sys-apps/qingy/files/digest-qingy-0.5.2 deleted file mode 100644 index 4d27886be9d8..000000000000 --- a/sys-apps/qingy/files/digest-qingy-0.5.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 f0c06ad2df3bfccdeea14184bc39abb9 qingy-0.5.2.tar.bz2 483254 diff --git a/sys-apps/qingy/qingy-0.5.2.ebuild b/sys-apps/qingy/qingy-0.5.2.ebuild deleted file mode 100644 index 61159ad79982..000000000000 --- a/sys-apps/qingy/qingy-0.5.2.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.5.2.ebuild,v 1.2 2005/01/11 08:32:08 s4t4n Exp $ - -DESCRIPTION="a DirectFB getty replacement" -HOMEPAGE="http://qingy.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" -IUSE="emacs gpm pam static" - -DEPEND=">=dev-libs/DirectFB-0.9.18 - emacs? ( virtual/emacs ) - pam? ( >=sys-libs/pam-0.75-r11 ) - >=dev-util/pkgconfig-0.12.0" - -src_compile() { - econf \ - --sbindir=/sbin \ - --disable-optimizations \ - `use_enable emacs` \ - `use_enable pam` \ - `use_enable static static-build` \ - `use_enable gpm gpm-lock` \ - || die "Configuration failed" - emake || die "Compilation failed" -} - -src_install() { - # copy documentation manually as make install only installs info files - dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO - - # and finally install the program - make DESTDIR=${D} install || die "Installation failed" -} - -pkg_postinst() { - einfo "In order to use qingy you must first edit your /etc/inittab" - einfo "Check files INSTALL and README in /usr/share/doc/${P}" - einfo "for instructions on how to do that. Or issue an 'info qingy'." - echo - ewarn "Please note that configuration and theme files syntax" - ewarn "has changed since version 0.2x: please remove all" - ewarn "old themes and update qingy configuration files!" - echo - einfo "Note that since version 0.4x themes are located in" - einfo "/usr/share/qingy/themes and screensavers in" - einfo "/usr/lib/qingy/screensavers" - echo - einfo "You can safely remove /etc/directfbrc.qingy" - einfo "as it is no longer needed to get framebuffer resolution" - echo - ewarn "Also note that qingy doesn't seem to work realiably with" - ewarn "2.6.7 kernels due to problems with the DirectFB library." - ewarn "Your mileage may vary, but it could even lock up your machine!" - ewarn "See http://bugs.gentoo.org/show_bug.cgi?id=59340" - ewarn "and http://bugs.gentoo.org/show_bug.cgi?id=60402" - ewarn "Use either a 2.6.5 or a >=2.6.8 kernel!" -} |