diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2005-07-28 05:32:21 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2005-07-28 05:32:21 +0000 |
commit | 9df59f883567dcac42c25ec524711a813a37e2f4 (patch) | |
tree | fa4c694f9130f5e7b6320627fa2c17d0850306b5 | |
parent | Correct postinstall info (diff) | |
download | overlay-9df59f883567dcac42c25ec524711a813a37e2f4.tar.gz overlay-9df59f883567dcac42c25ec524711a813a37e2f4.tar.bz2 overlay-9df59f883567dcac42c25ec524711a813a37e2f4.zip |
Ebuild repository cleanup
svn path=/; revision=182
22 files changed, 267 insertions, 267 deletions
diff --git a/app-misc/nalfs/Manifest b/app-misc/nalfs/Manifest deleted file mode 100644 index 560bfe9..0000000 --- a/app-misc/nalfs/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -MD5 af55b82b3f4edbc5809f68e434a72d36 nalfs-1.2.4.ebuild 574 -MD5 9d5dcf5180c96ffe4775794dd2235a3a files/digest-nalfs-1.2.4 64 diff --git a/app-misc/nalfs/files/digest-nalfs-1.2.4 b/app-misc/nalfs/files/digest-nalfs-1.2.4 deleted file mode 100644 index b63bd93..0000000 --- a/app-misc/nalfs/files/digest-nalfs-1.2.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 1e7bb2216cbddec8c97fc0a440216bf1 nALFS-1.2.4.tar.bz2 416396 diff --git a/app-misc/nalfs/nalfs-1.2.4.ebuild b/app-misc/nalfs/nalfs-1.2.4.ebuild deleted file mode 100644 index f8ea2de..0000000 --- a/app-misc/nalfs/nalfs-1.2.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header$ - -DESCRIPTION="An implementation for the execution of Automated Linux From Scratch (ALFS) profiles" -HOMEPAGE="http://www.linuxfromscratch.org/alfs/" -SRC_URI="http://www.linuxfromscratch.org/alfs/downloads/stable/nALFS-${PV}.tar.bz2" - -SLOT="0" - -LICENSE="GPL-2" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-libs/libxml2 - net-misc/curl" -RDEPEND="" - - -S=${WORKDIR}/nALFS-${PV} - -src_compile() { - econf || die - emake || die -} - -src_install() { - einstall || die -} diff --git a/app-portage/cookies.txt b/app-portage/cookies.txt deleted file mode 100644 index 28a3a0f..0000000 --- a/app-portage/cookies.txt +++ /dev/null @@ -1,5 +0,0 @@ -# HTTP cookie file. -# Generated by Wget on 2004-09-30 13:11:27. -# Edit at your own risk. - -.www.gentoo-stats.org:80 TRUE userport.php FALSE 1096543307 gbdui OqYzfr2u640CmjMeu5ksdx5fq2zx8XLS diff --git a/app-portage/gbd/Manifest b/app-portage/gbd/Manifest deleted file mode 100644 index a39d661..0000000 --- a/app-portage/gbd/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -MD5 bd38045aee37153bdf268719ac500436 gbd-1.3.3.ebuild 1361 -MD5 1014ef51f4899ff5ccdb0bb7029f04e6 files/digest-gbd-1.3.3 60 diff --git a/app-portage/gbd/files/digest-gbd-1.3.3 b/app-portage/gbd/files/digest-gbd-1.3.3 deleted file mode 100644 index e22bcf8..0000000 --- a/app-portage/gbd/files/digest-gbd-1.3.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 c5c8ee0172c9047daa33208cb9601a89 gbd-1.3.3.tar.gz 11916 diff --git a/app-portage/gbd/gbd-1.3.3.ebuild b/app-portage/gbd/gbd-1.3.3.ebuild deleted file mode 100644 index 5aa6541..0000000 --- a/app-portage/gbd/gbd-1.3.3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc.; acid.punk@gmx.net -# Distributed under the terms of the GNU General Public License v2 -# $Header: /usr/local/cvs/gbd/ebuild/gbd-1.3.2.ebuild,v 1.2 2004/09/06 10:04:39 dma147 Exp $ - -DESCRIPTION="Gentoo buildtime database client" -HOMEPAGE="http://www.gentoo-stats.org" -SRC_URI="http://www.gentoo-stats.org/download/${P}.tar.gz" - -KEYWORDS="x86 sparc mips ~hppa ~ppc amd64 ~arm ~obsd" -SLOT="0" -LICENSE="GPL-2" - -IUSE="" -RESTRICT="nomirror" - -RDEPEND="app-portage/gentoolkit - dev-lang/perl - dev-perl/DateManip - net-misc/wget - sys-devel/gcc - sys-apps/sed - sys-apps/grep - >=app-portage/uhinv-0.4" - -src_compile() { - sed -i "s:/usr/local:/usr:g" client/gbd - sed -i "s:/usr/local:/usr:g" client/hgenlop -} - -src_install() { - exeinto /usr/bin - doexe client/gbd client/ce.sh client/hgenlop -} - -pkg_postinst() { - einfo - einfo - einfo "You should start now the gbd-client by typing \"gbd -u\" in your console." - einfo "If you've already installed an older version, that does not matter." - einfo "You will keep your UNIQUE_KEY." - einfo - einfo "If you want to automatically start the client every 24h, you must" - einfo "set up a cronjob as root. For example:" - einfo "0 0 * * * /usr/bin/gbd -q >/dev/null 2>&1" - einfo "This will start the client every day at 00:00am" - einfo - einfo -} diff --git a/app-portage/uhinv/Manifest b/app-portage/uhinv/Manifest deleted file mode 100644 index fc0c286..0000000 --- a/app-portage/uhinv/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -MD5 60ba6e6300a2ccf087b7e34541f8a028 uhinv-0.4.ebuild 583 -MD5 0ca11047f074725880969bed9ca68f40 files/digest-uhinv-0.4 61 diff --git a/app-portage/uhinv/files/digest-uhinv-0.4 b/app-portage/uhinv/files/digest-uhinv-0.4 deleted file mode 100644 index 4566503..0000000 --- a/app-portage/uhinv/files/digest-uhinv-0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 20445d7252de9606e4471207cb908d02 uhinv-0.4.tar.gz 217209 diff --git a/app-portage/uhinv/uhinv-0.4.ebuild b/app-portage/uhinv/uhinv-0.4.ebuild deleted file mode 100644 index 98e862a..0000000 --- a/app-portage/uhinv/uhinv-0.4.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc.; acid.punk@gmx.net -# Distributed under the terms of the GNU General Public License v2 -# $Header: /usr/local/cvs/gbd/ebuild/uhinv-0.4.ebuild,v 1.1 2004/08/17 19:37:16 dma147 Exp $ - -DESCRIPTION="Universal Hardware Inventory Tool, uhinv displays operating system and hardware info" -HOMEPAGE="http://developer.berlios.de/projects/uhinv/" -SRC_URI="http://download.berlios.de/uhinv/${P}.tar.gz" - -KEYWORDS="~x86 ~sparc ~mips ~hppa ~ppc ~amd64 ~arm" -SLOT="0" -LICENSE="GPL-2" - -IUSE="" -RESTRICT="nomirror" - -src_install() { - einstall || die -} diff --git a/media-video/realplayer-bin/Manifest b/media-video/realplayer-bin/Manifest deleted file mode 100644 index 813cd57..0000000 --- a/media-video/realplayer-bin/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -MD5 bf8741541eb8a5d8a4ff82a9bec95567 realplayer-bin-10.0.2.ebuild 1297 -MD5 8291d652d9b4c505375c4e6e977c939a files/digest-realplayer-bin-10.0.2 85 diff --git a/media-video/realplayer-bin/files/digest-realplayer-bin-10.0.2 b/media-video/realplayer-bin/files/digest-realplayer-bin-10.0.2 deleted file mode 100644 index 577508c..0000000 --- a/media-video/realplayer-bin/files/digest-realplayer-bin-10.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 18a7085f0f5a09c82202b4a080c92dac RealPlayer-10.0.2.608-20041214.i586.rpm 6679649 diff --git a/media-video/realplayer-bin/realplayer-bin-10.0.2.ebuild b/media-video/realplayer-bin/realplayer-bin-10.0.2.ebuild deleted file mode 100644 index c08d1fb..0000000 --- a/media-video/realplayer-bin/realplayer-bin-10.0.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit nsplugins eutils rpm - -MY_PN="RealPlayer" -DESCRIPTION="Real Media Player" -HOMEPAGE="https://player.helixcommunity.org/2004/downloads/" -SRC_URI="https://helixcommunity.org/download.php/801/${MY_PN}-${PV}.608-20041214.i586.rpm" -LICENSE="RPSL" -SLOT="0" -KEYWORDS="~x86" -IUSE="mozilla" -RDEPEND="!media-video/realplayer - >=dev-libs/glib-2 - >=x11-libs/pango-1.2 - >=x11-libs/gtk+-2.2" -DEPEND="${RDEPEND}" -RESTRICT="nostrip" - -S=${WORKDIR}/usr/local/${MY_PN} - -src_install() { - dodir /opt/${MY_PN} - mv * ${D}/opt/${MY_PN} - - dodir /usr/bin - dosym /opt/${MY_PN}/realplay /usr/bin/realplay - - # Language resources - cd ${D}/opt/RealPlayer/share/locale - for LC in *; do - mkdir -p ${D}/usr/share/locale/${LC}/LC_MESSAGES - dosym /opt/RealPlayer/share/locale/${LC}/player.mo /usr/share/locale/${LC}/LC_MESSAGES/realplay.mo - dosym /opt/RealPlayer/share/locale/${LC}/widget.mo /usr/share/locale/${LC}/LC_MESSAGES/libgtkhx.mo - done - - cd ${D}/opt/${MY_PN}/share - #doicon realplay.png - #domenu realplay.desktop - - # mozilla plugin - if use mozilla ; then - cd ${D}/opt/${MY_PN}/mozilla - exeinto /opt/netscape/plugins - doexe nphelix.so - inst_plugin /opt/netscape/plugins/nphelix.so - fi -} diff --git a/www-apps/knowledgeTree/knowledgeTree-2.0.7.ebuild b/www-apps/knowledgeTree/knowledgeTree-2.0.7.ebuild index 510e7f3..62ae7d6 100644 --- a/www-apps/knowledgeTree/knowledgeTree-2.0.7.ebuild +++ b/www-apps/knowledgeTree/knowledgeTree-2.0.7.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="http://knowledgetree.sourceforge.net" SRC_URI="mirror://sourceforge/kt-dms/${P}.tgz" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86" IUSE="" DEPEND=" @@ -20,8 +20,16 @@ DEPEND=" " S=${WORKDIR}/${PN} -src_install() { - webapp_src_preinst +src_unpack() { + + unpack ${A} && cd "${S}" + + ## The ebuild depends on PEAR-DB and PEAR-Log. + ## No need for additional PEAR library files + rm -rf thirdparty + + ## not running any tests + rm -rf tests ## Example apache, php and mysql config files cd etc @@ -30,9 +38,12 @@ src_install() { mv ${FL} example-${FL} done cd .. +} + +src_install() { + webapp_src_preinst - local docs=" - docs/CREDITS.txt + local docs="docs/CREDITS.txt docs/ChangeLog.txt docs/INSTALL.txt docs/README.txt @@ -45,21 +56,17 @@ src_install() { " dodoc ${docs} etc/* - ## Docs installed, remove unnecessary dirs - rm -rf etc - ## cant remove directory here, need docs/VERSION.txt - rm ${docs} - - ## The ebuild depends on PEAR-DB and PEAR-Log. - ## No need for additional PEAR library files - rm -rf thirdparty - - ## not running any tests - rm -rf tests ## Main application cp -r . ${D}${MY_HTDOCSDIR} - + + ## Docs installed, remove unnecessary files + rm -rf ${D}${MY_HTDOCSDIR}/etc + for doc in ${docs} + do + rm ${D}${MY_HTDOCSDIR}/${doc} + done + for CFG in ${MY_HTDOCSDIR}/config/{browsers.inc,dmsDefaults.php,environment.php,siteMap.inc,tableMappings.inc} do webapp_configfile ${CFG} diff --git a/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild b/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild new file mode 100644 index 0000000..809cc2e --- /dev/null +++ b/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild @@ -0,0 +1,197 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# app-admin/postfixadmin/postfixadmin-2.1.0.ebuild, SteveB (tp22a@softhome.net) +# +# Revisions: +# 15.11.2003: app-admin/postfixadmin/postfixadmin-1.5.4.ebuild +# - initial ebuild +# 03.09.2004: app-admin/postfixadmin/postfixadmin-2.0.5.ebuild +# - switched to webapp +# 01.02.2005: app-admin/postfixadmin/postfixadmin-2.1.0.ebuild + +inherit eutils webapp + +IUSE="mysql postgres vhosts" +DESCRIPTION="Postfix Admin is a Web Based Management tool for Postfix when you are dealing with Postfix Style Virtual Domains and Virtual Users that are stored in MySQL." +HOMEPAGE="http://high5.net/postfixadmin/" +SRC_URI="http://high5.net/${PN}/${PN}-${PV}.tgz" +RESTRICT="nomirror" +KEYWORDS="x86 sparc ppc alpha hppa" +DEPEND=">=mail-mta/postfix-2.0.0 + >=net-www/apache-1.3.27 + >=dev-php/php-4.1 <dev-php/php-5.0 + mysql? ( >=dev-db/mysql-3.23 + >=dev-lang/perl-5.0 + dev-perl/DBI + dev-perl/DBD-mysql ) + postgres? ( >=dev-db/postgresql-7.4.3 )" + +RDEPEND=">=sys-apps/sed-4.0.5 + sys-apps/grep + sys-apps/findutils" + +LICENSE="MPL-1.1" + +pkg_setup() { + webapp_pkg_setup + if use mysql; then + id vacation 2>/dev/null || enewgroup vacation + id vacation 2>/dev/null || enewuser vacation -1 /bin/false /dev/null vacation + fi +} + +src_unpack() { + unpack ${A} || die + cd ${S} + + # Remove .cvs* files and CVS directories + find ${S} -name .cvs\* -or \( -type d -name CVS -prune \) -exec rm -rf {} \; + + # Database support (we don't care wich one is used. Allow both of them!) + if use mysql; then + cp ./DATABASE_MYSQL.TXT ${T}/mysql-setup.sql || die "Creating MySQL setup script failed!" + cp ./TABLE_CHANGES.TXT ${T}/mysql-update.sql || die "Creating MySQL update script failed!" + cp ./VIRTUAL_VACATION/INSTALL.TXT ${T}/VIRTUAL_VACATION_INSTALL.TXT + fi + if use postgres ; then + cp ./DATABASE_PGSQL.TXT ${T}/pgsql-setup.sql || die "Creating PostgreSQL setup script failed!" + fi + + # Rename config.inc.php + cp ./config.inc.php.sample ${T}/config.inc.php || die "Creating config file failed!" + + # Fix .htaccess + if ! use vhosts; then + sed -i "s:^\(AuthUserFile \).*$:\1${VHOST_ROOT}/${MY_HTDOCSBASE}/${PN}/admin/.htpasswd:gI" ./admin/.htaccess + else + sed -i "s:^\(AuthUserFile \).*$:\1/var/www/localhost/htdocs/${PN}/admin/.htpasswd:gI" ./admin/.htaccess + fi +} + +src_compile() { :; } + +src_install() { + webapp_src_preinst + + + # Virtual Vacation only works with MySQL + if use mysql; then + diropts -m0770 -o vacation -g vacation + dodir /var/spool/vacation + keepdir /var/spool/vacation + insinto /var/spool/vacation + insopts -m770 -o vacation -g vacation + doins ${S}/VIRTUAL_VACATION/vacation.pl + fi + + + # Documentation + # + local docs="BACKUP_MX.TXT CHANGELOG.TXT INSTALL.TXT LANGUAGE.TXT LICENSE.TXT TABLE_BACKUP_MX.TXT TABLE_CHANGES.TXT UPGRADE.TXT" + if use mysql; then + docs="${docs} DATABASE_MYSQL.TXT ${T}/VIRTUAL_VACATION_INSTALL.TXT" + fi + if use postgres ; then + docs="${docs} DATABASE_PGSQL.TXT" + fi + + + # install the SQL scripts available to us + # + # unfortunately, we do not have scripts to upgrade from older versions + # these are things we need to add at a later date + # + if use mysql; then + webapp_sqlscript mysql ${T}/mysql-setup.sql + webapp_sqlscript mysql ${T}/mysql-update.sql 2.0.x + webapp_sqlscript mysql ${T}/mysql-update.sql 1.5x + fi + if use postgres ; then + webapp_sqlscript pgsql ${T}/pgsql-setup.sql + fi + + + # handle documentation files + # + # NOTE that doc files go into /usr/share/doc as normal; they do NOT + # get installed per vhost! + # + dodoc ${docs} + for foo in ${docs} DATABASE_MYSQL.TXT DATABASE_PGSQL.TXT + do + rm -f ${foo} + done + + + # handle additional (maybe) not needed files and directories + # + for foo in ADDITIONS VIRTUAL_VACATION + do + rm -rf ${foo} + done + + + # Copy the app's main files + # + einfo "Installing main files" + mkdir -p ${D}${MY_HTDOCSDIR} + cp -r . ${D}${MY_HTDOCSDIR} || die "cp failed" + cp ${T}/config.inc.php ${D}${MY_HTDOCSDIR} || die "cp failed" + + + # Identify the configuration files that this app uses + # + webapp_configfile ${MY_HTDOCSDIR}/config.inc.php + + + # Identify any script files that need #! headers adding to run under + # a CGI script (such as PHP/CGI) + # + # For postfixadmin, we *assume* that all .php files that don't end in + # .inc.php need to have CGI/BIN support added + # + for foo in $(find . -iregex '.*\.php' -not -iregex '\./lib/.*' -not -iregex '.*\.inc\.php' -not -iregex '\./scripts/.*' -not -iregex '\./doc/.*' -print) ; do + webapp_runbycgibin php ${MY_HTDOCSDIR}/${foo} + done + + + # Files need to be owned by the web server + # + find . -type d -exec chmod 755 {} \; + for foo in $(find . -maxdepth 1 -type f -iregex '.*\.php$\|.*\.css$' -print) ; do + fperms 640 ${MY_HTDOCSDIR}/${foo} + webapp_serverowned ${MY_HTDOCSDIR}/${foo} + done + for foo in $(find ./admin -maxdepth 1 -type f -iregex '.*\.php$\|.*\.ht[ml]*$' -print) ; do + fperms 640 ${MY_HTDOCSDIR}/${foo} + webapp_serverowned ${MY_HTDOCSDIR}/${foo} + done + for foo in $(find ./images -maxdepth 1 -type f -iregex '.*\.gif$\|.*\.pnp$' -print) ; do + fperms 640 ${MY_HTDOCSDIR}/${foo} + webapp_serverowned ${MY_HTDOCSDIR}/${foo} + done + for foo in $(find ./languages -maxdepth 1 -type f -iregex '.*\.lnag$' -print) ; do + fperms 640 ${MY_HTDOCSDIR}/${foo} + webapp_serverowned ${MY_HTDOCSDIR}/${foo} + done + for foo in $(find ./templates -maxdepth 1 -type f -iregex '.*\.tpl$' -print) ; do + fperms 640 ${MY_HTDOCSDIR}/${foo} + webapp_serverowned ${MY_HTDOCSDIR}/${foo} + done + for foo in $(find ./users -maxdepth 1 -type f -iregex '.*\.php$' -print) ; do + fperms 640 ${MY_HTDOCSDIR}/${foo} + webapp_serverowned ${MY_HTDOCSDIR}/${foo} + done + + + # Add the post-installation instructions + # + webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt + + + # All done + # + # Now we let the eclass strut its stuff ;-) + # + webapp_src_install +} diff --git a/www-apps/postfixadmin/postinstall-en.txt b/www-apps/postfixadmin/postinstall-en.txt new file mode 100644 index 0000000..e1a2cae --- /dev/null +++ b/www-apps/postfixadmin/postinstall-en.txt @@ -0,0 +1,45 @@ +To complete installation, you must: + 1. Create the needed MySQL database and tables and user: + mysql -u root -p < ${MY_SQLSCRIPTSDIR}/mysql/${PVR}_create.sql + 2. Reload MySQL: + /etc/init.d/mysql restart + 3. Change the password for the admin user! Inital password is + "admin" (without the qotes). + + +Updating from older version of Postfix Admin: + * When you are upgrading from an older Postfix Admin version, make sure you + * backup your database before you run the update script on your database. + * mysqldump -a -u root -p > /tmp/postfixadmin-backup.sql + + For update from 2.0.x version of Postfix Admin: + 1. Please read the BACKUP_MX.TXT + 2. Update the needed MySQL database and tables: + mysql -u root -p < ${MY_SQLSCRIPTSDIR}/mysql/2.0.x_to_${PVR}.sql + 3. Reload MySQL: + /etc/init.d/mysql restart + + For update from 1.5x (or older) version of Postfix Admin: + 1. Please read the UPGRADE.TXT + 2. Update the needed MySQL database and tables: + mysql -u root -p < ${MY_SQLSCRIPTSDIR}/mysql/1.5x_to_${PVR}.sql + 3. Reload MySQL: + /etc/init.d/mysql restart + + +To use Virtual Vacation, please read VIRTUAL_VACATION_INSTALL. + +Check the config.inc.php file. There you can specify settings that are +relevant to your setup. + +Postfix Admin contains 3 views of administration: + 1. Site Admin view, located at http://domain.tld/postfixadmin/admin/. + 2. Domain Admin view, located at http://domain.tld/postfixadmin/. + 3. User Admin View, located at http://domain.tld/postfixadmin/users/. + +In order to do the initial configuration you have to go to the Site Admin view. + +The default password for the Site Admin view of Postfix Admin is admin/admin. + +This is specified in the .htpasswd file in the /admin directory. Make sure +that the location of the .htpasswd file matches your path. diff --git a/www-apps/pyblosxom/files/gentoo-webapp.patch b/www-apps/pyblosxom/files/gentoo-webapp.patch index f6550e8..83777b4 100644 --- a/www-apps/pyblosxom/files/gentoo-webapp.patch +++ b/www-apps/pyblosxom/files/gentoo-webapp.patch @@ -4,7 +4,7 @@ # we want to move the web script files as well, so we sneak them # in here. -+# This are handled by the webapp class in Gentoo ++# These are handled by the webapp class in Gentoo +# os.path.normpath("web/pyblosxom.cgi"), +# os.path.normpath("web/config.py") pydf.append( [os.path.join('share', PVER, 'web'), diff --git a/x11-misc/login-app/ChangeLog b/x11-misc/login-app/ChangeLog deleted file mode 100644 index 60d6247..0000000 --- a/x11-misc/login-app/ChangeLog +++ /dev/null @@ -1,14 +0,0 @@ -# ChangeLog for x11-misc/login-app -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/login-app/ChangeLog,v 1.6 2004/06/24 22:28:10 agriffis Exp $ - - 19 Jun 2004; <pyrania@gentoo.org> login-app-2.0.0_alpha7.ebuild: - Added IUSE. - - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - -*login-app-2.0.0_alpha7 (7-Feb-2002) - - 7 Feb 2002; Vitaly Kushneriuk <vitaly@gentoo.org> login-app-2.0.0_alpha7.ebuild : - - Added to portage. diff --git a/x11-misc/login-app/Manifest b/x11-misc/login-app/Manifest deleted file mode 100644 index 51d0cff..0000000 --- a/x11-misc/login-app/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 5427bf0fac2547e6dfed15df9316578d login-app-2.0.0_alpha7.ebuild 1032 -MD5 9aac8db2e57ac48d4a713259c217d3d1 ChangeLog 519 -MD5 242ad5512ec9aa8ae4a655379ae0baa2 files/digest-login-app-2.0.0_alpha7 75 -MD5 acba8cb6c040d505ef53f616b5d1f2d9 files/login-app-windowmaker.patch 737 diff --git a/x11-misc/login-app/files/digest-login-app-2.0.0_alpha7 b/x11-misc/login-app/files/digest-login-app-2.0.0_alpha7 deleted file mode 100644 index 3f8bc6d..0000000 --- a/x11-misc/login-app/files/digest-login-app-2.0.0_alpha7 +++ /dev/null @@ -1 +0,0 @@ -MD5 d2ce7e30850954b0705a76948095bbbc Login.app-2.0.0-Alpha-7.tar.gz 286926 diff --git a/x11-misc/login-app/files/login-app-windowmaker.patch b/x11-misc/login-app/files/login-app-windowmaker.patch deleted file mode 100644 index abc1a36..0000000 --- a/x11-misc/login-app/files/login-app-windowmaker.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- graphics.c.orig 2005-01-19 10:54:02.491245784 +0100 -+++ graphics.c 2005-01-19 10:54:33.835480736 +0100 -@@ -73,7 +73,7 @@ - img = RCloneImage(bottom); - RCombineImages(img, top); - setWindowImage(win, img); -- RDestroyImage(img); -+ RReleaseImage(img); - } - - void drawText(Window win, XFontStruct* font, int justification, int x, int y, ---- panel.c.orig 2005-01-19 10:54:10.086091192 +0100 -+++ panel.c 2005-01-19 10:54:51.545788360 +0100 -@@ -305,7 +305,7 @@ - - image = RCreateImageFromDrawable(ctx, panel, 0); - RConvertImage(ctx, image, &shrinkPixmap); -- RDestroyImage(image); -+ RReleaseImage(image); - - XSetWindowBackgroundPixmap(dpy, panel, shrinkPixmap); - XUnmapSubwindows(dpy, panel); diff --git a/x11-misc/login-app/login-app-2.0.0_alpha7.ebuild b/x11-misc/login-app/login-app-2.0.0_alpha7.ebuild deleted file mode 100644 index 31ccedd..0000000 --- a/x11-misc/login-app/login-app-2.0.0_alpha7.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/login-app/login-app-2.0.0_alpha7.ebuild,v 1.13 2004/06/24 22:28:10 agriffis Exp $ - -inherit eutils - -_P=Login.app-2.0.0-Alpha-7 -S=${WORKDIR}/${_P} - -DESCRIPTION="Graphical Login Utility" -SRC_URI="http://largo.windowmaker.org/files/Login.app/${_P}.tar.gz" -HOMEPAGE="http://largo.windowmaker.org/Login.app/" -DEPEND=">=x11-libs/libPropList-0.10.1 - >=sys-libs/zlib-1.1.4 - >=media-libs/jpeg-6b - >=media-libs/libpng-1.2 - >=media-libs/tiff-3.5.7 - >=media-libs/libungif-4.1.0 - >=windowmaker-0.91.0-r1" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc" -IUSE="" - -src_unpack() { - - unpack ${A} - cd ${S} - - ## Fixes a function rename in the wrlib - ## library of windowmaker - epatch ${FILESDIR}/${PN}-windowmaker.patch - -} - -src_compile() { - emake || die -} - -src_install () { - make \ - INSTALL_DIR=${D}/${GNUSTEP_LOCAL_ROOT:-/usr/lib/GNUstep}/Apps/Login.app\ - install - dodoc README* TODO COPYING -} |