mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-ftp/gproftpd: treeclean
Closes: https://bugs.gentoo.org/796647 Closes: https://bugs.gentoo.org/550524 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST gproftpd-8.3.2.tar.gz 605797 BLAKE2B 76d15fb01fb73ebbb639e4ecc6ddf8399ef5bc2b904fb5d2ae433aa14c40db49d9b352ffdf558d45aa784b21e5248dfc453d2f87863c3c886dc2cd6c746d6109 SHA512 71a3b80b2bf18ec17719b1484d45fb6110764d28492edafcd97538ad99ad7cc182ed25723b721226329b61f29e511b48e0153cf01f90c3c7f5ce939f7b233f59
|
||||
@@ -1,12 +0,0 @@
|
||||
--- a/desktop/net-gproftpd.desktop
|
||||
+++ b/desktop/net-gproftpd.desktop
|
||||
@@ -16,7 +16,7 @@
|
||||
GenericName=GPROFTPD
|
||||
Comment=Proftpd FTP server administration
|
||||
Exec=gproftpd
|
||||
-Icon=gproftpd.png
|
||||
+Icon=gproftpd
|
||||
Terminal=false
|
||||
Type=Application
|
||||
-Categories=Application;Network;X-Red-Hat-ServerConfig;X-Red-Hat-Base;
|
||||
+Categories=Network
|
||||
@@ -1,25 +0,0 @@
|
||||
--- a/src/apply_user.c
|
||||
+++ b/src/apply_user.c
|
||||
@@ -52,11 +52,6 @@
|
||||
//gchar *dir; // ???
|
||||
extern gchar *homedir;
|
||||
|
||||
-/* The 18 checkbox values */
|
||||
-gchar *dir_val[19]; // ???
|
||||
-
|
||||
-char *user_profile; // ???
|
||||
-
|
||||
extern long num_rows;
|
||||
extern int row_pos;
|
||||
|
||||
--- a/src/dir_treeview_funcs.h
|
||||
+++ b/src/dir_treeview_funcs.h
|
||||
@@ -18,6 +18,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
+extern gchar *dir_val[19];
|
||||
+extern char *user_profile;
|
||||
|
||||
gboolean dirs_foreach(GtkTreeModel *model, GtkTreePath *path,
|
||||
GtkTreeIter *iter, struct w *widgets);
|
||||
@@ -1,39 +0,0 @@
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -19,26 +19,28 @@
|
||||
fi \
|
||||
done \
|
||||
fi;
|
||||
- if test -d $(DESTDIR)$(datadir)/pixmaps; then \
|
||||
+ if test -d $(datadir)/pixmaps; then \
|
||||
cp pixmaps/gproftpd.png $(DESTDIR)$(datadir)/pixmaps/; \
|
||||
fi;
|
||||
- if test -f $(DESTDIR)$(bindir)/consolehelper && test ! -f $(DESTDIR)$(bindir)/gproftpd; then \
|
||||
+ if test -f $(bindir)/consolehelper && test ! -f $(DESTDIR)$(bindir)/gproftpd; then \
|
||||
ln -s $(DESTDIR)$(bindir)/consolehelper $(DESTDIR)$(bindir)/gproftpd; \
|
||||
fi;
|
||||
@echo "Failsafe for a mixed environment"
|
||||
if test -f $(DESTDIR)/usr/local/bin/consolehelper && test ! -f $(DESTDIR)/usr/local/bin/gproftpd; then \
|
||||
ln -s $(DESTDIR)/usr/local/bin/consolehelper $(DESTDIR)/usr/local/bin/gproftpd; \
|
||||
fi;
|
||||
- if test -d $(DESTDIR)$(sysconfdir)/pam.d; then \
|
||||
+ if test -d $(sysconfdir)/pam.d; then \
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pam.d; \
|
||||
cp etc/pam.d/gproftpd $(DESTDIR)$(sysconfdir)/pam.d/; \
|
||||
fi;
|
||||
- if test -d $(DESTDIR)$(sysconfdir)/security/console.apps; then \
|
||||
+ if test -d $(sysconfdir)/security/console.apps; then \
|
||||
cp etc/security/console.apps/gproftpd $(DESTDIR)$(sysconfdir)/security/console.apps/; \
|
||||
- fi;
|
||||
- if test -d $(DESTDIR)$(datadir)/applications; then \
|
||||
- cp desktop/net-gproftpd.desktop $(DESTDIR)$(datadir)/applications/; \
|
||||
fi;
|
||||
- if test -d $(DESTDIR)$(datadir)/gnome/apps/Internet; then \
|
||||
+ if test -d $(datadir)/applications; then \
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/applications/; \
|
||||
+ cp desktop/net-gproftpd.desktop $(DESTDIR)$(datadir)/applications/gproftpd.desktop; \
|
||||
+ fi;
|
||||
+ if test -d $(datadir)/gnome/apps/Internet; then \
|
||||
cp desktop/net-gproftpd.desktop $(DESTDIR)$(datadir)/gnome/apps/Internet/; \
|
||||
fi;
|
||||
if test ! -d $(DESTDIR)$(datadir)/doc/gproftpd; then \
|
||||
@@ -1,56 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="GTK frontend to proftpd"
|
||||
HOMEPAGE="https://mange.dynalias.org/linux/gproftpd"
|
||||
SRC_URI="http://mange.dynup.net/linux/gproftpd/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~ppc sparc x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/atk-1.0
|
||||
>=media-libs/freetype-2.0
|
||||
>=x11-libs/pango-1.0
|
||||
dev-libs/glib:2
|
||||
virtual/libcrypt:=
|
||||
virtual/libiconv
|
||||
x11-libs/gtk+:2
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
BDEPEND="
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
"
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-desktop.patch
|
||||
"${FILESDIR}"/${P}-fno-common.patch
|
||||
"${FILESDIR}"/${P}-install.patch
|
||||
)
|
||||
DOCS="AUTHORS ChangeLog README"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
rm -r "${D}/usr/share/doc/gproftpd" || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "gproftpd looks for your proftpd.conf file in /etc/proftpd"
|
||||
elog "run gproftpd with the option -c to specify an alternate location"
|
||||
elog "ex: gproftpd -c /etc/proftpd.conf"
|
||||
elog "Do NOT edit /etc/conf.d/proftpd with this program"
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
@@ -565,7 +565,6 @@ dev-util/stubgen
|
||||
media-gfx/xzgv
|
||||
net-dns/dnssec-check
|
||||
net-mail/cmd5checkpw
|
||||
net-ftp/gproftpd
|
||||
|
||||
# Jonas Stein <jstein@gentoo.org> (2022-11-13)
|
||||
# Dead upstream
|
||||
|
||||
Reference in New Issue
Block a user