mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
pentoo-misc: add app-misc/wipe
This commit is contained in:
parent
f6a18d3057
commit
16446fa915
4 changed files with 2 additions and 156 deletions
|
|
@ -1,3 +1 @@
|
|||
EBUILD pentoo-misc-2013.1.ebuild 1585 SHA256 d39f29bb0401390291038c0bd0a39c5f710b93e7cd85c153114cdfcb7d34df26 SHA512 b8357c5ff964551897f06a7cce8415319b9d32b9608643331e84e955fa1a06fd10cfb4adc4fb8104d1ff6ec6488ed1fa62ad001762f3224a9e416d58530aad9b WHIRLPOOL 2f05643547bfaf859e8837dda6192a365add94760fdac5ad0ce6d1c0cdf02ab9b945bbe491b21bd6a7c776b9b8193afc292fefcc38838222ee2d2dcd4739719e
|
||||
EBUILD pentoo-misc-2013.2.ebuild 1640 SHA256 f49fc5f6c6a033ffa23e225c79ecfdc0a733bb736263de9693da40cb5805da6c SHA512 7fa3fbc2311d27061d03106cb2968d35a7856c864e2267c0949678782f22e7c2becefc5982401084b77f6fa4f10c125ca796cfa90a4686805cf77a15fba3c61a WHIRLPOOL 1fb6a0424ccb3ec602f829d72810e1946a78c09cc0871cdf75b66b9cff42c603de0f85dbe5551d204a274b732cb88924293c92f7f1267e38a81c1e61c814a6ca
|
||||
EBUILD pentoo-misc-2014.0.ebuild 1660 SHA256 776da9039e575f1c88a678c7e9e76c3244c05606e634ed46e8fde3427a35dc28 SHA512 db93a37715e623006568f8cf68535ada954aac0132571beaa78e1a04ff0009be7a28d5888229b818e49d8f9d8cbe13ca5d8ee6f7860269a66987325fae061031 WHIRLPOOL 7a5e9c793bb0499c8f57643a6859779924a1a9b5a72fe9a296bfc3796ad56d449c8de438b17ff59aae0a9583c62e435b278cc7e68d5747a637f8ac59816eb88e
|
||||
EBUILD pentoo-misc-2014.1.ebuild 1675 SHA256 375ff5141dedae81c54687fbfdf9048da4c4f7a4c6cab8cae674aeea9c905b5b SHA512 b85217ea925dcaa03e238423500765eaf14f6f3876b2d04bf2be154078993615c7098fabc788a95f4aa35866bc94d6c5d3d1c68c01a6bb4310a4ef815bd997de WHIRLPOOL b874fbd7c5563f4e3932d5dad8245f2df2ca42b563f6cc11a56df4c381be42ff6040d39858e84169ee2e6a46dea73bb893ac6a00df6a607d077cab11d927ce0b
|
||||
|
|
|
|||
|
|
@ -1,76 +0,0 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
DESCRIPTION="Pentoo misc meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
IUSE="+accessibility +atm gtk java qt4 X"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
accessibility? ( app-accessibility/espeakup
|
||||
app-accessibility/brltty )
|
||||
gtk? ( media-video/gtk-recordmydesktop )
|
||||
qt4? ( !gtk? ( media-video/qt-recordmydesktop ) )
|
||||
X? ( app-editors/gedit
|
||||
app-editors/ghex
|
||||
media-sound/alsamixergui
|
||||
media-sound/audacious
|
||||
net-ftp/gproftpd
|
||||
java? ( net-im/jitsi-bin )
|
||||
net-im/pidgin
|
||||
sys-block/gparted
|
||||
net-misc/grdesktop
|
||||
net-irc/hexchat
|
||||
|| ( mail-client/thunderbird-bin mail-client/thunderbird )
|
||||
)
|
||||
app-editors/hexedit
|
||||
app-editors/vim
|
||||
app-misc/dradis
|
||||
app-text/dos2unix
|
||||
app-text/uudeview
|
||||
app-text/wgetpaste
|
||||
media-gfx/fbgrab
|
||||
media-gfx/scrot
|
||||
media-sound/sox
|
||||
media-video/vlc
|
||||
atm? ( net-dialup/linux-atm )
|
||||
net-dialup/minicom
|
||||
net-dialup/wvdial
|
||||
net-dns/bind-tools
|
||||
net-dns/dnsmasq
|
||||
net-firewall/sanewall
|
||||
net-fs/nfs-utils
|
||||
net-ftp/ftp
|
||||
net-ftp/oftpd
|
||||
net-ftp/tftp-hpa
|
||||
net-irc/irssi
|
||||
net-misc/axel
|
||||
net-misc/curl
|
||||
net-misc/ifenslave
|
||||
net-misc/iperf
|
||||
net-misc/iputils
|
||||
net-misc/netkit-fingerd
|
||||
net-misc/netkit-rsh
|
||||
net-misc/netsed
|
||||
net-misc/ntp
|
||||
net-misc/openssh
|
||||
net-misc/openvpn
|
||||
net-misc/stunnel
|
||||
net-misc/tcpick
|
||||
net-misc/telnet-bsd
|
||||
net-misc/vpnc
|
||||
net-misc/whatmask
|
||||
net-misc/whois
|
||||
net-misc/wlan2eth
|
||||
!arm? ( sys-boot/unetbootin )
|
||||
sys-power/powertop
|
||||
www-client/links
|
||||
www-client/lynx
|
||||
www-servers/lighttpd
|
||||
"
|
||||
|
|
@ -1,77 +0,0 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
DESCRIPTION="Pentoo misc meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
IUSE="+accessibility +atm gtk java qt4 +office X"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
accessibility? ( app-accessibility/espeakup
|
||||
app-accessibility/brltty )
|
||||
gtk? ( media-video/gtk-recordmydesktop )
|
||||
qt4? ( !gtk? ( media-video/qt-recordmydesktop ) )
|
||||
X? ( app-editors/gedit
|
||||
office? ( app-office/libreoffice )
|
||||
app-editors/ghex
|
||||
media-sound/alsamixergui
|
||||
media-sound/audacious
|
||||
net-ftp/gproftpd
|
||||
java? ( net-im/jitsi-bin )
|
||||
net-im/pidgin
|
||||
sys-block/gparted
|
||||
net-misc/grdesktop
|
||||
net-irc/hexchat
|
||||
|| ( mail-client/thunderbird-bin mail-client/thunderbird )
|
||||
)
|
||||
app-editors/hexedit
|
||||
app-editors/vim
|
||||
app-misc/dradis
|
||||
app-text/dos2unix
|
||||
app-text/uudeview
|
||||
app-text/wgetpaste
|
||||
media-gfx/fbgrab
|
||||
media-gfx/scrot
|
||||
media-sound/sox
|
||||
media-video/vlc
|
||||
atm? ( net-dialup/linux-atm )
|
||||
net-dialup/minicom
|
||||
net-dialup/wvdial
|
||||
net-dns/bind-tools
|
||||
net-dns/dnsmasq
|
||||
net-firewall/sanewall
|
||||
net-fs/nfs-utils
|
||||
net-ftp/ftp
|
||||
net-ftp/oftpd
|
||||
net-ftp/tftp-hpa
|
||||
net-irc/irssi
|
||||
net-misc/axel
|
||||
net-misc/curl
|
||||
net-misc/ifenslave
|
||||
net-misc/iperf
|
||||
net-misc/iputils
|
||||
net-misc/netkit-fingerd
|
||||
net-misc/netkit-rsh
|
||||
net-misc/netsed
|
||||
net-misc/ntp
|
||||
net-misc/openssh
|
||||
net-misc/openvpn
|
||||
net-misc/stunnel
|
||||
net-misc/tcpick
|
||||
net-misc/telnet-bsd
|
||||
net-misc/vpnc
|
||||
net-misc/whatmask
|
||||
net-misc/whois
|
||||
net-misc/wlan2eth
|
||||
!arm? ( sys-boot/unetbootin )
|
||||
sys-power/powertop
|
||||
www-client/links
|
||||
www-client/lynx
|
||||
www-servers/lighttpd
|
||||
"
|
||||
|
|
@ -33,6 +33,7 @@ RDEPEND="${DEPEND}
|
|||
app-editors/hexedit
|
||||
app-editors/vim
|
||||
app-misc/dradis
|
||||
app-misc/wipe
|
||||
app-text/dos2unix
|
||||
app-text/uudeview
|
||||
app-text/wgetpaste
|
||||
Loading…
Reference in a new issue