diff options
author | 2006-08-12 19:01:38 +0000 | |
---|---|---|
committer | 2006-08-12 19:01:38 +0000 | |
commit | 761ee72d0d1e00270ebadcc971a8a20bb131892e (patch) | |
tree | ebb80fc9f04472ec14167b821554be440301f123 /x11-misc/xorg-edit/xorg-edit-06.06.11.ebuild | |
parent | x11-misc/xorg-edit: Version bump (diff) | |
download | sunrise-761ee72d0d1e00270ebadcc971a8a20bb131892e.tar.gz sunrise-761ee72d0d1e00270ebadcc971a8a20bb131892e.tar.bz2 sunrise-761ee72d0d1e00270ebadcc971a8a20bb131892e.zip |
x11-misc/xorg-edit: Clean old ebuild
svn path=/sunrise/; revision=867
Diffstat (limited to 'x11-misc/xorg-edit/xorg-edit-06.06.11.ebuild')
-rw-r--r-- | x11-misc/xorg-edit/xorg-edit-06.06.11.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/x11-misc/xorg-edit/xorg-edit-06.06.11.ebuild b/x11-misc/xorg-edit/xorg-edit-06.06.11.ebuild deleted file mode 100644 index 2b9376eee..000000000 --- a/x11-misc/xorg-edit/xorg-edit-06.06.11.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils toolchain-funcs - -DESCRIPTION="GUI to edit XServer-file xorg.conf easily" -HOMEPAGE="http://www.cyskat.de/dee/progxorg.htm" -SRC_URI="mirror://sourceforge/xorg-edit/${PN}-src.tar.gz" - -LICENSE="GPL-1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=">=x11-libs/wxGTK-2.6" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-makefile.patch" -} - -src_compile() { - cd sources - emake CXX=$(tc-getCXX) || die "emake failed" -} - -src_install() { - dobin sources/xorg-edit - dodoc changelog.txt readme.txt -} |