diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2014-02-20 08:22:55 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2014-02-20 08:22:55 +0200 |
commit | b7207ac6cbe002488052dfe3156c57c85cb0c041 (patch) | |
tree | 0b84123b1243a0385da4630986a237a358628157 /x11-libs/pixman | |
parent | bf0d36b8ae45f66dd99970efff2331265e947b6b (diff) |
cleanup
Diffstat (limited to 'x11-libs/pixman')
l--------- | x11-libs/pixman/files | 1 | ||||
-rw-r--r-- | x11-libs/pixman/pixman-9999.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/x11-libs/pixman/files b/x11-libs/pixman/files deleted file mode 120000 index 12a9d8c..0000000 --- a/x11-libs/pixman/files +++ /dev/null @@ -1 +0,0 @@ -/usr/portage/x11-libs/pixman/files
\ No newline at end of file diff --git a/x11-libs/pixman/pixman-9999.ebuild b/x11-libs/pixman/pixman-9999.ebuild deleted file mode 100644 index cd63c0c..0000000 --- a/x11-libs/pixman/pixman-9999.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.9.5.ebuild,v 1.1 2007/09/08 08:47:24 dberkholz Exp $ - -# Must be before x-modular eclass is inherited -SNAPSHOT="yes" - -inherit git x-modular - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman" -EGIT_BOOTSTRAP="./autogen.sh" -SLOT="" - -DESCRIPTION="Low-level pixel manipulation routines" -SRC_URI="" -KEYWORDS="" - -src_config(){ - econf || die -} - -src_unpack() { - git_src_unpack - x-modular_patch_source - x-modular_reconf_source -} |