1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 DESCRIPTION
="trash-put made compatible to GNUs rm and rmdir"
7 HOMEPAGE
="https://github.com/PhrozenByte/rmtrash"
8 SRC_URI
="https://github.com/PhrozenByte/rmtrash/archive/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
16 RDEPEND
="app-misc/trash-cli"
26 elog
"It is suggested to add following code into ~/.bashrc:"
27 elog
"--------------------------------------------------------------------"
28 elog
" alias rm='rmtrash'"
29 elog
" alias rmdir='rmdirtrash'"
30 elog
" alias sudo='sudo '"
31 elog
"--------------------------------------------------------------------"
32 elog
"see https://github.com/PhrozenByte/rmtrash for more information"