diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-02-14 09:15:09 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-02-14 09:15:09 +0000 |
commit | 8e3e6f3d24ae05420347f80d19e033e239a6b106 (patch) | |
tree | b8667d25b8dfec00635886c51ea1f2edcb83c7b9 /dev-perl/App-Nopaste | |
parent | [bump] dev-perl/Mail-IMAPClient-3.270 (diff) | |
download | gentoo-2-8e3e6f3d24ae05420347f80d19e033e239a6b106.tar.gz gentoo-2-8e3e6f3d24ae05420347f80d19e033e239a6b106.tar.bz2 gentoo-2-8e3e6f3d24ae05420347f80d19e033e239a6b106.zip |
Trim the default dependencies so we do not bring X in on servers.
(Portage version: 2.2.0_alpha21/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/App-Nopaste')
-rw-r--r-- | dev-perl/App-Nopaste/App-Nopaste-0.250.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/App-Nopaste/ChangeLog | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.250.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.250.ebuild index 9acc924541e5..dedbb15300ae 100644 --- a/dev-perl/App-Nopaste/App-Nopaste-0.250.ebuild +++ b/dev-perl/App-Nopaste/App-Nopaste-0.250.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/App-Nopaste-0.250.ebuild,v 1.1 2011/01/15 09:09:30 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/App-Nopaste-0.250.ebuild,v 1.2 2011/02/14 09:15:09 robbat2 Exp $ EAPI=3 @@ -12,7 +12,7 @@ DESCRIPTION="Easy access to any pastebin" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+pastebin +clipboard +github" +IUSE="+pastebin clipboard github" DEPEND=" dev-perl/WWW-Mechanize diff --git a/dev-perl/App-Nopaste/ChangeLog b/dev-perl/App-Nopaste/ChangeLog index 53d14c031027..4ca0df6611fe 100644 --- a/dev-perl/App-Nopaste/ChangeLog +++ b/dev-perl/App-Nopaste/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/App-Nopaste # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.19 2011/01/15 09:09:30 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.20 2011/02/14 09:15:09 robbat2 Exp $ + + 14 Feb 2011; Robin H. Johnson <robbat2@gentoo.org> App-Nopaste-0.250.ebuild: + Trim the default dependencies so we do not bring X in on servers. *App-Nopaste-0.250 (15 Jan 2011) |