URI:
       Remove x11-terms/st and x11-wm/dwm - overlay - drkhsh gentoo overlay
  HTML git clone git://git.drkhsh.at/overlay.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 580fc93491006e17217dda6bac043d13e017a1b5
   DIR parent 103d7742346fc29321e2db0283484b5bc34b4bf5
  HTML Author: Aaron Marcher <me@drkhsh.at>
       Date:   Wed, 28 Mar 2018 23:18:50 +0200
       
       Remove x11-terms/st and x11-wm/dwm
       
       Diffstat:
         M README                              |       6 ------
         D x11-terms/st/metadata.xml           |       8 --------
         D x11-terms/st/st-9999.ebuild         |      52 -------------------------------
         D x11-wm/dwm/dwm-9999.ebuild          |      60 -------------------------------
         D x11-wm/dwm/metadata.xml             |      14 --------------
       
       5 files changed, 0 insertions(+), 140 deletions(-)
       ---
   DIR diff --git a/README b/README
       @@ -17,14 +17,8 @@ Included ebuilds
        │   └── gtk+
        ├── x11-misc
        │   └── slstatus
       -├── x11-terms
       -│   └── st
       -└── x11-wm
       -    └── dwm
        
        Patches/Changes
        ---------------
        - media-sound/mixxx: 2.1 beta with removed D-Bus dependency
        - x11-libs/gtk+: Removed D-Bus dependency by optionalizing ATK-Bridge
       -- x11-terms/st: My own fork (https://git.drkhsh.at/st)
       -- x11-wm/dwm: My own fork (https://git.drkhsh.at/dwm)
   DIR diff --git a/x11-terms/st/metadata.xml b/x11-terms/st/metadata.xml
       @@ -1,8 +0,0 @@
       -<?xml version="1.0" encoding="UTF-8"?>
       -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
       -<pkgmetadata>
       -        <maintainer type="person">
       -                <email>me@drkhsh.at</email>
       -                <name>aaron marcher</name>
       -        </maintainer>
       -</pkgmetadata>
   DIR diff --git a/x11-terms/st/st-9999.ebuild b/x11-terms/st/st-9999.ebuild
       @@ -1,52 +0,0 @@
       -# Copyright 1999-2017 Gentoo Foundation
       -# Distributed under the terms of the GNU General Public License v2
       -
       -EAPI=6
       -inherit eutils git-r3 multilib toolchain-funcs
       -
       -DESCRIPTION="simple terminal implementation for X"
       -HOMEPAGE="http://st.suckless.org/"
       -EGIT_REPO_URI="git://git.drkhsh.at/st"
       -
       -LICENSE="MIT-with-advertising"
       -SLOT="0"
       -KEYWORDS="amd64 ~x86 ~hppa"
       -IUSE=""
       -
       -RDEPEND="
       -        >=sys-libs/ncurses-6.0:0=
       -        media-fonts/inconsolata
       -        media-libs/fontconfig
       -        x11-libs/libX11
       -        x11-libs/libXext
       -        x11-libs/libXft
       -"
       -DEPEND="
       -        ${RDEPEND}
       -        virtual/pkgconfig
       -        x11-proto/xextproto
       -        x11-proto/xproto
       -"
       -
       -src_prepare() {
       -        default
       -
       -        sed -i \
       -                -e '/^CFLAGS/s:[[:space:]]-Wall[[:space:]]: :' \
       -                -e '/^CFLAGS/s:[[:space:]]-O[^[:space:]]*[[:space:]]: :' \
       -                -e '/^LDFLAGS/{s:[[:space:]]-s[[:space:]]: :}' \
       -                -e '/^X11INC/{s:/usr/X11R6/include:/usr/include/X11:}' \
       -                -e "/^X11LIB/{s:/usr/X11R6/lib:/usr/$(get_libdir)/X11:}" \
       -                config.mk || die
       -        sed -i \
       -                -e '/tic/d' \
       -                Makefile || die
       -
       -        tc-export CC
       -}
       -
       -src_install() {
       -        emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
       -
       -        dodoc README
       -}
   DIR diff --git a/x11-wm/dwm/dwm-9999.ebuild b/x11-wm/dwm/dwm-9999.ebuild
       @@ -1,60 +0,0 @@
       -# Copyright 1999-2017 Gentoo Foundation
       -# Distributed under the terms of the GNU General Public License v2
       -
       -EAPI=6
       -inherit git-r3 toolchain-funcs
       -
       -DESCRIPTION="a dynamic window manager for X11"
       -HOMEPAGE="http://dwm.suckless.org/"
       -EGIT_REPO_URI="git://git.drkhsh.at/dwm"
       -EGIT_BRANCH="drkhsh"
       -
       -LICENSE="MIT"
       -SLOT="0"
       -KEYWORDS="amd64 ~x86 ~arm ~ppc ~ppc64"
       -IUSE="xinerama"
       -
       -RDEPEND="
       -        media-fonts/inconsolata
       -        media-libs/fontconfig
       -        x11-libs/libX11
       -        x11-libs/libXft
       -        xinerama? ( x11-libs/libXinerama )
       -"
       -DEPEND="
       -        ${RDEPEND}
       -        xinerama? ( x11-proto/xineramaproto )
       -"
       -
       -src_prepare() {
       -        default
       -
       -        sed -i \
       -                -e "s/CFLAGS = -std=c99 -pedantic -Wall -Os/CFLAGS += -std=c99 -pedantic -Wall/" \
       -                -e "/^LDFLAGS/{s|=|+=|g;s|-s ||g}" \
       -                -e "s/#XINERAMALIBS =/XINERAMALIBS ?=/" \
       -                -e "s/#XINERAMAFLAGS =/XINERAMAFLAGS ?=/" \
       -                -e "s@/usr/X11R6/include@${EPREFIX}/usr/include/X11@" \
       -                -e "s@/usr/X11R6/lib@${EPREFIX}/usr/lib@" \
       -                -e "s@-I/usr/include@@" -e "s@-L/usr/lib@@" \
       -                -e "s/\/freetype2/\ -I\/usr\/include\/freetype2/" \
       -                config.mk || die
       -        sed -i \
       -                -e '/@echo CC/d' \
       -                -e 's|@${CC}|$(CC)|g' \
       -                Makefile || die
       -}
       -
       -src_compile() {
       -        if use xinerama; then
       -                emake CC=$(tc-getCC) dwm
       -        else
       -                emake CC=$(tc-getCC) XINERAMAFLAGS="" XINERAMALIBS="" dwm
       -        fi
       -}
       -
       -src_install() {
       -        emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
       -
       -        dodoc README
       -}
   DIR diff --git a/x11-wm/dwm/metadata.xml b/x11-wm/dwm/metadata.xml
       @@ -1,14 +0,0 @@
       -<?xml version="1.0" encoding="UTF-8"?>
       -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
       -<pkgmetadata>
       -        <maintainer type="person">
       -                <email>me@drkhsh.at</email>
       -                <name>aaron marcher</name>
       -        </maintainer>
       -        <longdescription>
       -                dwm is a dynamic window manager for X. It manages windows in tiling and
       -                floating modes. Either mode can be applied dynamically, optimizing the
       -                environment for the application in use and the task performed. This is
       -                my personal fork with some things changed and my own config.h.
       -        </longdescription>
       -</pkgmetadata>