diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-06-13 00:17:32 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-06-13 00:17:32 +0000 |
commit | 7503020fe61d261794920c3f93935ebbc333bfa1 (patch) | |
tree | 909a7d7cda7b52c68e19e686c25183a63295ef40 /media-libs/xpm | |
parent | removed xpm (diff) | |
download | gentoo-2-7503020fe61d261794920c3f93935ebbc333bfa1.tar.gz gentoo-2-7503020fe61d261794920c3f93935ebbc333bfa1.tar.bz2 gentoo-2-7503020fe61d261794920c3f93935ebbc333bfa1.zip |
dummy package for xpm
Diffstat (limited to 'media-libs/xpm')
-rw-r--r-- | media-libs/xpm/Manifest | 2 | ||||
-rw-r--r-- | media-libs/xpm/xpm-3.4k-r2.ebuild | 12 |
2 files changed, 14 insertions, 0 deletions
diff --git a/media-libs/xpm/Manifest b/media-libs/xpm/Manifest new file mode 100644 index 000000000000..756b4412ec92 --- /dev/null +++ b/media-libs/xpm/Manifest @@ -0,0 +1,2 @@ +MD5 337d90a364546584b6a98a08cdf788ca ChangeLog 349 +MD5 f60d5b00cb4f25ff02653f310c7463c5 xpm-3.4k-r2.ebuild 540 diff --git a/media-libs/xpm/xpm-3.4k-r2.ebuild b/media-libs/xpm/xpm-3.4k-r2.ebuild new file mode 100644 index 000000000000..b94b95e9d138 --- /dev/null +++ b/media-libs/xpm/xpm-3.4k-r2.ebuild @@ -0,0 +1,12 @@ +# Copyright 2003 Gentoo Technologies, Inc. +# Distruibuted under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/media-libs/xpm/xpm-3.4k-r2.ebuild,v 1.1 2003/06/13 00:17:29 seemant Exp $ + +# Note that this is a dummy package. It's just a placeholder. If the +# package which needs xpm needs xfree, it doesn't need xpm, because xfree +# provides xpm. This placeholder is only here if it is a non-X package +# which needs spm, + +DESCRIPTION="xpm is provided by xfree. This is a dummy" + +RDEPEND="virtual/x11" |